You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-blob-changefeed/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
This preview package for Python enables users to get blob change feed events. These events can be lazily generated, iterated by page, retrieved for a specific time interval, or iterated from a specific continuation token.
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
13
13
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
14
-
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.
14
+
[Azure storage account](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.
15
15
16
16
### Install the package
17
17
Install the Azure Storage Blob ChangeFeed client library for Python with [pip](https://pypi.org/project/pip/):
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
24
24
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
25
-
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
25
+
[Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
26
26
27
27
### Install the package
28
28
Install the Azure Storage Blobs client library for Python with [pip](https://pypi.org/project/pip/):
@@ -33,9 +33,9 @@ pip install azure-storage-blob
33
33
34
34
### Create a storage account
35
35
If you wish to create a new storage account, you can use the
For example, [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential)
*[Register a new AAD application](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app) and give permissions to access Azure Storage
84
-
*[Grant access](https://docs.microsoft.com/azure/storage/common/storage-auth-aad-rbac-portal) to Azure Blob data with RBAC in the Azure Portal
83
+
*[Register a new AAD application](https://learn.microsoft.com/azure/active-directory/develop/quickstart-register-app) and give permissions to access Azure Storage
84
+
*[Grant access](https://learn.microsoft.com/azure/storage/common/storage-auth-aad-rbac-portal) to Azure Blob data with RBAC in the Azure Portal
85
85
* Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables:
store random access files up to 8 TiB in size. Page blobs store virtual hard drive (VHD) files and serve as disks for
209
209
Azure virtual machines
210
210
@@ -461,7 +461,7 @@ Several Storage Blobs Python SDK samples are available to you in the SDK's GitHu
461
461
* Delete a single file or recursively delete a directory
462
462
463
463
### Additional documentation
464
-
For more extensive documentation on Azure Blob storage, see the [Azure Blob storage documentation](https://docs.microsoft.com/azure/storage/blobs/) on docs.microsoft.com.
464
+
For more extensive documentation on Azure Blob storage, see the [Azure Blob storage documentation](https://learn.microsoft.com/azure/storage/blobs/) on learn.microsoft.com.
465
465
466
466
## Contributing
467
467
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
0 commit comments