Skip to content

Commit 64778d3

Browse files
Merge pull request #278977 from davidsmatlak/ds-updates-ama-20240621-2
Freshness updates for Managed Apps content
2 parents 764d195 + eb8e988 commit 64778d3

8 files changed

+122
-101
lines changed

articles/azure-resource-manager/managed-applications/microsoft-managedidentity-identityselector.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IdentitySelector UI element
33
description: Describes the Microsoft.ManagedIdentity.IdentitySelector UI element for Azure portal. Use to assign managed identities to a resource.
44
ms.topic: reference
5-
ms.date: 02/06/2020
5+
ms.date: 06/21/2024
66
---
77

88
# Microsoft.ManagedIdentity.IdentitySelector UI element
@@ -62,14 +62,14 @@ The selected identities are displayed in the table. The user can add or delete i
6262

6363
## Remarks
6464

65-
- Use **defaultValue.systemAssignedIdentity** to set an initial value for the system assigned identity options control. The default value is **Off**. The following values are allowed:
66-
- **On** – A system assigned identity is assigned to the resource.
67-
- **Off** – A system assigned identity isn't assigned to the resource.
68-
- **OnOnly** – A system assigned identity is assigned to the resource. Users can't edit this value during deployment.
69-
- **OffOnly** – A system assigned identity isn't assigned to the resource. Users can't edit this value during deployment.
65+
- Use `defaultValue.systemAssignedIdentity` to set an initial value for the system assigned identity options control. The default value is `Off`. The following values are allowed:
66+
- `On` – A system assigned identity is assigned to the resource.
67+
- `Off` – A system assigned identity isn't assigned to the resource.
68+
- `OnOnly` – A system assigned identity is assigned to the resource. Users can't edit this value during deployment.
69+
- `OffOnly` – A system assigned identity isn't assigned to the resource. Users can't edit this value during deployment.
7070

71-
- If **options.hideSystemAssignedIdentity** is set to **true**, the UI to configure the system assigned identity isn't displayed. The default value for this option is **false**.
72-
- If **options.hideUserAssignedIdentity** is set to **true**, the UI to configure the user assigned identity isn't displayed. The resource isn't assigned a user assigned identity. The default value for this option is **false**.
71+
- If `options.hideSystemAssignedIdentity` is set to `true`, the UI to configure the system assigned identity isn't displayed. The default value for this option is `false`.
72+
- If `options.hideUserAssignedIdentity` is set to `true`, the UI to configure the user assigned identity isn't displayed. The resource isn't assigned a user assigned identity. The default value for this option is `false`.
7373

7474
## Next steps
7575

articles/azure-resource-manager/managed-applications/microsoft-network-publicipaddresscombo.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PublicIpAddressCombo UI element
33
description: Describes the Microsoft.Network.PublicIpAddressCombo UI element for Azure portal.
44
ms.topic: reference
5-
ms.date: 06/28/2018
5+
ms.date: 06/21/2024
66
---
77

88
# Microsoft.Network.PublicIpAddressCombo UI element
@@ -15,7 +15,7 @@ A group of controls for selecting a new or existing public IP address.
1515

1616
- If the user selects 'None' for public IP address, the domain name label text box is hidden.
1717
- If the user selects an existing public IP address, the domain name label text box is disabled. Its value is the domain name label of the selected IP address.
18-
- The domain name suffix (for example, westus.cloudapp.azure.com) updates automatically based on the selected location.
18+
- The domain name suffix (for example, `westus.cloudapp.azure.com`) updates automatically based on the selected location.
1919

2020
## Schema
2121

@@ -73,18 +73,18 @@ If the user selects a new or existing IP address, the control returns the follow
7373
}
7474
```
7575

76-
- When `options.hideNone` is specified as **true**, `newOrExistingOrNone` will only have a value of **new** or **existing**.
77-
- When `options.hideDomainNameLabel` is specified as **true**, `domainNameLabel` is undeclared.
76+
- When `options.hideNone` is specified as `true`, `newOrExistingOrNone` only has a value of `new` or `existing`.
77+
- When `options.hideDomainNameLabel` is specified as `true`, `domainNameLabel` is undeclared.
7878

7979
## Remarks
8080

81-
- If `constraints.required.domainNameLabel` is set to **true**, the user must provide a domain name label when creating a new public IP address. Existing public IP addresses without a label aren't available for selection.
82-
- If `options.hideNone` is set to **true**, then the option to select **None** for the public IP address is hidden. The default value is **false**.
83-
- If `options.hideDomainNameLabel` is set to **true**, then the text box for domain name label is hidden. The default value is **false**.
84-
- If `options.hideExisting` is true, then the user isn't able to choose an existing public IP address. The default value is **false**.
81+
- If `constraints.required.domainNameLabel` is set to `true`, the user must provide a domain name label when creating a new public IP address. Existing public IP addresses without a label aren't available for selection.
82+
- If `options.hideNone` is set to `true`, then the option to select **None** for the public IP address is hidden. The default value is `false`.
83+
- If `options.hideDomainNameLabel` is set to `true`, then the text box for domain name label is hidden. The default value is `false`.
84+
- If `options.hideExisting` is true, then the user isn't able to choose an existing public IP address. The default value is `false`.
8585
- For `zone`, only public IP addresses for the specified zone or zone resilient public IP addresses are available.
8686

8787
## Next steps
8888

89-
* For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
90-
* For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).
89+
- For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
90+
- For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).

articles/azure-resource-manager/managed-applications/microsoft-network-virtualnetworkcombo.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: VirtualNetworkCombo UI element
33
description: Describes the Microsoft.Network.VirtualNetworkCombo UI element for Azure portal.
44
ms.topic: reference
5-
ms.date: 06/28/2018
5+
ms.date: 06/21/2024
66
---
77

88
# Microsoft.Network.VirtualNetworkCombo UI element
@@ -101,16 +101,16 @@ When the user picks an existing virtual network, the user must map each subnet t
101101

102102
## Remarks
103103

104-
- If specified, the first non-overlapping address prefix of size `defaultValue.addressPrefixSize` is determined automatically based on the existing virtual networks in the user's subscription.
105-
- The default value for `defaultValue.name` and `defaultValue.addressPrefixSize` is **null**.
104+
- If specified, the first nonoverlapping address prefix of size `defaultValue.addressPrefixSize` is determined automatically based on the existing virtual networks in the user's subscription.
105+
- The default value for `defaultValue.name` and `defaultValue.addressPrefixSize` is `null`.
106106
- `constraints.minAddressPrefixSize` must be specified. Any existing virtual networks with an address space smaller than the specified value are unavailable for selection.
107107
- `subnets` must be specified, and `constraints.minAddressPrefixSize` must be specified for each subnet.
108-
- When creating a new virtual network, each subnet's address prefix is calculated automatically based on the virtual network's address prefix and the respective `addressPrefixSize`.
109-
- When using an existing virtual network, any subnets smaller than the respective `constraints.minAddressPrefixSize` are unavailable for selection. Additionally, if specified, subnets that don't have at least `minAddressCount` available addresses are unavailable for selection. The default value is **0**. To ensure that the available addresses are contiguous, specify **true** for `requireContiguousAddresses`. The default value is **true**.
108+
- When you create a new virtual network, each subnet's address prefix is calculated automatically based on the virtual network's address prefix and the respective `addressPrefixSize`.
109+
- When you use an existing virtual network, any subnets smaller than the respective `constraints.minAddressPrefixSize` are unavailable for selection. Additionally, if specified, subnets that don't have at least `minAddressCount` available addresses are unavailable for selection. The default value is **0**. To ensure that the available addresses are contiguous, specify `true` for `requireContiguousAddresses`. The default value is `true`.
110110
- Creating subnets in an existing virtual network isn't supported.
111-
- If `options.hideExisting` is **true**, the user can't choose an existing virtual network. The default value is **false**.
111+
- If `options.hideExisting` is `true`, the user can't choose an existing virtual network. The default value is `false`.
112112

113113
## Next steps
114114

115-
* For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
116-
* For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).
115+
- For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
116+
- For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).

articles/azure-resource-manager/managed-applications/microsoft-storage-multistorageaccountcombo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: MultiStorageAccountCombo UI element
33
description: Describes the Microsoft.Storage.MultiStorageAccountCombo UI element for Azure portal.
44
ms.topic: reference
5-
ms.date: 06/28/2018
5+
ms.date: 06/21/2024
66
---
77

88
# Microsoft.Storage.MultiStorageAccountCombo UI element
@@ -55,11 +55,11 @@ A group of controls for creating several storage accounts with names that start
5555

5656
- The value for `defaultValue.prefix` is concatenated with one or more integers to generate the sequence of storage account names. For example, if `defaultValue.prefix` is **sa** and `count` is **2**, then storage account names **sa1** and **sa2** are generated. Generated storage account names are validated for uniqueness automatically.
5757
- The storage account names are generated lexicographically based on `count`. For example, if `count` is 10, then the storage account names end with two-digit integers (01, 02, 03).
58-
- The default value for `defaultValue.prefix` is **null**, and for `defaultValue.type` is **Premium_LRS**.
58+
- The default value for `defaultValue.prefix` is `null`, and for `defaultValue.type` is **Premium_LRS**.
5959
- Any type not specified in `constraints.allowedTypes` is hidden, and any type not specified in `constraints.excludedTypes` is shown. `constraints.allowedTypes` and `constraints.excludedTypes` are both optional, but can't be used simultaneously.
6060
- In addition to generating storage account names, `count` is used to set the appropriate multiplier for the element. It supports a static value, like **2**, or a dynamic value from another element, like `[steps('step1').storageAccountCount]`. The default value is **1**.
6161

6262
## Next steps
6363

64-
* For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
65-
* For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).
64+
- For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
65+
- For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).

articles/azure-resource-manager/managed-applications/microsoft-storage-storageaccountselector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: StorageAccountSelector UI element
33
description: Describes the Microsoft.Storage.StorageAccountSelector UI element for Azure portal.
44
ms.topic: reference
5-
ms.date: 03/17/2023
5+
ms.date: 06/21/2024
66
---
77

88
# Microsoft.Storage.StorageAccountSelector UI element
99

10-
A control that's used to select a new or existing storage account.
10+
A control used to select a new or existing storage account.
1111

1212
Storage account names must be globally unique across Azure with a length of 3-24 characters, and include only lowercase letters or numbers.
1313

@@ -61,7 +61,7 @@ The `StorageAccountSelector` control allows you to create a new storage account
6161
- The `defaultValue.name` is required and the value is automatically validated for uniqueness. If the storage account name isn't unique, the user must specify a different name or choose an existing storage account.
6262
- The default value for `defaultValue.type` is **Premium_LRS**. You can set any storage account type as the default value. For example, _Standard_LRS_ or _Standard_GRS_.
6363
- Any type not specified in `constraints.allowedTypes` is hidden, and any type not specified in `constraints.excludedTypes` is shown. `constraints.allowedTypes` and `constraints.excludedTypes` are both optional, but can't be used simultaneously.
64-
- If `options.hideExisting` is **true**, the user can't choose an existing storage account. The default value is **false**. The control only shows storage accounts as _existing_ if they are in same resource group and region as the selections made on the **Basics** tab.
64+
- If `options.hideExisting` is `true`, the user can't choose an existing storage account. The default value is `false`. The control only shows storage accounts as _existing_ if they are in same resource group and region as the selections made on the **Basics** tab.
6565
- The `kind` property displays the value if a new storage account was created, or an existing storage account's value.
6666

6767
## Example

articles/azure-resource-manager/managed-applications/microsoft-storage-storageblobselector.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: StorageBlobSelector UI element
33
description: Describes the Microsoft.Storage.StorageBlobSelector UI element for Azure portal.
44
ms.topic: reference
5-
ms.date: 10/27/2020
5+
ms.date: 06/21/2024
66
---
77

88
# Microsoft.Storage.StorageBlobSelector UI element
@@ -15,7 +15,7 @@ The user is presented with the option to browse for available storage blobs.
1515

1616
:::image type="content" source="./media/managed-application-elements/microsoft-storage-storageblobselector-browse.png" alt-text="Microsoft.Storage.StorageBlobSelector - browse":::
1717

18-
After selecting **Browse**, the user can select a storage account.
18+
After **Browse** is selected, the user can select a storage account.
1919

2020
:::image type="content" source="./media/managed-application-elements/microsoft-storage-storageblobselector-select.png" alt-text="Microsoft.Storage.StorageBlobSelector - select storage":::
2121

@@ -61,9 +61,9 @@ The control is updated to display the selected file name.
6161

6262
## Remarks
6363

64-
The **constraints.allowedFileExtensions** property specifies the allowed file types.
64+
The `constraints.allowedFileExtensions` property specifies the allowed file types.
6565

6666
## Next steps
6767

68-
* For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
69-
* For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).
68+
- For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).
69+
- For a description of common properties in UI elements, see [CreateUiDefinition elements](create-uidefinition-elements.md).

articles/azure-resource-manager/managed-applications/reference-main-template-artifact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Template artifact reference
33
description: Provides an example of the deployment template artifact for Azure Managed Applications.
44
ms.topic: reference
5-
ms.date: 07/11/2019
5+
ms.date: 06/21/2024
66
---
77

88
# Reference: Deployment template artifact
99

10-
This article is a reference for a *mainTemplate.json* artifact in Azure Managed Applications. For more information about authoring deployment template, see [Azure Resource Manager templates](../templates/syntax.md).
10+
This article is a reference for a _mainTemplate.json_ artifact in Azure Managed Applications. For more information about authoring deployment template, see [Azure Resource Manager templates](../templates/syntax.md).
1111

1212
## Deployment template
1313

14-
The following JSON shows an example of *mainTemplate.json* file for Azure Managed Applications:
14+
The following JSON shows an example of _mainTemplate.json_ file for Azure Managed Applications:
1515

1616
```json
1717
{

0 commit comments

Comments
 (0)