You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/managed-applications/publish-service-catalog-app.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ Create a storage account in a new resource group:
365
365
366
366
Create a container and upload the _app.zip_ file:
367
367
368
-
1.Under the storage account's **Data storage** select **Containers**.
368
+
1.Go to **Data storage** and select **Containers**.
369
369
370
370
:::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.":::
371
371
@@ -386,9 +386,9 @@ Create a container and upload the _app.zip_ file:
386
386
1. After the file is uploaded, select _app.zip_ in the container.
387
387
1. Copy the _app.zip_ file's URL from the **Overview** > **URL**.
388
388
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.":::
390
390
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.
392
392
393
393
---
394
394
@@ -525,14 +525,15 @@ To deploy a managed application definition from the Azure portal, use the follow
525
525
526
526
1. Select **Create** from the **Service Catalog Managed Application Definition** page.
527
527
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.":::
529
529
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**:
531
531
532
532
:::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. ":::
533
533
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_.
536
537
-**Instance details**:
537
538
-**Name**: Enter a name like _instance-name_. The name isn't used in the definition but the form requires an entry.
538
539
-**Region**: _West US3_
@@ -541,11 +542,11 @@ To deploy a managed application definition from the Azure portal, use the follow
541
542
-**Display name**: _Sample managed application_
542
543
-**Description**: _Sample managed application that deploys web resources_
543
544
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.
545
546
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**.
547
548
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.":::
549
550
550
551
-**Lock level**: Select _Read Only_.
551
552
- Select **Add members**.
@@ -554,7 +555,7 @@ To deploy a managed application definition from the Azure portal, use the follow
554
555
555
556
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.
556
557
557
-
1. After the portal shows **Validation passed** select **Create**.
558
+
1. After **Validation passed** is displayed, select **Create**.
558
559
559
560
:::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.":::
560
561
@@ -568,7 +569,7 @@ You have access to the managed application definition, but you want to make sure
568
569
569
570
## Next steps
570
571
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.
572
573
573
574
> [!div class="nextstepaction"]
574
575
> [Quickstart: Deploy a service catalog managed application](deploy-service-catalog-quickstart.md)
0 commit comments