Skip to content

Commit 4558d0e

Browse files
authored
Merge pull request #235849 from pritamso/Broken-link-fix-tomvcassidy
LinkFix: Broken link fixed
2 parents 78626fd + 848594d commit 4558d0e

7 files changed

+9
-9
lines changed

articles/container-instances/container-instances-container-groups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ Learn how to deploy a multi-container container group with an Azure Resource Man
113113
[resource-manager template]: container-instances-multi-container-group.md
114114
[yaml-file]: container-instances-multi-container-yaml.md
115115
[region-availability]: container-instances-region-availability.md
116-
[resource-requests]: /rest/api/container-instances/containergroups/createorupdate#resourcerequests
117-
[resource-limits]: /rest/api/container-instances/containergroups/createorupdate#resourcelimits
118-
[resource-requirements]: /rest/api/container-instances/containergroups/createorupdate#resourcerequirements
116+
[resource-requests]: /rest/api/container-instances/2022-09-01/container-groups/create-or-update#resourcerequests
117+
[resource-limits]: /rest/api/container-instances/2022-09-01/container-groups/create-or-update#resourcelimits
118+
[resource-requirements]: /rest/api/container-instances/2022-09-01/container-groups/create-or-update#resourcerequirements
119119
[azure-files]: container-instances-volume-azure-files.md
120120
[virtual-network]: container-instances-virtual-network-concepts.md
121121
[secret]: container-instances-volume-secret.md

articles/container-instances/container-instances-custom-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Once you've completed the steps above, you should see an output with a final key
9797
## Deploy your container group
9898

9999
> [!NOTE]
100-
> Custom DNS settings are not currently available in the Azure portal for container group deployments. They must be provided with YAML file, Resource Manager template, [REST API](/rest/api/container-instances/containergroups/createorupdate), or an [Azure SDK](https://azure.microsoft.com/downloads/).
100+
> Custom DNS settings are not currently available in the Azure portal for container group deployments. They must be provided with YAML file, Resource Manager template, [REST API](/rest/api/container-instances/2022-09-01/container-groups/create-or-update), or an [Azure SDK](https://azure.microsoft.com/downloads/).
101101
102102
Copy the following YAML into a new file named *custom-dns-deploy-aci.yaml*. Edit the following configurations with your values:
103103

articles/container-instances/container-instances-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sections:
2525
answer: |
2626
Because one of the main determinants of deployment times is the image size, look for ways to reduce the size. Remove layers you don't need, or reduce the size of layers in the image (by picking a lighter base OS image). For example, if you're running Linux containers, consider using Alpine as your base image rather than a full Ubuntu Server. Similarly, for Windows containers, use a Nano Server base image if possible.
2727
28-
You should also check the list of pre-cached images in Azure Container Images, available via the [List Cached Images](/rest/api/container-instances/location/listcachedimages) API. You might be able to switch out an image layer for one of the pre-cached images.
28+
You should also check the list of pre-cached images in Azure Container Images, available via the [List Cached Images](/rest/api/container-instances/2022-09-01/location/list-cached-images) API. You might be able to switch out an image layer for one of the pre-cached images.
2929
3030
See more [detailed guidance](container-instances-troubleshooting.md#container-takes-a-long-time-to-start) on reducing container startup time.
3131

articles/container-instances/container-instances-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use a managed identity in a running container to authenticate to any [service th
2929

3030
### Enable a managed identity
3131

32-
When you create a container group, enable one or more managed identities by setting a [ContainerGroupIdentity](/rest/api/container-instances/containergroups/createorupdate#containergroupidentity) property. You can also enable or update managed identities after a container group is running - either action causes the container group to restart. To set the identities on a new or existing container group, use the Azure CLI, a Resource Manager template, a YAML file, or another Azure tool.
32+
When you create a container group, enable one or more managed identities by setting a [ContainerGroupIdentity](/rest/api/container-instances/2022-09-01/container-groups/create-or-update#containergroupidentity) property. You can also enable or update managed identities after a container group is running - either action causes the container group to restart. To set the identities on a new or existing container group, use the Azure CLI, a Resource Manager template, a YAML file, or another Azure tool.
3333

3434
Azure Container Instances supports both types of managed Azure identities: user-assigned and system-assigned. On a container group, you can enable a system-assigned identity, one or more user-assigned identities, or both types of identities. If you're unfamiliar with managed identities for Azure resources, see the [overview](../active-directory/managed-identities-azure-resources/overview.md).
3535

articles/container-instances/container-instances-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All Azure services include certain default limits and quotas for resources and f
1414

1515
Availability of compute, memory, and storage resources for Azure Container Instances varies by region and operating system. For details, see [Resource availability for Azure Container Instances](container-instances-region-availability.md).
1616

17-
Use the [List Usage](/rest/api/container-instances/location/listusage) API to review current quota usage in a region for a subscription.
17+
Use the [List Usage](/rest/api/container-instances/2022-09-01/location/list-usage) API to review current quota usage in a region for a subscription.
1818

1919
## Service quotas and limits
2020

articles/container-instances/container-instances-resource-and-quota-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Values presented are the maximum resources available per deployment of a [contai
2323

2424
All Azure services include certain default limits and quotas for resources and features. This section details the default quotas and limits for Azure Container Instances.
2525

26-
Use the [List Usage](/rest/api/container-instances/location/listusage) API to review current quota usage in a region for a subscription.
26+
Use the [List Usage](/rest/api/container-instances/2022-09-01/location/list-usage) API to review current quota usage in a region for a subscription.
2727

2828
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, please submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
2929

articles/container-instances/container-instances-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ Learn how to [retrieve container logs and events](container-instances-get-logs.m
240240
241241
<!-- LINKS - Internal -->
242242
[az-container-show]: /cli/azure/container#az_container_show
243-
[list-cached-images]: /rest/api/container-instances/location/listcachedimages
243+
[list-cached-images]: /rest/api/container-instances/2022-09-01/location/list-cached-images

0 commit comments

Comments
 (0)