|
1 | 1 | ---
|
2 |
| -title: Use Azure portal to deploy service catalog app |
3 |
| -description: Shows consumers of Managed Applications how to deploy a service catalog app through the Azure portal. |
| 2 | +title: Use Azure portal to deploy service catalog application |
| 3 | +description: Shows consumers of Azure Managed Applications how to deploy a service catalog application from the Azure portal. |
4 | 4 | author: davidsmatlak
|
5 |
| - |
6 |
| -ms.topic: quickstart |
7 |
| -ms.date: 10/04/2018 |
8 | 5 | ms.author: davidsmatlak
|
| 6 | +ms.topic: quickstart |
| 7 | +ms.date: 08/17/2022 |
9 | 8 | ---
|
10 |
| -# Quickstart: Deploy service catalog app through Azure portal |
11 | 9 |
|
12 |
| -In the [preceding quickstart](publish-service-catalog-app.md), you published a managed application definition. In this quickstart, you create a service catalog app from that definition. |
| 10 | +# Quickstart: Deploy service catalog application from Azure portal |
| 11 | + |
| 12 | +In the [preceding quickstart](publish-service-catalog-app.md), you published a managed application definition. In this quickstart, you create a service catalog application from that definition. |
13 | 13 |
|
14 | 14 | ## Create service catalog app
|
15 | 15 |
|
16 | 16 | In the Azure portal, use the following steps:
|
17 | 17 |
|
| 18 | +1. Sign in to the [Azure portal](https://portal.azure.com). |
18 | 19 | 1. Select **Create a resource**.
|
19 | 20 |
|
20 |
| -  |
21 |
| - |
22 |
| -1. Search for **Service Catalog Managed Application** and select it from the available options. |
| 21 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/create-resource.png" alt-text="Create a resource"::: |
23 | 22 |
|
24 |
| -  |
| 23 | +1. Search for _Service Catalog Managed Application_ and select it from the available options. |
25 | 24 |
|
26 |
| -1. You see a description of the Managed Application service. Select **Create**. |
| 25 | +1. **Service Catalog Managed Application** is displayed. Select **Create**. |
27 | 26 |
|
28 |
| -  |
| 27 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/create-service-catalog-managed-app.png" alt-text="Select create"::: |
29 | 28 |
|
30 | 29 | 1. The portal shows the managed application definitions that you have access to. From the available definitions, select the one you wish to deploy. In this quickstart, use the **Managed Storage Account** definition that you created in the preceding quickstart. Select **Create**.
|
31 | 30 |
|
32 |
| -  |
| 31 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/select-definition.png" alt-text="Select definition to deploy"::: |
33 | 32 |
|
34 | 33 | 1. Provide values for the **Basics** tab. Select the Azure subscription to deploy your service catalog app to. Create a new resource group named **applicationGroup**. Select a location for your app. When finished, select **OK**.
|
35 | 34 |
|
36 |
| -  |
| 35 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/provide-basics.png" alt-text="Provide values for basic"::: |
37 | 36 |
|
38 | 37 | 1. Provide a prefix for the storage account name. Select the type of storage account to create. When finished, select **OK**.
|
39 | 38 |
|
40 |
| -  |
| 39 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/provide-storage.png" alt-text="Provide values for storage"::: |
41 | 40 |
|
42 | 41 | 1. Review the summary. After validation succeeds, select **OK** to begin deployment.
|
43 | 42 |
|
44 |
| -  |
| 43 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/view-summary.png" alt-text="View summary"::: |
45 | 44 |
|
46 | 45 | ## View results
|
47 | 46 |
|
48 | 47 | After the service catalog app has been deployed, you have two new resource groups. One resource group holds the service catalog app. The other resource group holds the resources for the service catalog app.
|
49 | 48 |
|
50 | 49 | 1. View the resource group named **applicationGroup** to see the service catalog app.
|
51 | 50 |
|
52 |
| -  |
| 51 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/view-managed-application.png" alt-text="View application"::: |
53 | 52 |
|
54 | 53 | 1. View the resource group named **applicationGroup{hash-characters}** to see the resources for the service catalog app.
|
55 | 54 |
|
56 |
| -  |
| 55 | + :::image type="content" source="./media/deploy-service-catalog-quickstart/view-resources.png" alt-text="View resources"::: |
57 | 56 |
|
58 | 57 | ## Next steps
|
59 | 58 |
|
60 |
| -* To learn how to create the definition files for a managed application, see [Create and publish a managed application definition](publish-service-catalog-app.md). |
61 |
| -* For Azure CLI, see [Deploy service catalog app with Azure CLI](./scripts/managed-application-cli-sample-create-application.md). |
62 |
| -* For PowerShell, see [Deploy service catalog app with PowerShell](./scripts/managed-application-poweshell-sample-create-application.md). |
| 59 | +- To learn how to create the definition files for a managed application, see [Quickstart: Create and publish an Azure Managed Application definition](publish-service-catalog-app.md). |
| 60 | +- For Azure CLI, see [Deploy managed application with Azure CLI](./scripts/managed-application-cli-sample-create-application.md). |
| 61 | +- For PowerShell, see [Deploy managed application with PowerShell](./scripts/managed-application-poweshell-sample-create-application.md). |
0 commit comments