Skip to content

Commit 48071a4

Browse files
authored
Remove locale from docs links (#13672)
1 parent 6acba8b commit 48071a4

File tree

1 file changed

+2
-2
lines changed
  • sdk/keyvault/azure-keyvault-administration

1 file changed

+2
-2
lines changed

sdk/keyvault/azure-keyvault-administration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ print(role_assignment.role_definition_id)
221221
Back up your entire collection of keys. The backing store for full key backups is a blob storage container using Shared Access Signature authentication.
222222
223223
For more details on creating a SAS token using the `BlobServiceClient`, see the sample [here](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_authentication.py#L105).
224-
Alternatively, it is possible to [generate a SAS token in Storage Explorer](https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#generate-a-shared-access-signature-in-storage-explorer)
224+
Alternatively, it is possible to [generate a SAS token in Storage Explorer](https://docs.microsoft.com/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#generate-a-shared-access-signature-in-storage-explorer)
225225
226226
```python
227227
from azure.identity import DefaultAzureCredential
@@ -251,7 +251,7 @@ Restore your entire collection of keys from a backup. The data source for a full
251251
You will also need the `azure_storage_blob_container_uri` from the [above snippet](#perform-a-full-key-backup).
252252
253253
For more details on creating a SAS token using the `BlobServiceClient`, see the sample [here](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_authentication.py#L105).
254-
Alternatively, it is possible to [generate a SAS token in Storage Explorer](https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#generate-a-shared-access-signature-in-storage-explorer)
254+
Alternatively, it is possible to [generate a SAS token in Storage Explorer](https://docs.microsoft.com/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#generate-a-shared-access-signature-in-storage-explorer)
255255
256256
```python
257257
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)