Skip to content

Commit 4774064

Browse files
committed
fixes link and adds prerequistes
1 parent 7eb34b9 commit 4774064

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/azure-resource-manager/managed-applications/deploy-service-catalog-quickstart.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ ms.date: 08/17/2022
1111

1212
In the quickstart article to [publish the definition](publish-service-catalog-app.md), you published an Azure managed application definition. In this quickstart, you use that definition to deploy a service catalog managed application. The deployment creates two resource groups. One resource group contains the managed application and the other is a managed resource group for the deployed resource. In this article, the managed application definition deploys a managed storage account.
1313

14+
## Prerequisites
15+
16+
To complete this quickstart, you need the following items. If you completed the quickstart to publish a definition, you should already have the software installed.
17+
18+
- An Azure subscription. If you don't have one you can [create a free account](https://azure.microsoft.com/free/).
19+
- [Visual Studio Code](https://code.visualstudio.com/) with the latest [Azure Resource Manager Tools extension](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools).
20+
- Install the latest version of [Azure PowerShell](/powershell/azure/install-az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
21+
1422
## Create service catalog managed application
1523

1624
In the Azure portal, use the following steps:
@@ -67,7 +75,7 @@ Go to the managed resource group with the name prefix **mrg-ManagedStorage** to
6775

6876
:::image type="content" source="./media/deploy-service-catalog-quickstart/view-managed-resource-group.png" alt-text="Screenshot that shows the managed resource group that contains the resource deployed by the managed application.":::
6977

70-
The storage account that's created by the managed application has a role assignment. In the [previous quickstart](/publish-service-catalog-app.md#create-an-azure-active-directory-user-group-or-application), you created an Azure Active Directory group. That group was used in the managed application definition. When you deployed the managed application, a role assignment for that group was added to the managed storage account.
78+
The storage account that's created by the managed application has a role assignment. In the [publish the definition](publish-service-catalog-app.md#create-an-azure-active-directory-user-group-or-application) article, you created an Azure Active Directory group. That group was used in the managed application definition. When you deployed the managed application, a role assignment for that group was added to the managed storage account.
7179

7280
To see the role assignment from the Azure portal:
7381

0 commit comments

Comments
 (0)