|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.43.8.12551", |
9 | | - "templateHash": "17608527028333640769" |
| 9 | + "templateHash": "8577992003868472105" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
70 | 70 | }, |
71 | 71 | "imageTag": { |
72 | 72 | "type": "string", |
73 | | - "defaultValue": "latest_v2", |
| 73 | + "defaultValue": "latest", |
74 | 74 | "metadata": { |
75 | | - "description": "Optional. The image tag to use for container images. Defaults to \"latest_v2\"." |
| 75 | + "description": "Optional. The image tag to use for container images. Defaults to \"latest\"." |
76 | 76 | } |
77 | 77 | }, |
78 | 78 | "placeholderContainerImage": { |
79 | 79 | "type": "string", |
80 | | - "defaultValue": "mcr.microsoft.com/k8se/quickstart:latest", |
| 80 | + "defaultValue": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest", |
81 | 81 | "metadata": { |
82 | | - "description": "Optional. Placeholder container image used to initially provision the container apps.\nThe dedicated Azure Container Registry is empty right after infrastructure provisioning, so a public image is used as the default allowed image until the post-deployment script (scripts/deploy_container_images.*) builds and pushes the deployment-specific images and updates the apps. Defaults to the Azure Container Apps quickstart image." |
| 82 | + "description": "Optional. Placeholder container image used to initially provision the container apps.\nThe dedicated Azure Container Registry is empty right after infrastructure provisioning, so a public image is used as the default allowed image until the post-deployment script (scripts/deploy_container_images.*) builds and pushes the deployment-specific images and updates the apps. Defaults to the Azure Container Apps hello-world image." |
83 | 83 | } |
84 | 84 | }, |
85 | 85 | "deploymentType": { |
|
895 | 895 | "_generator": { |
896 | 896 | "name": "bicep", |
897 | 897 | "version": "0.43.8.12551", |
898 | | - "templateHash": "10052698379792252001" |
| 898 | + "templateHash": "17231291582633402413" |
899 | 899 | }, |
900 | 900 | "name": "Dedicated Azure Container Registry", |
901 | 901 | "description": "Provisions a dedicated Azure Container Registry (ACR) for a single deployment and configures identity-based authentication.\r\nAdmin user and anonymous pull are disabled. The provided application managed identity principals are granted the AcrPull role, and the deployer is granted a registry-scoped AcrPush role so it can push/pull images (remote builds via `az acr build` additionally rely on the deployer's higher-scope role for scheduleRun/action)." |
|
942 | 942 | "Disabled" |
943 | 943 | ], |
944 | 944 | "metadata": { |
945 | | - "description": "Optional. Public network access for the registry. Defaults to Enabled. Note: `az acr build` (ACR Tasks quick builds) and Container Apps image pulls require reachability; disabling public access requires VNet agent pools and private endpoints, so it is left Enabled by default for both WAF and non-WAF deployments." |
| 945 | + "description": "Optional. Public network access for the registry. Defaults to Enabled for non-WAF deployments. In WAF (private-networking) deployments the caller sets this to Disabled: runtime image pulls flow over a private endpoint, and the post-deployment build script (scripts/deploy_container_images.*) temporarily re-enables public access for the remote `az acr build` and then restores it to Disabled." |
946 | 946 | } |
947 | 947 | }, |
948 | 948 | "networkRuleBypassOptions": { |
|
0 commit comments