Skip to content

Commit a843585

Browse files
committed
Removed pinning link to "latest" - it is by default
1 parent 94502ac commit a843585

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/2-container-apps-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ These resources help you go deeper on how environments shape networking, isolati
5959

6060
- [Azure Container Apps overview](/azure/container-apps/overview)
6161
- [Quickstart: Deploy your first container app](/azure/container-apps/get-started)
62-
- [Azure CLI: az containerapp env](/cli/azure/containerapp/env?view=azure-cli-latest)
62+
- [Azure CLI: az containerapp env](/cli/azure/containerapp/env)

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/3-deploy-container-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ Even when you use these other approaches, the CLI and YAML patterns in this unit
9696
These resources reinforce how Container Apps deployments work as you move from a first deployment to a repeatable, reviewable workflow. Use the quickstart to compare a minimal deployment to the patterns in this unit. Use the CLI reference to confirm the current flags and to understand how updates create new revisions.
9797

9898
- [Quickstart: Deploy your first container app](/azure/container-apps/get-started)
99-
- [Azure CLI: az containerapp](/cli/azure/containerapp?view=azure-cli-latest)
99+
- [Azure CLI: az containerapp](/cli/azure/containerapp)
100100
- [Revisions in Azure Container Apps](/azure/container-apps/revisions)

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/4-configure-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ Runtime configuration should reduce risk and simplify operations. You can use th
8484

8585
These resources provide deeper reference material for how Container Apps stores secrets and projects them into your containers at runtime. Use the CLI reference for `az containerapp secret` when you need the exact supported secret formats, including Key Vault references and identity requirements. Use the secrets management article for operational guidance on updates and rotation.
8686

87-
- [Azure CLI: az containerapp secret](/cli/azure/containerapp/secret?view=azure-cli-latest)
88-
- [Azure CLI: az containerapp](/cli/azure/containerapp?view=azure-cli-latest)
87+
- [Azure CLI: az containerapp secret](/cli/azure/containerapp/secret)
88+
- [Azure CLI: az containerapp](/cli/azure/containerapp)
8989
- [Manage secrets in Azure Container Apps](/azure/container-apps/manage-secrets)

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/5-connect-to-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ Registry authentication affects both security and reliability. You can use the f
6464

6565
These resources help you verify the supported registry authentication options and understand the trade-offs for production deployments. Use the CLI reference to confirm the current parameters for registry configuration and managed identity support. Use the Azure Container Registry overview when you want more context on registry capabilities like role-based access control and image management.
6666

67-
- [Azure CLI: az containerapp registry](/cli/azure/containerapp/registry?view=azure-cli-latest)
67+
- [Azure CLI: az containerapp registry](/cli/azure/containerapp/registry)
6868
- [Azure Container Registry overview](/azure/container-registry/container-registry-overview)
6969
- [Azure Container Apps overview](/azure/container-apps/overview)

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/6-verify-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ Verification is most effective when it's consistent and repeatable. You can use
8181

8282
These resources help you go deeper on day-two verification and troubleshooting for Container Apps. Use the CLI reference pages to confirm flags for targeting specific revisions and replicas when you're narrowing down an incident. You can also use these references to build automation that extracts the exact fields you validate in deployment pipelines.
8383

84-
- [Azure CLI: az containerapp logs](/cli/azure/containerapp/logs?view=azure-cli-latest)
85-
- [Azure CLI: az containerapp revision](/cli/azure/containerapp/revision?view=azure-cli-latest)
86-
- [Azure CLI: az containerapp replica](/cli/azure/containerapp/replica?view=azure-cli-latest)
84+
- [Azure CLI: az containerapp logs](/cli/azure/containerapp/logs)
85+
- [Azure CLI: az containerapp revision](/cli/azure/containerapp/revision)
86+
- [Azure CLI: az containerapp replica](/cli/azure/containerapp/replica)

learn-pr/wwl-data-ai/deploy-containers-azure-container-apps/includes/9-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ These resources help you go deeper on production deployments and day-two operati
66

77
- [Azure Container Apps overview](/azure/container-apps/overview)
88
- [Quickstart: Deploy your first container app](/azure/container-apps/get-started)
9-
- [Azure CLI: az containerapp](/cli/azure/containerapp?view=azure-cli-latest)
10-
- [Azure CLI: az containerapp logs](/cli/azure/containerapp/logs?view=azure-cli-latest)
9+
- [Azure CLI: az containerapp](/cli/azure/containerapp)
10+
- [Azure CLI: az containerapp logs](/cli/azure/containerapp/logs)

0 commit comments

Comments
 (0)