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
param mrgName = 'placeholder for managed resource group name'
169
151
param appServicePlanName = 'demoAppServicePlan'
170
152
param appServiceNamePrefix = 'demoApp'
171
-
param storageAccountNamePrefix = 'demostg1234'
172
-
param storageAccountType = 'Standard_LRS'
173
153
```
174
154
175
155
You need to provide several parameters to deploy the managed application:
@@ -182,12 +162,10 @@ You need to provide several parameters to deploy the managed application:
182
162
|`mrgName`| Unique name for the managed resource group that contains the application's deployed resources. The resource group is created when you deploy the managed application. To create a managed resource group name, run the commands that follow this parameter list and use the `$mrgname` value to replace the placeholder in the parameters file. |
183
163
|`appServicePlanName`| 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. |
184
164
|`appServiceNamePrefix`| 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. |
185
-
|`storageAccountNamePrefix`| 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. |
186
-
|`storageAccountType`| The options are Premium_LRS, Standard_LRS, and Standard_GRS. |
187
165
188
166
You can run the following commands to create a name for the managed resource group.
189
167
190
-
# [PowerShell](#tab/azure-powershell)
168
+
# [Azure PowerShell](#tab/azure-powershell)
191
169
192
170
```azurepowershell
193
171
$mrgprefix = 'mrg-sampleBicepManagedApplication-'
@@ -213,7 +191,7 @@ The `$mrgprefix` and `$mrgtimestamp` variables are concatenated and stored in th
213
191
214
192
Use Azure PowerShell or Azure CLI to create a resource group and deploy the managed application.
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/managed-applications/deploy-service-catalog-quickstart.md
+9-24Lines changed: 9 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Deploy a service catalog managed application
3
3
description: Describes how to deploy a service catalog's managed application for an Azure Managed Application using Azure PowerShell, Azure CLI, or Azure portal.
-`appServicePlanName`: 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.
151
149
-`appServiceNamePrefix`: 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.
152
-
-`storageAccountNamePrefix`: 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.
153
-
-`storageAccountType`: The options are Premium_LRS, Standard_LRS, and Standard_GRS.
154
150
155
151
# [Azure CLI](#tab/azure-cli)
156
152
@@ -186,17 +182,13 @@ For readability, the completed JSON string uses the backslash for line continuat
-`appServicePlanName`: 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.
197
191
-`appServiceNamePrefix`: 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.
198
-
-`storageAccountNamePrefix`: 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.
199
-
-`storageAccountType`: The options are Premium_LRS, Standard_LRS, and Standard_GRS.
200
192
201
193
# [Portal](#tab/azure-portal)
202
194
@@ -217,18 +209,11 @@ The parameters to create the managed resources:
217
209
-**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.
218
210
-**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.
219
211
220
-
1. Enter a prefix for the storage account name and select the storage account type. Select **Next**.
221
-
222
-
:::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.":::
223
-
224
-
-**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.
225
-
-**Storage account type**: Select **Change type** to choose a storage account type. The default is Standard_LRS. The other options are Premium_LRS, Standard_LRS, and Standard_GRS.
226
-
227
212
---
228
213
229
214
### Deploy the managed application
230
215
231
-
# [PowerShell](#tab/azure-powershell)
216
+
# [Azure PowerShell](#tab/azure-powershell)
232
217
233
218
Run the following command to deploy the managed application.
234
219
@@ -294,7 +279,7 @@ After the service catalog managed application is deployed, you have two new reso
294
279
295
280
After the deployment is finished, you can check your managed application's status.
296
281
297
-
# [PowerShell](#tab/azure-powershell)
282
+
# [Azure PowerShell](#tab/azure-powershell)
298
283
299
284
Run the following command to check the managed application's status.
300
285
@@ -338,7 +323,7 @@ Select the managed application's name to get more information like the link to t
338
323
339
324
You can view the resources deployed to the managed resource group.
340
325
341
-
# [PowerShell](#tab/azure-powershell)
326
+
# [Azure PowerShell](#tab/azure-powershell)
342
327
343
328
To display the managed resource group's resources, run the following command. You created the `$mrgname` variable when you created the parameters.
344
329
@@ -415,7 +400,7 @@ The role assignment gives the application's publisher access to manage the stora
415
400
416
401
When you're finished with the managed application, you can delete the resource groups and that removes all the resources you created. For example, in this quickstart you created the resource groups _applicationGroup_ and a managed resource group with the prefix _mrg-sampleManagedApplication_.
417
402
418
-
# [PowerShell](#tab/azure-powershell)
403
+
# [Azure PowerShell](#tab/azure-powershell)
419
404
420
405
The command prompts you to confirm that you want to remove the resource group.
0 commit comments