Skip to content

Commit 9711ee7

Browse files
committed
edit content
1 parent 4774064 commit 9711ee7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ In the quickstart article to [publish the definition](publish-service-catalog-ap
1313

1414
## Prerequisites
1515

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).
16+
To complete this quickstart, you need an Azure account with an active subscription. If you completed the quickstart to publish a definition, you should already have an account. Otherwise, [create a free account](https://azure.microsoft.com/free/) before you begin.
2117

2218
## Create service catalog managed application
2319

@@ -46,7 +42,7 @@ In the Azure portal, use the following steps:
4642
- **Resource group**: Select the resource group. For this example, create a resource group named _applicationGroup_.
4743
- **Region**: Select the location where you want to deploy the resource.
4844
- **Application Name**: Enter a name for your application. For this example, use _demoManagedApplication_.
49-
- **Managed Resource Group**: Uses a default resource group name with the format `mrg-{definitionName}-{dateTime}` like _mrg-ManagedStorage-20220817122721_. You can change the name.
45+
- **Managed Resource Group**: Uses a default name format `mrg-{definitionName}-{dateTime}` like _mrg-ManagedStorage-20220817122721_. You can change the name.
5046

5147
1. Enter a prefix for the storage account name and select the storage account type. Select **Next: Review + create**.
5248

articles/azure-resource-manager/managed-applications/publish-service-catalog-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To publish a managed application to your service catalog, do the following tasks
2929

3030
To complete this quickstart, you need the following items:
3131

32-
- If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
32+
- An Azure account with an active subscription. If you don't have an account, [create a free account](https://azure.microsoft.com/free/) before you begin.
3333
- [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).
3434
- Install the latest version of [Azure PowerShell](/powershell/azure/install-az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
3535

0 commit comments

Comments
 (0)