Back to Azure Bicep templates index <–
![]()
Microsoft Azure Storage is a Microsoft-managed cloud service that provides storage that is highly available, secure, durable, scalable, and redundant. Azure Storage consists of Blob storage, File Storage, and Queue storage.
Template Locations
<br /><br />
</div>
</div>
Sustainbility Advisor
The sustainability advisor is based on the Sogeti Cloud Reference Architecture with sustainble practices. These sustainble practices cover application code, cloud infrastructures and data. The global Sogeti community is continously evolving the sustainble practices and every day new and tuned are added. For cloud infrastructures the sustainble practices are automatically validated and reported below.
note: when 100% it can be that there is no sustainble practices yet for this Cloud infrastructure.
–>
Online documentation
Template reference
Service description
Requirements
- Resource group must been created with a valid name and location.
- Before deploying an Azure fail over group you need to have a primary sql server and sql database in place, and a secondary sql server in another region than the primary sql server.
Input values
- tagBillingIdentifier : BillingIdentifier tag.
- AccountCustomName : Custom Name for the storage account
- rgLocation : The Azure Region that the resource should be created. Defaults to the current resource groups location
- indexNumber : The index number of the storage account when creating multiple accounts
- Sku : Premium_LRS/Premium_ZRS/Standard_GRS/Standard_GZRS/Standard_LRS/Standard_RAGRS/Standard_RAGZRS/Standard_ZRS
- Kind : BlobStorage/BlockBlobStorage/FileStorage/Storage/StorageV2
- EnableBlobStoragePrivateEndpoint : Indicates whether the Storage Account’s blob service should be joined to a virtual network via a private endpoint
- BlobStoragePrivateEndpointVirtualNetworkName : The name of the virtual network to which the blob service private endpoint should be added
- BlobStoragePrivateEndpointSubNetName : The name of the subnet to which the blob service private endpoint should be added
Output values
- storageAccountResourceId : ResourceId of the storage account
- storageAccountName : The name of the storage account