How to scale the application in Azure App Service. There are two workflows for scaling, scale up and scale out
Read More
In this blog we will see what is Azure App Service, and it’s features and why do we use it, we can develop an application in any language or framework
Read More
This blog is intended to see how Microsoft Dynamics NAV (here onwards NAV) can be connected to external databases. External databases here mean Microsoft Dynamics CRM (hereafter called CRM).
Read More
This blog is intended to see how Microsoft Dynamics NAV (here onwards NAV) can be connected to external databases. External databases here mean Microsoft SQL Server, CRM, Exchange* or Microsoft Graph*. We will focus on Microsoft SQL Server (non-NAV database).
Read More
Manish Prasad Kutar | NAV,
Microsoft SQL Server,
Microsoft Dynamics NAV,
NAV 2016,
NAV 2017,
Integration | SQL Server,
Microsoft Dynamics NAV,
MS Dynamics NAV,
SQL,
Microsoft Dynamics,
Microsoft Dynamics NAV 2016,
Microsoft Dynamics NAV 2017 | 0 Comments |
Share
|
In this Blog I am going to explain how we can customize Task in VSTS/TFS to Prevent Users from Moving Task to Closed State with a non-Zero value Remaining Work field.
Read More
Bengaluru, Karnataka, India — June 2, 2017 — Canarys Automations Pvt Ltd today announced it has been named a finalist in the 2017 Microsoft DevOps Partner of the Year Award. The company was honored among a global field of top Microsoft partners for demonstrating excellence in innovation and implementation of customer solutions based on Microsoft technology. “We are very proud and happy that Microsoft recognizes Canarys as a key DevOps partner. We continuously e...
Read More
Hi folks!Great to see you again.This blog post is purely based on Azure Blob Storage: The PowerShell way!In this blog post, I will1. Create a New Azure ResourceGroup2. Create a Storage account3. Create a New Container inside the Blob Storage of Storage Account.4. Upload a text file from your current machine to Azure container using AzCopy. Please Follow the Steps Below: #Create a New Azure S...
Read More
Hi Folks,In this Blog Post we will learn how to create an Azure ARM Virtual Machine using Azure PowerShell.For this, you will need an Azure Subscription and machine with Latest Azure PowerShell installed. 1. Run the following script in Azure Powershell: //Replace MyName with YourName everywhere. Login-AzureRmAccount $locName = "Central US" $rgName = "MyName-RG" $vnetName = "MyName-VNET" #Getting the Storage Acc...
Read More
Following the below steps you can build and deploy your ASP.NET app to Azure from either Visual Studio Team Services Upload your codeUpload your latest code to Visual Studio Team Services repository.Create the definition Login to your VSTS accounthttps://xxxxxxxx.visualstudio.com/ Open your team project in your web browser.https://xxxxxxxx.visualstudio.com/MyFirstProjectVerify that the VSTS version control is updated with the latest code Create a build definition.· &...
Read More
Azure AD is a service that provides identity and access management capabilities in the cloud. Azure AD can be integrated with existing on-premise AD for providing single sign-on functionality for their users to access the cloud applications. So it is essential for organizations to keep the credentials in both on-premise AD and Azure AD to be in sync. To solve the sync issues, we have Azure Active Directory connect tool, which provides one-way synchronization from on-premise AD to Azure AD....
Read More