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/deploy-service-catalog-quickstart.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ description: Shows consumers of Azure Managed Applications how to deploy a servi
4
4
author: davidsmatlak
5
5
ms.author: davidsmatlak
6
6
ms.topic: quickstart
7
-
ms.date: 02/21/2023
7
+
ms.date: 03/01/2023
8
8
---
9
9
10
10
# Quickstart: Deploy service catalog managed application
11
11
12
-
In this quickstart, you use the definition you created in [publish the definition](publish-service-catalog-app.md) or [publish the definition with bring your own storage](publish-service-catalog-bring-your-own-storage.md) 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. The managed application definition deploys an App Service plan, App Service, and storage account.
12
+
In this quickstart, you use the definition you created in the quickstarts to [publish an application definition](publish-service-catalog-app.md) or [publish a definition with bring your own storage](publish-service-catalog-bring-your-own-storage.md) 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. The managed application definition deploys an App Service plan, App Service, and storage account.
13
13
14
14
## Prerequisites
15
15
@@ -30,7 +30,9 @@ In the Azure portal, use the following steps:
30
30
31
31
:::image type="content" source="./media/deploy-service-catalog-quickstart/create-service-catalog-managed-application.png" alt-text="Screenshot of search result for Service Catalog Managed Application with create button highlighted.":::
32
32
33
-
1. The portal shows the managed application definitions that you can access. From the available definitions, select the one you want to deploy. In this quickstart, use the **Sample managed application** definition that you created in the preceding quickstart. Select **Create**.
33
+
1. Select **Sample managed application** and then select **Create**.
34
+
35
+
The portal displays the managed application definitions that you created with the quickstart articles to publish an application definition.
34
36
35
37
:::image type="content" source="./media/deploy-service-catalog-quickstart/select-service-catalog-managed-application.png" alt-text="Screenshot that shows managed application definitions that you can deploy.":::
36
38
@@ -48,16 +50,14 @@ In the Azure portal, use the following steps:
48
50
49
51
:::image type="content" source="./media/deploy-service-catalog-quickstart/web-app-settings.png" alt-text="Screenshot that highlights the required information on the Web App settings tab.":::
50
52
51
-
During deployment, the prefixes are concatenated with a unique string to create a name that's globally unique across Azure.
52
-
53
-
-**App Service plan name prefix**: Create a prefix for the plan name. Maximum of 27 alphanumeric characters or hyphens. For example, _demoAppServicePlan_.
54
-
-**App Service name prefix**: Create a prefix for the plan name. Maximum of 47 alphanumeric characters or hyphens. For example, _demoApp_.
53
+
-**App Service plan name**: Create a plan name. Maximum of 40 alphanumeric characters and hyphens. For example, _demoAppServicePlan_. App Service plan names must be unique within a resource group in your subscription.
54
+
-**App Service name prefix**: Create a prefix for the plan name. Maximum of 47 alphanumeric characters or hyphens. For example, _demoApp_. During deployment, the prefix is concatenated with a unique string to create a name that's globally unique across Azure.
55
55
56
56
1. Enter a prefix for the storage account name and select the storage account type. Select **Next: Review + create**.
57
57
58
58
:::image type="content" source="./media/deploy-service-catalog-quickstart/storage-settings.png" alt-text="Screenshot that shows the information needed to create a storage account.":::
59
59
60
-
-**Storage account name prefix**: Use only lowercase letters and numbers and a maximum of 11 characters. For example, _demostg1234_. During deployment, the prefix is concatenated with a unique string to create a name that's globally unique across Azure. Although you're creating a prefix, the control checks for existing names in Azure and might post a validation message that the name already exists. If so, choose a different prefix.
60
+
-**Storage account name prefix**: Use only lowercase letters and numbers and a maximum of 11 characters. For example, _demostg1234_. During deployment, the prefix is concatenated with a unique string to create a name globally unique across Azure. Although you're creating a prefix, the control checks for existing names in Azure and might post a validation message that the name already exists. If so, choose a different prefix.
61
61
-**Storage account type**: Select **Change type** to choose a storage account type. The default is Standard LRS.
62
62
63
63
1. Review the summary of the values you selected and verify **Validation Passed** is displayed. Select **Create** to deploy the managed application.
@@ -106,10 +106,12 @@ When your finished with the managed application, you can delete the resource gro
106
106
107
107
When the resource group that contains the managed application is deleted, the managed resource group is also deleted. In this example, when _applicationGroup_ is deleted the _rg-sampleManagedApplication_ resource group is also deleted.
108
108
109
-
If you want to delete the managed application definition, you can delete the resource groups you created in the quickstart to [publish the definition](publish-service-catalog-app.md).
109
+
If you want to delete the managed application definition, delete the resource groups you created in the quickstart articles.
110
+
111
+
-**Publish application definition**: _packageStorageGroup_ and _appDefinitionGroup_.
112
+
-**Publish definition with bring your own storage**: _packageStorageGroup_, _byosDefinitionStorageGroup_, and _byosAppDefinitionGroup_.
110
113
111
114
## Next steps
112
115
113
-
- To learn how to create the definition files for a managed application, see [Quickstart: Create and publish an Azure Managed Application definition](publish-service-catalog-app.md).
114
-
- For Azure CLI, see [Deploy managed application with Azure CLI](./scripts/managed-application-cli-sample-create-application.md).
115
-
- For PowerShell, see [Deploy managed application with PowerShell](./scripts/managed-application-poweshell-sample-create-application.md).
116
+
- To learn how to create the definition files for a managed application, go to [Quickstart: Create and publish an Azure Managed Application definition](publish-service-catalog-app.md).
117
+
- To create the definition files for a managed application using your own storage, go to [Quickstart: Bring your own storage to publish an Azure Managed Application definition](publish-service-catalog-bring-your-own-storage.md).
# Quickstart: Bring your own storage to publish an Azure Managed Application definition
12
12
13
-
This quickstart provides an introduction to bring your own storage for an [Azure Managed Application](overview.md). You create and publish a managed application definition in your service catalog for members of your organization. When you use your own storage account, your managed application definition can exceed the service catalog's 120-MB limit.
13
+
This quickstart provides an introduction to bring your own storage (BYOS) for an [Azure Managed Application](overview.md). You create and publish a managed application definition in your service catalog for members of your organization. When you use your own storage account, your managed application definition can exceed the service catalog's 120-MB limit.
14
14
15
15
To publish a managed application definition to your service catalog, do the following tasks:
16
16
@@ -52,11 +52,11 @@ Add the following JSON and save the file. It defines the managed application's r
52
52
"type": "string",
53
53
"defaultValue": "[resourceGroup().location]"
54
54
},
55
-
"appServicePlanNamePrefix": {
55
+
"appServicePlanName": {
56
56
"type": "string",
57
-
"maxLength": 27,
57
+
"maxLength": 40,
58
58
"metadata": {
59
-
"description": "App Service plan name prefix."
59
+
"description": "App Service plan name."
60
60
}
61
61
},
62
62
"appServiceNamePrefix": {
@@ -86,7 +86,6 @@ Add the following JSON and save the file. It defines the managed application's r
0 commit comments