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
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To publish a managed application to your service catalog, do the following tasks
17
17
- Create an Azure Resource Manager template (ARM template) that defines the resources to deploy with the managed application.
18
18
- Define the user interface elements for the portal when deploying the managed application.
19
19
- Create a _.zip_ package that contains the required JSON files. The _.zip_ package file has a 120-MB limit for a service catalog's managed application definition.
20
-
-Deploy the managed application definition so it's available in your service catalog.
20
+
-Publish the managed application definition so it's available in your service catalog.
21
21
22
22
If your managed application definition is more than 120 MB or if you want to use your own storage account for your organization's compliance reasons, go to [Quickstart: Bring your own storage to create and publish an Azure Managed Application definition](publish-service-catalog-bring-your-own-storage.md).
23
23
@@ -341,10 +341,11 @@ For more information about storage authentication, see [Choose how to authorize
341
341
Create a storage account in a new resource group:
342
342
343
343
1. Sign in to the [Azure portal](https://portal.azure.com).
344
-
1.From the portal's **Home** page, enter _storage accounts_ in the search box. Or if you've already worked with a storage account, select the **Storage accounts**.
344
+
1.Select **Create a resource** from the portal's **Home** page.
345
345
346
-
:::image type="content" source="./media/publish-service-catalog-app/portal-home-page.png" alt-text="Screenshot of Azure portal home page with search box and storage accounts highlighted.":::
346
+
:::image type="content" source="./media/publish-service-catalog-app/create-resource.png" alt-text="Screenshot of Azure portal home page with create a resource highlighted.":::
347
347
348
+
1. Search for _storage account_ and select it from the available options.
348
349
1. Select **Create** on the **Storage accounts** page.
349
350
350
351
:::image type="content" source="./media/publish-service-catalog-app/create-storage-account.png" alt-text="Screenshot of the storage accounts page with the create button highlighted.":::
@@ -376,7 +377,7 @@ Create a container and upload the _app.zip_ file:
376
377
-**Name**: _appcontainer_.
377
378
-**Public access level**: Select _Blob_.
378
379
379
-
1. Select the _appcontainer_.
380
+
1. Select _appcontainer_.
380
381
1. Select **Upload** and follow the prompts to upload your _app.zip_ file to the container.
381
382
382
383
:::image type="content" source="./media/publish-service-catalog-app/upload-zip-file.png" alt-text="Screenshot of the appcontainer to upload the zip file to your storage account.":::
@@ -439,7 +440,7 @@ For a portal definition, the group ID and role ID are part of the deployment ste
439
440
440
441
---
441
442
442
-
### Deploy the managed application definition
443
+
### Publish the managed application definition
443
444
444
445
# [PowerShell](#tab/azure-powershell)
445
446
@@ -517,12 +518,10 @@ Some of the parameters used in the preceding example are:
517
518
518
519
# [Portal](#tab/azure-portal)
519
520
520
-
To deploy a managed application definition from the Azure portal, use the following steps.
521
-
522
-
1. From the portal's **Home** page, search for _Service Catalog Managed Application Definition_ and select it from the available options.
523
-
524
-
:::image type="content" source="./media/publish-service-catalog-app/search-service-catalog-definition.png" alt-text="Screenshot of the portal search for Service Catalog Managed Application Definition.":::
521
+
To publish a managed application definition from the Azure portal, use the following steps.
525
522
523
+
1. Select **Create a resource** from the portal's **Home** page.
524
+
1. Search for _Service Catalog Managed Application Definition_ and select it from the available options.
526
525
1. Select **Create** from the **Service Catalog Managed Application Definition** page.
527
526
528
527
:::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.":::
@@ -543,7 +542,7 @@ To deploy a managed application definition from the Azure portal, use the follow
543
542
-**Description**: _Sample managed application that deploys web resources_
544
543
545
544
1. On the **Package** tab, enter the **Package file uri** for your _app.zip_ file.
546
-
1.Skip the **Management settings** tab.
545
+
1.Ignore the **Management settings** tab.
547
546
1. On the **Authentication and lock level** tab, enter the following information and then select **Review + create**.
548
547
549
548
:::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.":::
@@ -555,7 +554,7 @@ To deploy a managed application definition from the Azure portal, use the follow
555
554
556
555
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.
557
556
558
-
1. After **Validation passed** is displayed, select **Create**.
557
+
1. After **Validation Passed** is displayed, select **Create**.
559
558
560
559
:::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.":::
0 commit comments