Azure - Cross region service endpoints for azure storage (GA)
#cloud #azure
Hi All!
To bring an azure storage under virtual network and/or restrict storage account to be only accessed from VNet/not allowing to publicly accessible, we have private endpoint and service endpoint.
We typically use either private endpoint or service endpoint. Herebefore azure has service endpoint for storage only allows to access/connect to VNet from the same or paired region.
As per the latest feature Cross region service endpoints for azure storage generally available, service endpoint can be configured to allow access to an Azure Blob or Data Lake storage account from VNets in any region.
The earlier service endpoint type is Microsoft.Storage
The new service endpoint type is Microsoft.Storage.Global
The only and main thing is we can't have both type of above service endpoint in a subnet at a time. (i.e. If Microsoft.Storage chosen, Microsoft.Storage.Global cannot be chosen vice versa).
We can achieve/apply this feature from Azure Portal, .NET, Python and Java SDKs, PowerShell and Azure CLI.
Comments
Post a Comment