MICROSOFT AZURE Articles
-
script to backup azure sql database to local machine
Murugan Andezuthu Dharmaratnam |
11 August 2022 |
1148
You would have used ms sql export data-tier application in ssms to create a bacpac backup to your local machine. Here is the sample script to backup azure sql database to local machine. … CONTINUE READING
-
Azure Resource Explorer to Discover the Azure Resource Management APIs
Murugan Andezuthu Dharmaratnam |
05 January 2022 |
937
Azure resource explorer is a tool to Discover the Azure Resource Management APIs, Get API documentation & Make actual API calls directly in your own subscriptions. URL resources.azure.com … CONTINUE READING
-
azure blob storage C# example create read update delete files
Murugan Andezuthu Dharmaratnam |
04 January 2022 |
1749
azure blob storage c# example create read update delete files … CONTINUE READING
-
Azure Bot Service bot framework The bot's Microsoft App ID or Microsoft App Password is incorrect
Murugan Andezuthu Dharmaratnam |
09 December 2021 |
1614
Error Exception while running bot framework in Bot Framework Emulator. The bot's Microsoft App ID or Microsoft App Password is incorrect … CONTINUE READING
-
azure bot framework adaptive dialog exception turn does not match memory scopes Parameter key
Murugan Andezuthu Dharmaratnam |
02 November 2021 |
1470
-
LUIS how to download a lu file
Murugan Andezuthu Dharmaratnam |
19 October 2021 |
1158
How can I download a .lu file from luis.ai portal. I was working on a azure bot project and I needed a .lu file from LUIS for the Bot Framework CLI tool to be used by the orchestrator. Here are the steps to download a .lu file luis.ai website. … CONTINUE READING
-
Connect Power BI to PostgreSQL Database
Murugan Andezuthu Dharmaratnam |
20 September 2021 |
2308
Connect Power BI to PostgreSQL Database Error. We encountered an error while trying to connect. Details: An error happened while reading data from the provider: 'The remote certificate is invalid according to the validation procedure. … CONTINUE READING
-
MissingSubscriptionRegistration The subscription is not registered to use namespace
Murugan Andezuthu Dharmaratnam |
06 September 2021 |
1363
MissingSubscriptionRegistration The subscription is not registered to use namespace . I get this message when I signed on to luis.ai for the first time & tried to register an authoring resource. … CONTINUE READING
-
Where can I find my Azure Bot's MicrosoftAppId and MicrosoftAppPassword
Murugan Andezuthu Dharmaratnam |
06 September 2021 |
2170
when you create an azure bot framework project, you will have to provide the MicrosoftAppId, MicrosoftAppPassword in the appsettings.json file. This post describes the easy steps to find the MicrosoftAppPassword. … CONTINUE READING
-
Azure application insights for beginner
Murugan Andezuthu Dharmaratnam |
09 May 2021 |
1671
In this article, we will look at how to collect application metrics and distributed traces using azure application insights and how to use application insights in your application. … CONTINUE READING
-
Azure Synapse Analytics For Beginner
Murugan Andezuthu Dharmaratnam |
17 April 2021 |
2182
-
secure your web application by setting up microsoft web application firewall on azure application gateway
Murugan Andezuthu Dharmaratnam |
12 March 2021 |
1889
In this article, we will learn about how to secure your web application by setting up a Microsoft web application firewall on the azure application gateway … CONTINUE READING
-
microsoft azure storage account create blob the remote server returned an error 400 bad request
Murugan Andezuthu Dharmaratnam |
14 October 2020 |
1841
The remote server returned an error: (400) Bad Request. The TLS version of the connection is not permitted on this storage account. … CONTINUE READING
-
azure logic apps download file from url
Murugan Andezuthu Dharmaratnam |
21 September 2020 |
5998
how to download a file from URL to blob storage using Microsoft azure logic apps. … CONTINUE READING
-
microsoft azure sql database allow ip addresses
Murugan Andezuthu Dharmaratnam |
17 September 2020 |
2207
Exception Cannot open server 'servername' requested by the login. Client with IP address '104.41.XXX.XXX' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect. … CONTINUE READING
-
is containerization the future of PaaS offering in microsoft azure
Murugan Andezuthu Dharmaratnam |
09 September 2020 |
2456
Containers now can be used as an alternative to Operating System-level virtualization to run multiple isolated applications on a single host. It's not going to be a replacement for virtualization but it's going to be one of the key players in PaaS offering on cloud Computing. … CONTINUE READING
-
microsoft azure host a website
Murugan Andezuthu Dharmaratnam |
01 September 2020 |
2172
this video will explain on how to host a website on microsoft azure. … CONTINUE READING