How to: Set Up an Azure Storage Account
In this article
Setting up the Azure Storage Account
Managing Azure Storage Account access keys
Setting up the Azure Storage Account
- In a web browser, enter your organization's Azure portal (portal.azure.com).
- In Azure services, click Storage accounts (you might need to use the Search feature or click More services to find it).
- Click Create to create a new Azure Storage account.
- In the Basics tab:
- Select a valid Azure Subscription and Resource group where the resource is going to be created.
- Enter the Storage account name.
- Select the Region where the Storage account should be created.
- We recommend creating Storage account in the same region as LS Central for performance reasons (lower latency).
- In the Dynamics 365 Business Central admin center you can check the Azure Region where the environment is hosted.
- Set the Primary service to Azure Blob Storage or Azure Data Lake Storage Gen 2.
- Set the Primary workload to Other.
- This option changes some Advanced settings, like the Blob Storage Access Tier, to Hot.
- Set the Performance to Standard.
- Set the Redundancy to Locally-redundant storage (LRS).
- Business Central Online offers high availability supporting zone-redundancy.
- Although it is not mandatory, if you want to guarantee the same level of availability for the data being replicated from LS Central SaaS to the offline POSs, you can select Zone-redundant storage (ZRS).
Note: Pricing is higher when you use this option.
- In the Data protection tab:
- In the Recovery section, as this is only temporary data that is being replicated from HO to the Offline POSs, disable the following options:
- Enable soft delete for blobs
- Enable soft delete for containers
- Enable soft delete for file shares.
- In the Recovery section, as this is only temporary data that is being replicated from HO to the Offline POSs, disable the following options:
- Click Review + Create.
- Click Create to create the Azure Storage Account.
Managing Azure Storage Account access keys
- In a web browser, enter your organization's Azure portal (portal.azure.com).
- In Azure services, click Storage accounts (you might need to use the Search feature or click More services to find it).
- Open the Storage account for which you need to get the access keys.
- In the Security + networking tab:
- In Access keys section:
- Under key1, find the Key value.
- Click Show, and click the Copy to clipboard button to copy the account key.
Note: Access key ends with ==
- In Access keys section:
You can test and troubleshoot the Azure Storage Account connection using PowerShell scripts. For more information see Troubleshooting Azure Storage Account connection
See also
Microsoft Learn - Azure Storage - Create an Azure storage account
Microsoft Learn - Azure Storage - View account access keys