
Tag: Azure SQL
On Azure, how do I find the ip address of an app service to create a firewall rule for it on Azure SQL?
I have created an Azure SQL server, setting ‘Allow Azure services and resources to access this server’ to no. I have a. ASP.Net application running as an App Service and…
sql server – Enable Azure SQL DAC (Dedicated Admin Connection)
This page claims that you can connect to Azure SQL with a Dedicated Admin Connection (DAC but not Data-tier Application): learn.microsoft.com/en-us/sql/database-engine/configure-windows/diagnostic-connection-for-database-administrators?view=sql-server-ver16 The article even goes so far as to specify…
azure – Sitecore 10 AKS Development Instance – SQL Persistence
I have followed Barts’ excellent tutorial to get a development instance of Sitecore 10.2 up and running on AKS. github.com/bplasmeijer/Sitecore-Symposium-2020-Containers-AKS There is one flaw though, when the windows AKS node…
How to manage windows azure SQL Database
You can use the full SQL Server Management Studio to do the majority of the tasks. You can download the tool here: www.microsoft.com/en-gb/download/details.aspx?id=29062 To connect to your Azure SQL database,…