Azure SQL

Modern SQL family for migration and app modernization.

Web Resources

8/11/2024, Azure PaaS Blog
In this article, we are going to provide detailed steps to create a scheduled Azure SQL Database backup to storage account using automation. This is a useful technique for maintaining regular backups of your database and storing them in a secure and accessible location. You will get an actual backup of Azure SQL Database stored in a storage account in .bacpac format, which you can restore or migrate as needed. The automation process involves creating an automation account that triggers a PowerShell script through a runbook to run the backup command and save the output to a blob...
3/27/2023, Azure PaaS Blog
When using Azure Cognitive Search to index data from an Azure SQL database, it's important to understand the different authentication methods that can be used to connect to the database. In this blog post, we'll explain the different authentication methods that the Search service can use to access an Azure SQL database.   Authentication Methods in SQL DB There are several authentication methods that can be used to connect to an Azure SQL database, including:   SQL Authentication SQL authentication is a method of authentication that uses a username and password to connect to an Azure SQL...