Skip to content

Commit 9a03616

Browse files
authored
Merge pull request #306474 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents fba7757 + 0b905e0 commit 9a03616

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/storage/blobs/immutable-policy-configure-container-scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Remove-AzRmStorageContainerImmutabilityPolicy -ResourceGroupName <resource-group
149149
To modify an unlocked time-based retention policy with Azure CLI, call the [az storage container immutability-policy extend](/cli/azure/storage/container/immutability-policy#az-storage-container-immutability-policy-extend) command, providing the new retention interval in days. Remember to replace placeholder values in angle brackets with your own values:
150150

151151
```azurecli
152-
$etag=$(az storage container immutability-policy show \
152+
etag=$(az storage container immutability-policy show \
153153
--account-name <storage-account> \
154154
--container-name <container> \
155155
--query etag \
@@ -204,7 +204,7 @@ Lock-AzRmStorageContainerImmutabilityPolicy -ResourceGroupName <resource-group>
204204
To lock a policy with Azure CLI, first call the [az storage container immutability-policy show](/cli/azure/storage/container/immutability-policy#az-storage-container-immutability-policy-show) command to retrieve the policy's ETag. Next, call the [az storage container immutability-policy lock](/cli/azure/storage/container/immutability-policy#az-storage-container-immutability-policy-lock) command and pass in the ETag value to lock the policy. Remember to replace placeholder values in angle brackets with your own values:
205205

206206
```azurecli
207-
$etag=$(az storage container immutability-policy show \
207+
etag=$(az storage container immutability-policy show \
208208
--account-name <storage-account> \
209209
--container-name <container> \
210210
--query etag \

articles/storage/common/storage-use-azcopy-authorize-azure-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you want to upload files to Azure Blob Storage, then verify that one of these
3434
- [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor)
3535
- [Storage Blob Data Owner](../../role-based-access-control/built-in-roles.md#storage-blob-data-owner)
3636

37-
If you want to upload files to an Azure file share, then verify that the [Storage File Data Privileged Reader](../../role-based-access-control/built-in-roles.md#storage-file-data-privileged-reader) has been assigned to your security principal.
37+
If you want to upload files to an Azure file share, then verify that the [Storage File Data Privileged Contributor](../../role-based-access-control/built-in-roles.md#storage-file-data-privileged-contributor) has been assigned to your security principal.
3838

3939
These roles can be assigned to your security principal in any of these scopes:
4040

0 commit comments

Comments
 (0)