How to create a compatible storage account - microsoft/SCMScaleUnitDevTools GitHub Wiki
How to create a compatible Azure storage account
You need to create an Azure storage account if you like to use a single LCS deployed one-box in the cloud for both environments, hub and scale unit. In the configuration file for the deployment tool, use the field AzureStorageConnectionString to specify the connection string pointing to this storage account for both hub and scale unit.
Create a new storage account
-
Navigate to an existing resource group or create a new one.
-
Click the "Add" button

-
Search and select "storage account"

-
Next click "Create"
-
Provide a name for the storage account and select a location

-
In the Advanced tab set the Minimum TLS version to "Version 1.0" and the Blob access tier to cool

-
Click "Review + Create"
-
Click "Create"
Get the connection string of a storage account
-
On Azure portal navigate to your storage account
-
On the resource page click the Access keys tab from the menu on the left

-
Copy the connection string for Key 1 (or Key 2)

You can use this connection string as the value of the AzureStorageConnectionString field in the UserConfig.xml