Skip to content

Commit 3108669

Browse files
updates
1 parent 3254359 commit 3108669

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/container-apps/gpu-image-generation.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ zone_pivot_groups: container-apps-portal-or-cli
1616

1717
In this article, you learn how to create a container app that uses [serverless GPUs](gpu-serverless-overview.md) to power an AI application.
1818

19-
With serverless GPUs, you have direct access to GPU compute resources without having to do manual infrastructure configuration such as installing drivers. All you have to do is deploy your AI model's image.
19+
With serverless GPUs, you have direct access to GPU compute resources without having to do manual infrastructure configuration such as installing drivers. All you have to do is deploy your AI model's image.
2020

2121
In this tutorial you:
2222

@@ -29,12 +29,23 @@ In this tutorial you:
2929
3030
## Prerequisites
3131

32+
::: zone pivot="azure-portal"
33+
3234
| Resource | Description |
3335
|---|---|
3436
| Azure account | You need an Azure account with an active subscription. If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
3537
| Access to serverless GPUs | Access to GPUs is only available after you request GPU quotas. You can submit your GPU quota request via a [customer support case](/azure/azure-portal/supportability/how-to-create-azure-support-request). |
38+
39+
::: zone-end
40+
3641
::: zone pivot="azure-cli"
42+
43+
| Resource | Description |
44+
|---|---|
45+
| Azure account | You need an Azure account with an active subscription. If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
46+
| Access to serverless GPUs | Access to GPUs is only available after you request GPU quotas. You can submit your GPU quota request via a [customer support case](/azure/azure-portal/supportability/how-to-create-azure-support-request). |
3747
| [Azure CLI](/cli/azure/install-azure-cli) | Install the [Azure CLI](/cli/azure/install-azure-cli) or upgrade to the latest version. |
48+
3849
::: zone-end
3950

4051
::: zone pivot="azure-portal"

0 commit comments

Comments
 (0)