Skip to content

Commit 69260b3

Browse files
committed
updates deploy quickstart
1 parent 5d4f843 commit 69260b3

File tree

6 files changed

+21
-22
lines changed

6 files changed

+21
-22
lines changed
Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,61 @@
11
---
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.
44
author: davidsmatlak
5-
6-
ms.topic: quickstart
7-
ms.date: 10/04/2018
85
ms.author: davidsmatlak
6+
ms.topic: quickstart
7+
ms.date: 08/17/2022
98
---
10-
# Quickstart: Deploy service catalog app through Azure portal
119

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.
1313

1414
## Create service catalog app
1515

1616
In the Azure portal, use the following steps:
1717

18+
1. Sign in to the [Azure portal](https://portal.azure.com).
1819
1. Select **Create a resource**.
1920

20-
![Create a resource](./media/deploy-service-catalog-quickstart/create-new.png)
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":::
2322

24-
![Search for service catalog application](./media/deploy-service-catalog-quickstart/select-service-catalog.png)
23+
1. Search for _Service Catalog Managed Application_ and select it from the available options.
2524

26-
1. You see a description of the Managed Application service. Select **Create**.
25+
1. **Service Catalog Managed Application** is displayed. Select **Create**.
2726

28-
![Select create](./media/deploy-service-catalog-quickstart/create-service-catalog.png)
27+
:::image type="content" source="./media/deploy-service-catalog-quickstart/create-service-catalog-managed-app.png" alt-text="Select create":::
2928

3029
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**.
3130

32-
![Select definition to deploy](./media/deploy-service-catalog-quickstart/select-definition.png)
31+
:::image type="content" source="./media/deploy-service-catalog-quickstart/select-definition.png" alt-text="Select definition to deploy":::
3332

3433
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**.
3534

36-
![Provide values for basic](./media/deploy-service-catalog-quickstart/provide-basics.png)
35+
:::image type="content" source="./media/deploy-service-catalog-quickstart/provide-basics.png" alt-text="Provide values for basic":::
3736

3837
1. Provide a prefix for the storage account name. Select the type of storage account to create. When finished, select **OK**.
3938

40-
![Provide values for storage](./media/deploy-service-catalog-quickstart/provide-storage.png)
39+
:::image type="content" source="./media/deploy-service-catalog-quickstart/provide-storage.png" alt-text="Provide values for storage":::
4140

4241
1. Review the summary. After validation succeeds, select **OK** to begin deployment.
4342

44-
![View summary](./media/deploy-service-catalog-quickstart/view-summary.png)
43+
:::image type="content" source="./media/deploy-service-catalog-quickstart/view-summary.png" alt-text="View summary":::
4544

4645
## View results
4746

4847
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.
4948

5049
1. View the resource group named **applicationGroup** to see the service catalog app.
5150

52-
![View application](./media/deploy-service-catalog-quickstart/view-managed-application.png)
51+
:::image type="content" source="./media/deploy-service-catalog-quickstart/view-managed-application.png" alt-text="View application":::
5352

5453
1. View the resource group named **applicationGroup{hash-characters}** to see the resources for the service catalog app.
5554

56-
![View resources](./media/deploy-service-catalog-quickstart/view-resources.png)
55+
:::image type="content" source="./media/deploy-service-catalog-quickstart/view-resources.png" alt-text="View resources":::
5756

5857
## Next steps
5958

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).
18.9 KB
Loading
Loading

0 commit comments

Comments
 (0)