Skip to content

Commit 7eb34b9

Browse files
committed
review edits
1 parent e583569 commit 7eb34b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 08/17/2022
99

1010
# Quickstart: Deploy service catalog managed application from Azure portal
1111

12-
In the quickstart article to [publish the definition](publish-service-catalog-app.md), you published a 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 quickstart, you deploy a managed storage account.
12+
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

1414
## Create service catalog managed application
1515

@@ -38,7 +38,7 @@ In the Azure portal, use the following steps:
3838
- **Resource group**: Select the resource group. For this example, create a resource group named _applicationGroup_.
3939
- **Region**: Select the location where you want to deploy the resource.
4040
- **Application Name**: Enter a name for your application. For this example, use _demoManagedApplication_.
41-
- **Managed Resource Group**: Uses a default with the prefix **mrg-{defintionname}-{datetime}** like _mrg-ManagedStorage-20220817122721_. You can change the name.
41+
- **Managed Resource Group**: Uses a default resource group name with the format `mrg-{definitionName}-{dateTime}` like _mrg-ManagedStorage-20220817122721_. You can change the name.
4242

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

Loading

0 commit comments

Comments
 (0)