If you have a lot of WebJobs, you may be wanting an easier way to start and stop them without having to push the start/stop button on all of them, or worse for scheduled jobs since you cannot do that with a button press from the UI. There is however an easier way to do this via Application Settings
Read the full article hereWhen creating an Azure Web Job, you have the option to create a ‘continuous’ web job or a ‘triggered’ web job. With triggered jobs you can decide whether this should only be triggered manually or be triggered on a schedule. The screenshot above shows a web job which is set to be triggered every 30
Read the full article hereFor a typical setup of a Dynamics 365 Online instance, authentication is done against Azure Active Directory using OAuth2.0 as an authentication method with an access bearer token issued. But occasionally we come across Dynamics 365 Online instance setup against ADFS which involves a two-step proce
Read the full article hereWeb Hooks were introduced in Dynamics 365 V9. In the documentation for Web hooks, it is recommended to use them with Azure Functions, but what if you have existing Azure WebJobs? For example, WebJobs that are designed as a scheduled service to run complex rollup calculations on recently updated reco
Read the full article hereRecently I was tasked with developing a scheduled service which would be hosted in Azure. This service needed to retrieve data from a database and update the corresponding records in a Dynamics 365 instance. For this I decided to go with an Azure Web Job, over other options like Cloud Services and A
Read the full article hereAfter setting up a Triggered Azure WebJob, you may run into the confusing error message in the logs after running it of “…aborted due to no output and CPU activity for 121 seconds. You may increase SCM_COMMAND_IDLE_TIMEOUT setting to solve the issue”. This is confusing as the SCM_COMMAND_IDLE_TIMEO
Read the full article hereMicrosoft PowerApps provides the ability to users at any level in an enterprise to create fully functional apps without having to write any code or any app development skills. You can use pre-built app templates or start from scratch and connect to your existing services such as Excel, Dynamics 365,
Read the full article hereMicrosoft’s business application platform let organizations innovate business solutions faster. It helps them to build and extend modern business applications by composing analytics, user experiences, tasks automation all together using a wide-ranging and integrated set of services. It offers a rich
Read the full article hereSince Microsoft’s Build 2016 Conference there has been a huge buzz around Artificial Intelligence Bots and Microsoft’s Bot Framework for developers, and recently I have been diving into the discovery and development of these bots for different platform. Bots aren’t anything new, they’ve been around
Read the full article hereWhen attempting to run applications that use the Dynamics CRM SDK in Azure Web Apps, you can get an exception when the app is trying to connect to CRM that looks like this: “ERROR: System.Security.Cryptography.CryptographicException: The data protection operation was unsuccessful. This may have been
Read the full article hereIn trying out the new Azure API apps by converting an existing ASP.NET Web API, you can run into this error as soon as you publish your API to azure for the first time and check out the API definition blade: Trying to add the API as an Azure App client can get you nicer errors like: "Found operat
Read the full article hereExporting Azure SQL Database In this post, we are going to look at how we can move a database hosted in Microsoft SQL Azure to a local SQL Server. If you attempt this via the Azure Management Portal, you can export the database into blog storage (.bacpac) and then download it. However, this can be
Read the full article hereThere are many testers who prefer to write test cases in excel as it is easier and one can view all the test cases in one single page and then copy it across to TFS. Copying test cases from Excel to TFS one by one is a very time consuming task. The alternative to that would be using Test case Migrat
Read the full article hereWith an existing Cloud Service in Microsoft Azure there may be times where you want to take a backup of the current Service or to deploy a copy to another Azure subscription, but you do not have access to the original package used to create the Service. Luckily there is a way to retrieve the package
Read the full article hereThis post will provide a quick snapshot of the supported versions of Windows Server and SQL Server for Microsoft Dynamics CRM 2011. This posting will also be a quick reference post for me in the future. Windows Server The following Microsoft Windows Server editions and versions are suppo
Read the full article here