We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89612e commit 3aa1329Copy full SHA for 3aa1329
articles/backup/tutorial-restore-disk.md
@@ -213,7 +213,7 @@ Now get the SAS token for this container and template as detailed [here](https:/
213
expiretime=$(date -u -d '30 minutes' +%Y-%m-%dT%H:%MZ)
214
connection=$(az storage account show-connection-string \
215
--resource-group mystorageaccountRG \
216
- --name {your-unique-name} \
+ --name mystorageaccount \
217
--query connectionString)
218
token=$(az storage blob generate-sas \
219
--container-name myVM-daa1931199fd4a22ae601f46d8812276 \
0 commit comments