Skip to content

Commit 1c5f44e

Browse files
committed
review edits
1 parent 0554643 commit 1c5f44e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Create a storage account in a new resource group:
365365

366366
Create a container and upload the _app.zip_ file:
367367

368-
1. Under the storage account's **Data storage** select **Containers**.
368+
1. Go to **Data storage** and select **Containers**.
369369

370370
:::image type="content" source="./media/publish-service-catalog-app/create-new-container.png" alt-text="Screenshot of the storage account's screen to create a new container.":::
371371

@@ -386,9 +386,9 @@ Create a container and upload the _app.zip_ file:
386386
1. After the file is uploaded, select _app.zip_ in the container.
387387
1. Copy the _app.zip_ file's URL from the **Overview** > **URL**.
388388

389-
:::image type="content" source="./media/publish-service-catalog-app/copy-file-url.png" alt-text="Screenshot of the of the zip file's URL with copy button highlighted.":::
389+
:::image type="content" source="./media/publish-service-catalog-app/copy-file-url.png" alt-text="Screenshot of the zip file's URL with copy button highlighted.":::
390390

391-
Make a note of the _app.zip_ file's URL because you'll need it to create the managed application definition.
391+
Make a note of the _app.zip_ file's URL because you need it to create the managed application definition.
392392

393393
---
394394

@@ -525,14 +525,15 @@ To deploy a managed application definition from the Azure portal, use the follow
525525

526526
1. Select **Create** from the **Service Catalog Managed Application Definition** page.
527527

528-
:::image type="content" source="./media/publish-service-catalog-app/create-service-catalog-definition.png" alt-text="Screenshot of the Service Catalog Managed Application Definition page with the create button hightlighted.":::
528+
:::image type="content" source="./media/publish-service-catalog-app/create-service-catalog-definition.png" alt-text="Screenshot of the Service Catalog Managed Application Definition page with the create button highlighted.":::
529529

530-
1. On the **Basics** tab enter the following information and select **Next: Package**:
530+
1. On the **Basics** tab, enter the following information and select **Next: Package**:
531531

532532
:::image type="content" source="./media/publish-service-catalog-app/create-service-catalog-definition-basics.png" alt-text="Screenshot of the Basics tab on the form to create a service catalog definition. ":::
533533

534-
- Select your subscription name.
535-
- Create a new resource group named _appDefinitionGroup_.
534+
- **Project details**:
535+
- Select your subscription name.
536+
- Create a new resource group named _appDefinitionGroup_.
536537
- **Instance details**:
537538
- **Name**: Enter a name like _instance-name_. The name isn't used in the definition but the form requires an entry.
538539
- **Region**: _West US3_
@@ -541,11 +542,11 @@ To deploy a managed application definition from the Azure portal, use the follow
541542
- **Display name**: _Sample managed application_
542543
- **Description**: _Sample managed application that deploys web resources_
543544

544-
1. On the **Package** tab enter the **Package file uri** for your _app.zip_ file.
545+
1. On the **Package** tab, enter the **Package file uri** for your _app.zip_ file.
545546
1. Skip the **Management settings** tab.
546-
1. On the **Authentication and lock level** tab enter the following information and then select **Review + create**.
547+
1. On the **Authentication and lock level** tab, enter the following information and then select **Review + create**.
547548

548-
:::image type="content" source="./media/publish-service-catalog-app/create-service-catalog-definition-authentication.png" alt-text="Screenshot of the authenticaion and lock level for the managed application definition.":::
549+
:::image type="content" source="./media/publish-service-catalog-app/create-service-catalog-definition-authentication.png" alt-text="Screenshot of the authentication and lock level for the managed application definition.":::
549550

550551
- **Lock level**: Select _Read Only_.
551552
- Select **Add members**.
@@ -554,7 +555,7 @@ To deploy a managed application definition from the Azure portal, use the follow
554555

555556
The **Lock level** on the managed resource group prevents the customer from performing undesirable operations on this resource group. Currently, `Read Only` is the only supported lock level. `Read Only` specifies that the customer can only read the resources present in the managed resource group. The publisher identities that are granted access to the managed resource group are exempt from the lock level.
556557

557-
1. After the portal shows **Validation passed** select **Create**.
558+
1. After **Validation passed** is displayed, select **Create**.
558559

559560
:::image type="content" source="./media/publish-service-catalog-app/create-service-catalog-definition-validation.png" alt-text="Screenshot of portal that shows validation passed for the managed application definition.":::
560561

@@ -568,7 +569,7 @@ You have access to the managed application definition, but you want to make sure
568569

569570
## Next steps
570571

571-
You've published the managed application definition. Now, learn how to deploy an instance of that definition.
572+
You've published the managed application definition. The next step is to learn how to deploy an instance of that definition.
572573

573574
> [!div class="nextstepaction"]
574575
> [Quickstart: Deploy a service catalog managed application](deploy-service-catalog-quickstart.md)

0 commit comments

Comments
 (0)