Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
AzureDnsZone endpoints (preview) for Azure Blob storage accounts enter retirement in March 2027. Customers using AzureDnsZone endpoints (preview) should transition to Standard endpoints for all new and existing blob storage account deployments by April 1, 2027. Standard endpoints are Generally Available and fully supported for production workloads.
What do I need to do?
- Your existing storage accounts are not impacted and are not deleted.
- Over the coming months, we remove the ability to create new storage accounts with AzureDnsZone endpoints.
Follow our instructions to update your deployments to Standard endpoints. Standard endpoints are generally available and offer full support for production workloads.
How do I identify my storage accounts with AzureDnsZone endpoints?
To identify your storage accounts with AzureDnsZone endpoints, you can use the following Azure Resource Graph query:
resources
| where type =~ "microsoft.storage/storageaccounts"
| where ['kind'] == "StorageV2"
| parse-where properties with * "dnsEndpointType\":\"" dnsEndpointType '",' *
| where dnsEndpointType == "AzureDnsZone"
I have more questions or require support
If you have questions, you can get answers from community experts in Microsoft Q&A. If you have a support plan and need technical assistance, create a support request.