Skip to content

Commit 5763224

Browse files
Merge pull request #295865 from PhilKang0704/broken-link-fix-mumian
Broken links fixing - mumian
2 parents 99c70b1 + 83d0ed5 commit 5763224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-resource-manager/management/manage-resource-groups-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ You can deploy Azure resources by using Python classes or by deploying an Azure
157157

158158
### Deploy resources by using Python classes
159159

160-
The following example creates a storage account by using [StorageManagementClient.storage_accounts.begin_create](/python/api/azure-mgmt-storage/azure.mgmt.storage.v2022_09_01.operations.storageaccountsoperations#azure-mgmt-storage-v2022-09-01-operations-storageaccountsoperations-begin-create). The name for the storage account must be unique across Azure.
160+
The following example creates a storage account by using [StorageManagementClient.storage_accounts.begin_create](/azure/storage/blobs/storage-blob-python-get-started). The name for the storage account must be unique across Azure.
161161

162162
```python
163163
import os

articles/azure-resource-manager/management/manage-resources-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can deploy Azure resources directly by using Python, or deploy an Azure Reso
1919

2020
### Deploy resources by using Python classes
2121

22-
The following example creates a storage account by using [StorageManagementClient.storage_accounts.begin_create](/python/api/azure-mgmt-storage/azure.mgmt.storage.v2022_09_01.operations.storageaccountsoperations#azure-mgmt-storage-v2022-09-01-operations-storageaccountsoperations-begin-create). The name for the storage account must be unique across Azure.
22+
The following example creates a storage account by using [StorageManagementClient.storage_accounts.begin_create](/azure/storage/blobs/storage-blob-python-get-started). The name for the storage account must be unique across Azure.
2323

2424
```python
2525
import os

0 commit comments

Comments
 (0)