Forum Discussion
arani007
Sep 23, 2019Copper Contributor
Storage account in seperate vnet
Hi, Just a query , I want to know whether we can deploy a storage account let say blob storage in a separate VNET? if yes then how to do such.
- Bryan HaslipIron Contributor
When you are deploying a storage account its not tied to a particular VNET. You have to enable the service endpoint Microsoft.Storage. This will allow you access to the Microsoft.Storage endpoint from that particular VNET. You can also specify allowed VNETs from within the storage account itself under Firewalls and virtual networks. This will allow you to specify VNETs, IP addresses, and a CIDR range if required. Hopefully this answers your question. If it does not let me know and I can go into further detail. arani007