diff --git a/sdk/containerregistry/azure-containerregistry/README.md b/sdk/containerregistry/azure-containerregistry/README.md index e70242a5cde1..c59453a640bf 100644 --- a/sdk/containerregistry/azure-containerregistry/README.md +++ b/sdk/containerregistry/azure-containerregistry/README.md @@ -57,7 +57,7 @@ client = ContainerRegistryClient(endpoint, DefaultAzureCredential(), audience=au A **registry** stores Docker images and [OCI Artifacts](https://opencontainers.org/). An image or artifact consists of a **manifest** and **layers**. An image's manifest describes the layers that make up the image, and is uniquely identified by its **digest**. An image can also be "tagged" to give it a human-readable alias. An image or artifact can have zero or more **tags** associated with it, and each tag uniquely identifies the image. A collection of images that share the same name but have different tags, is referred to as a **repository**. -For more information please see [Container Registry Concepts](https://docs.microsoft.com/azure/container-registry/container-registry-concepts). +For more information please see [Container Registry Concepts](https://learn.microsoft.com/azure/container-registry/container-registry-concepts). ## Examples @@ -296,7 +296,7 @@ describes available configurations for retries, logging, transport protocols, an - Go further with azure.containerregistry and our [samples][samples]. - Watch a [demo or deep dive video](https://azure.microsoft.com/resources/videos/index/?service=container-registry). -- Read more about the [Azure Container Registry service](https://docs.microsoft.com/azure/container-registry/container-registry-intro). +- Read more about the [Azure Container Registry service](https://learn.microsoft.com/azure/container-registry/container-registry-intro). ## Contributing @@ -316,15 +316,15 @@ additional questions or comments. [source]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry [package]: https://pypi.org/project/azure-containerregistry/ [docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-containerregistry/1.0.0b1/index.html -[rest_docs]: https://docs.microsoft.com/rest/api/containerregistry/ -[product_docs]: https://docs.microsoft.com/azure/container-registry +[rest_docs]: https://learn.microsoft.com/rest/api/containerregistry/ +[product_docs]: https://learn.microsoft.com/azure/container-registry [pip_link]: https://pypi.org -[container_registry_docs]: https://docs.microsoft.com/azure/container-registry/container-registry-intro -[container_registry_create_ps]: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-powershell -[container_registry_create_cli]: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-azure-cli -[container_registry_create_portal]: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal -[container_registry_concepts]: https://docs.microsoft.com/azure/container-registry/container-registry-concepts -[azure_cli]: https://docs.microsoft.com/cli/azure +[container_registry_docs]: https://learn.microsoft.com/azure/container-registry/container-registry-intro +[container_registry_create_ps]: https://learn.microsoft.com/azure/container-registry/container-registry-get-started-powershell +[container_registry_create_cli]: https://learn.microsoft.com/azure/container-registry/container-registry-get-started-azure-cli +[container_registry_create_portal]: https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal +[container_registry_concepts]: https://learn.microsoft.com/azure/container-registry/container-registry-concepts +[azure_cli]: https://learn.microsoft.com/cli/azure [azure_sub]: https://azure.microsoft.com/free/ [identity]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/README.md [samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry/samples @@ -335,5 +335,5 @@ additional questions or comments. [azure_core_ref_docs]: https://aka.ms/azsdk/python/core/docs [azure_core_exceptions]: https://aka.ms/azsdk/python/core/docs#module-azure.core.exceptions [python_logging]: https://docs.python.org/3/library/logging.html -[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging +[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging [troubleshooting guide]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md diff --git a/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md b/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md index e99ab49128fc..f064f732973c 100644 --- a/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md +++ b/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md @@ -72,11 +72,11 @@ s/acr/firewall to grant access."}]} [azure_core_exceptions]: https://aka.ms/azsdk/python/core/docs#module-azure.core.exceptions [python_logging]: https://docs.python.org/3/library/logging.html -[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging +[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging [azure_core_ref_docs]: https://aka.ms/azsdk/python/core/docs -[anonymous pull access]: https://docs.microsoft.com/azure/container-registry/anonymous-pull-access -[troubleshoot registry login]: https://docs.microsoft.com/azure/container-registry/container-registry-troubleshoot-login +[anonymous pull access]: https://learn.microsoft.com/azure/container-registry/anonymous-pull-access +[troubleshoot registry login]: https://learn.microsoft.com/azure/container-registry/container-registry-troubleshoot-login [defaultazurecredential]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/README.md#authenticate-with-defaultazurecredential [enable client logging]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md#enable-client-logging [troubleshooting guide]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/TROUBLESHOOTING.md -[troubleshoot network issues with registry]: https://docs.microsoft.com/azure/container-registry/container-registry-troubleshoot-access +[troubleshoot network issues with registry]: https://learn.microsoft.com/azure/container-registry/container-registry-troubleshoot-access diff --git a/sdk/containerregistry/azure-containerregistry/samples/README.md b/sdk/containerregistry/azure-containerregistry/samples/README.md index 01fd1c70421e..5f8502ce13f7 100644 --- a/sdk/containerregistry/azure-containerregistry/samples/README.md +++ b/sdk/containerregistry/azure-containerregistry/samples/README.md @@ -10,7 +10,7 @@ urlFragment: containerregistry-samples # Samples for Azure Container Registry -These code samples show common scenario operations with the Azure Container Registry client library. The code samples assume an environment variable `CONTAINERREGISTRY_ENDPOINT` is set, which includes the name of the login server and the `https://` prefix. For more information on using AAD with Azure Container Registry, please see the service's [Authentication Overview](https://docs.microsoft.com/azure/container-registry/container-registry-authentication). +These code samples show common scenario operations with the Azure Container Registry client library. The code samples assume an environment variable `CONTAINERREGISTRY_ENDPOINT` is set, which includes the name of the login server and the `https://` prefix. For more information on using AAD with Azure Container Registry, please see the service's [Authentication Overview](https://learn.microsoft.com/azure/container-registry/container-registry-authentication). |**File Name**|**Description**| @@ -49,8 +49,8 @@ Check out the [API reference documentation][rest_docs] to learn more about what [azure_sub]: https://azure.microsoft.com/free/ -[rest_docs]: https://docs.microsoft.com/rest/api/containerregistry/ -[container_registry_docs]: https://docs.microsoft.com/azure/container-registry/container-registry-intro +[rest_docs]: https://learn.microsoft.com/rest/api/containerregistry/ +[container_registry_docs]: https://learn.microsoft.com/azure/container-registry/container-registry-intro [hello_world]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/samples/sample_hello_world.py [hello_world_async]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/samples/sample_hello_world_async.py [delete_tags]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/samples/sample_delete_tags.py