Request for Waiver of Unexpected Azure MSSQL Database Billing Charges
Dear Azure Support Team, I hope this message finds you well. My name is Vijay, and I am writing on behalf of Flutter Media Pvt Ltd regarding our Azure account Subscription ID : 2d6f7172-2e20-4935-bcc6-cead86bc93eb. We have recently noticed an…
Azure SQL Database

Impact of Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025
We don't use any of the APIs to access the SQL Server database. We do however connect to the database and make calls using System.Data.SqlClient. We are current using .Net Framework 4.6.1 for our desktop application. Will the retirement of these APIs…
Azure SQL Database
Unable to configure Geo zone redundant backup storage for new subscription at North Europe
I was trying to create database in subscription ClarraProdEU with Geo zone redundant backup storage with hyperscale HA. But was getting error every time received below error. Failed to scale from Standard S4: 200 DTUs, 250 GB storage to Hyperscale:…
Azure SQL Database
APIs will be retired on 31 October 2025
I'm getting told I need to update API as it expires 31 October 2025 for SQL DB. I don't think I'm using the API anywhere, how can I check?
Azure SQL Database
Find Usage - Upgrade Azure SQL Database 2014-04-01 APIs to a newer version by 31 October 2025
Hello, I am a newer employee to my company and am not entirely familiar with all of our legacy systems. Given this and the email I received today regarding a retiring of an older SQL Database API version, is there a way I can look at our Azure account…
Azure SQL Database
Action required: Upgrade Azure SQL Database 2014-04-01 APIs to a newer version by 31 October 2025
Hello All, I received an email from MS Azure stipulating that I need to update my Azure SQL Server API's to a newer version. Here is what was stated in the email: Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025 You're receiving…
Azure SQL Database
Azure SQL serverless database auto pause long term back up option
Hello, we have an Azure SQL serverless database which we have auto-pause enabled. However, the built-in LTR back up option is not available when auto-pause is enabled. Given that our database doesn't need to be live 24/7, I think we still want the…
Azure SQL Database
Handling Timezone Differences for ASP.NET Core Microservices and SQL Server
Hi Team, We have several microservices built with ASP.NET Core running in container apps and SQL Server as the backend database. These services are currently hosted in the Central India Azure datacenter. Our application primarily serves clients in Saudi…
Azure SQL Database
Azure Container Apps
Unknown infrastructure error when creating the recommended index on Azure SQL
Hi! I received "Unknown infrastructure error" when executed one of the recommended index queries in the Azure portal for an Azure SQL database. Is there any way to re-run the recommended index script or find out why the error occurred? After…
Azure SQL Database
Some values in a table are not being restored after restoring a SQL Managed Instance in Azure
Hi, I have a .bak backup of my database. When I restore this locally using SQL Server Management Studio 21 I can see that all the data is restored correctly. Particularly a column called Description in TableD which is defined as (NVARCHAR(1024), NULL).…
Azure SQL Database
What does the following imply? "You cannot transfer an Azure SQL database with Microsoft Entra authentication enabled to a different directory."
I am looking to transfer an Azure subscription to a different Microsoft Entra directory. As part of this process, I want to understand the impact on my Azure SQL databases that use Microsoft Entra authentication. The documentation states that **"You…
Azure SQL Database
Navigating to databases causes 404 error
I have some databases on a SQL sever in Azure. One is called CompanyName, the other ServerName/CompanyName. Company name is the real database I use and is on the basic tier, ServerName/CompanyName is a different database (I can see them both in Azure…
Azure SQL Database
"DBCC SHRINKFILE for data files is not supported in a Hyperscale database" error trying to shrink db
I get the following when attempting to use either SHRINKFILE or SHRINKDATABASE: "DBCC SHRINKFILE for data files is not supported in a Hyperscale database when the database is not encrypted or protector change is in progress. Enable transparent…
Azure SQL Database

How can I locally develop my Spring Boot application against an Azure SQL DB using passwordless connections?
According to the documentation, the passwordless option is only for the hosted environment. This creates a challenge for developing locally because the authentication mechanism is different. How do I set up my local development so that it works the…
Azure SQL Database
Azure Spring Apps

Enabling user authentication to connect Access front end to Azure SQL Database
I need to connect/link the tables in Access to an Azure SQL database using ODBC Driver 18 for SQL Server. I am trying to use New Data Source->From Database->From Azure Database to authenticate with either Azure AD Password or Interactive…
Azure SQL Database

Automatic tuning is not creating indexes on our SQL database
We have automatic tuning turned on with Create Index ON, but it no longer creates indexes like it used to.
Azure SQL Database

Is is possible to replicate Azure SQL Backups to a external cloud
I have configured backups for my Azure SQL database and I'm interested in replicating the LTR backups to an external cloud like AWS or GCP. For example, if I can configure Azure to place the LTR backups into a storage account, then I could build the…
Azure SQL Database
Azure Data Sync : Error while adding a table back to sync group
Azure Data Sync : Error while adding a table back to sync group We have an Azure Sync Group with multiple tables being synced from Azure SQL DB to an on-prem SQL DB. We removed one particular table from the sync group as we had to do some data type…
Azure SQL Database
Was maliciously hacked, Database deleted, and cannot figure out how to create a support ticket.
I can't figure out how to get a support ticket entered. I just keep getting documentation answer for how to restore sql, but we have been maliciously hacked and they deleted our entire database and are signing in to our backup storage to delete that... …
Azure SQL Database
How can we scale the read operations on our SQL DB instance?
We have a web application with a SQL Server DB. The application sees about 40-75 daily active users, with only half of those performing more than a couple tasks. So a pretty light load at this point. Our production Azure SQL DB is a "Basic"…