Skip to content

Commit 826b3a0

Browse files
committed
Make links to other documentation pages relative
1 parent 16f3fc8 commit 826b3a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-instances/container-instances-tutorial-deploy-confidential-container-default-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Open the overview for the container group by navigating to **Resource Groups** >
6868
:::image type="content" source="media/container-instances-confidential-containers-tutorials/confidential-containers-aci-hello-world.png" alt-text="Screenshot of the hello world application running, PNG.":::
6969

7070
The presence of the attestation report below the Azure Container Instances logo confirms that the container is running on hardware that supports a hardware-based and attested trusted execution environment (TEE).
71-
If you deploy to hardware that does not support a TEE, for example by choosing a region where the [ACI Confidential SKU is not available](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-region-availability#linux-container-groups), no attestation report will be shown.
71+
If you deploy to hardware that does not support a TEE, for example by choosing a region where the [ACI Confidential SKU is not available](./container-instances-region-availability.md#linux-container-groups), no attestation report will be shown.
7272

7373
Congratulations! You have deployed a confidential container on Azure Container Instances which is displaying a hardware attestation report in your browser.
7474

articles/container-instances/container-instances-tutorial-deploy-confidential-containers-cce-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ With the ARM template that you've crafted and the Azure CLI confcom extension, y
194194

195195
* **Subscription**: select an Azure subscription.
196196
* **Resource group**: select **Create new**, enter a unique name for the resource group, and then select **OK**.
197-
* **Location**: select a location for the resource group. Choose a region where the [Confidential SKU is supported](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-region-availability#linux-container-groups). Example: **North Europe**.
197+
* **Location**: select a location for the resource group. Choose a region where the [Confidential SKU is supported](./container-instances-region-availability.md#linux-container-groups). Example: **North Europe**.
198198
* **Name**: accept the generated name for the instance, or enter a name.
199199
* **Image**: accept the default image name. This sample Linux image displays a hardware attestation.
200200

0 commit comments

Comments
 (0)