Skip to content

Commit 9386a75

Browse files
committed
Fix typo
Azure container registry -> Azure Container Registry
1 parent 2155d2f commit 9386a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-components-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The OSS version of Spring Cloud Gateway mentioned in this page is provided as an
2828
- An Azure Spring Apps Enterprise plan instance with Spring Cloud Gateway enabled.
2929
- An Azure Container Apps instance. For more information, see [Quickstart: Deploy your first container app using the Azure portal](../../container-apps/quickstart-portal.md).
3030
- [Azure CLI](/cli/azure/install-azure-cli)
31-
- An Azure container registry instance with sufficient permissions to build and push Docker images. For more information, see [Quickstart: Create a private container registry using the Azure CLI](/azure/container-registry/container-registry-get-started-azure-cli).
31+
- An Azure Container Registry instance with sufficient permissions to build and push Docker images. For more information, see [Quickstart: Create a private container registry using the Azure CLI](/azure/container-registry/container-registry-get-started-azure-cli).
3232

3333
## Prepare the code of the self-hosted Spring Cloud Gateway application
3434

0 commit comments

Comments
 (0)