Skip to content

Commit

Permalink
feat(docs): update Azure Blob Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgrenzel authored and tiagoassis00 committed Jan 28, 2021
1 parent a2feeb2 commit ee271bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/techdocs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/techdocs/using-cloud-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee271bf

Please sign in to comment.