Skip to content

Commit d8ada04

Browse files
committed
style(azure-acs): fix workflow ref, slight language tweak
1 parent 205f571 commit d8ada04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quickstart/provider/azure-acs/install-azure-acs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ helm repo add deis https://charts.deis.com/workflow
2929

3030
## Create New Azure Storage Account
3131

32-
It is recommended to have a storage account for the operational aspects of running DEIS (i.e. holding images, Disaster Recovery, Backup). This storage account can be passed as parameters during the helm install on the next step. Replace the SA_NAME variable with a unique name for your storage account and execute these commands.
32+
It is recommended to use a dedicated storage account for the operational aspects of Workflow, which includes storing slug and container images, database backups, and disaster recovery. This storage account is passed as parameters during the `helm install` command in the next step. Replace the `SA_NAME` variable with a unique name for your storage account and execute these commands.
3333
```
3434
$ export SA_NAME=YourGlobalUniqueName
3535
$ az storage account create -n $SA_NAME -l $DC_LOCATION -g $RG_NAME --sku Premium_LRS

0 commit comments

Comments
 (0)