feat(docs): update Azure Blob Storage

This commit is contained in:
vitorgrenzel
2021-01-25 11:46:25 -03:00
committed by Tiago A. Simões
parent a2feeb288d
commit ee271bf86e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ techdocs:
containerName: 'techdocs-storage'
# (Required) An account name is required to write to a storage blob container.
# https://docs.microsoft.com/pt-br/rest/api/storageservices/authorize-with-shared-key
# https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-with-shared-key
credentials:
accountName:
$env: TECHDOCS_AZURE_BLOB_STORAGE_ACCOUNT_NAME
@@ -263,7 +263,7 @@ follow these steps.
To get credentials, access the Azure Portal and go to "Settings > Access Keys",
and get your Storage account name and Primary Key.
https://docs.microsoft.com/pt-br/rest/api/storageservices/authorize-with-shared-key
https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-with-shared-key
for more details.
```yaml