Skip to content

Commit d1b8259

Browse files
committed
freshess updates
1 parent ecaa7d9 commit d1b8259

10 files changed

+27
-27
lines changed

articles/azure-resource-manager/managed-applications/key-vault-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure Key Vault when deploying Managed Applications
33
description: Shows how to access secrets in Azure Key Vault when deploying Managed Applications.
44
ms.custom: subject-rbac-steps
55
ms.topic: how-to
6-
ms.date: 06/06/2023
6+
ms.date: 06/24/2024
77
---
88

99
# Access Key Vault secret when deploying Azure Managed Applications
@@ -31,7 +31,7 @@ This article describes how to configure the Key Vault to work with Managed Appli
3131

3232
Assign the **Contributor** role to the **Appliance Resource Provider** user at the key vault scope. The **Contributor** role is a _privileged administrator role_ for the role assignment. For detailed steps, go to [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.yml).
3333

34-
The **Appliance Resource Provider** is a service principal in your Microsoft Entra tenant. From the Azure portal, you can verify if it's registered by going to **Microsoft Entra ID** > **Enterprise applications** and change the search filter to **Microsoft Applications**. Search for _Appliance Resource Provider_. If it's not found, [register](../troubleshooting/error-register-resource-provider.md) the `Microsoft.Solutions` resource provider.
34+
The **Appliance Resource Provider** is a service principal in your Microsoft Entra tenant. From the Azure portal, you can verify its registration at **Microsoft Entra ID** > **Enterprise applications** and change the search filter to **Microsoft Applications**. Search for _Appliance Resource Provider_. If the service principal isn't found, [register](../troubleshooting/error-register-resource-provider.md) the `Microsoft.Solutions` resource provider.
3535

3636
## Reference Key Vault secret
3737

@@ -147,7 +147,7 @@ To pass a secret from a Key Vault to a template in your Managed Application, you
147147

148148
## Next steps
149149

150-
You've configured your Key Vault to be accessible during deployment of a Managed Application.
150+
You configured your Key Vault to be accessible during deployment of a Managed Application.
151151

152152
- For information about passing a value from a Key Vault as a template parameter, go to [Use Azure Key Vault to pass secure parameter value during deployment](../templates/key-vault-parameter.md).
153153
- To learn more about key vault security, go to [Azure Key Vault security](../../key-vault/general/security-features.md) and [Authentication in Azure Key Vault](../../key-vault/general/authentication.md).

articles/azure-resource-manager/managed-applications/microsoft-common-dropdown.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: DropDown UI element
33
description: Describes the Microsoft.Common.DropDown UI element for Azure portal. The element is used to select from the available options when deploying a managed application.
44
ms.topic: reference
5-
ms.date: 01/27/2023
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.DropDown UI element
@@ -11,7 +11,7 @@ A selection control with a dropdown list. You can allow selection of only a sing
1111

1212
## UI sample
1313

14-
The DropDown element has different options that determine its appearance in the portal.
14+
The `DropDown` element has different options that determine its appearance in the portal.
1515

1616
When only a single item is allowed for selection, the control appears as:
1717

@@ -80,7 +80,7 @@ When filtering is enabled, the control includes a text box for adding the filter
8080
- By default, `selectAll` is `true` when multi-select is enabled.
8181
- The `filter` property enables users to search within a long list of options.
8282
- The label for `constraints.allowedValues` is the display text for an item, and its value is the output value of the element when selected.
83-
- If specified, the default value must be a label present in `constraints.allowedValues`. If not specified, the first item in `constraints.allowedValues` is selected. The default value is **null**.
83+
- If specified, the default value must be a label present in `constraints.allowedValues`. If not specified, the first item in `constraints.allowedValues` is selected. The default value is `null`.
8484
- `constraints.allowedValues` must have at least one item.
8585
- To emulate a value not being required, add an item with a label and value of `""` (empty string) to `constraints.allowedValues`.
8686
- The `defaultDescription` property is used for items that don't have a description.

articles/azure-resource-manager/managed-applications/microsoft-common-editablegrid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: EditableGrid UI element
33
description: Describes the Microsoft.Common.EditableGrid UI element for Azure portal. Enables users to gather tabular input.
44
ms.topic: reference
5-
ms.date: 08/24/2020
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.EditableGrid UI element
99

10-
A control for gathering tabular input. All fields within the grid are editable and the number of rows may vary.
10+
A control for gathering tabular input. All fields within the grid are editable and the number of rows might vary.
1111

1212
## UI sample
1313

articles/azure-resource-manager/managed-applications/microsoft-common-infobox.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: InfoBox UI element
33
description: Describes the Microsoft.Common.InfoBox UI element for Azure portal. Use to add text or warnings when deploying managed application.
44
ms.topic: reference
5-
ms.date: 06/15/2018
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.InfoBox UI element
@@ -37,10 +37,10 @@ A control that adds an information box. The box contains important text or warni
3737

3838
## Remarks
3939

40-
* For `icon`, use **None**, **Info**, **Warning**, or **Error**.
41-
* The `uri` property is optional.
40+
- For `icon`, use **None**, **Info**, **Warning**, or **Error**.
41+
- The `uri` property is optional.
4242

4343
## Next steps
4444

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

articles/azure-resource-manager/managed-applications/microsoft-common-optionsgroup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: OptionsGroup UI element
33
description: Describes the Microsoft.Common.OptionsGroup UI element for Azure portal. Enables users to select from available options when deploying a managed application.
44
ms.topic: reference
5-
ms.date: 07/09/2020
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.OptionsGroup UI element
@@ -51,10 +51,10 @@ The OptionsGroup control lets users select one option from two or more choices.
5151
## Remarks
5252

5353
- The label for `constraints.allowedValues` is the display text for an item, and its value is the output value of the element when selected.
54-
- If specified, the default value must be a label present in `constraints.allowedValues`. If not specified, the first item in `constraints.allowedValues` is selected by default. The default value is **null**.
54+
- If specified, the default value must be a label present in `constraints.allowedValues`. If not specified, the first item in `constraints.allowedValues` is selected by default. The default value is `null`.
5555
- `constraints.allowedValues` must have at least one item.
5656

5757
## Next steps
5858

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

articles/azure-resource-manager/managed-applications/microsoft-common-tagsbyresource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: TagsByResource UI element
33
description: Describes the Microsoft.Common.TagsByResource UI element for Azure portal. Use to apply tags to a resource during deployment.
44
ms.topic: reference
5-
ms.date: 11/11/2019
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.TagsByResource UI element

articles/azure-resource-manager/managed-applications/microsoft-common-textblock.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: TextBlock UI element
33
description: Describes the Microsoft.Common.TextBlock UI element for Azure portal. Use to add text to the interface.
44
ms.topic: reference
5-
ms.date: 06/27/2018
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.TextBlock UI element
@@ -38,5 +38,5 @@ A control that can be used to add text to the portal interface.
3838

3939
## Next steps
4040

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

articles/azure-resource-manager/managed-applications/microsoft-common-textbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: TextBox UI element
3-
description: Describes the Microsoft.Common.TextBox UI element for Azure portal that's used for adding unformatted text.
3+
description: Describes the Microsoft.Common.TextBox UI element for Azure portal used for adding unformatted text.
44
ms.topic: reference
5-
ms.date: 08/23/2022
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Common.TextBox UI element
@@ -59,7 +59,7 @@ Example of multi-line text box.
5959

6060
- Use the `toolTip` property to display text about the element when the mouse cursor is hovered over the information symbol.
6161
- The `placeholder` property is help text that disappears when the user begins editing. If the `placeholder` and `defaultValue` are both defined, the `defaultValue` takes precedence and is shown.
62-
- The `multiLine` property is boolean, `true` or `false`. To use a multi-line text box, set the property to `true`. If a multi-line text-box isn't needed, set the property to `false` or exclude the property. For new lines, JSON output shows `\n` for the line feed. The multi-line text box accepts `\r` for a carriage return (CR) and `\n` for a line feed (LF). For example, a default value can include `\r\n` to specify CRLF.
62+
- The `multiLine` property is boolean, `true` or `false`. To use a multi-line text box, set the property to `true`. If a multi-line text-box isn't needed, set the property to `false` or exclude the property. For new lines, JSON output shows `\n` for the line feed. The multi-line text box accepts `\r` for a carriage return (CR) and `\n` for a line feed (LF). For example, a default value can include `\r\n` to specify carriage return and line feed (CRLF).
6363
- If `constraints.required` is set to `true`, then the text box must have a value to validate successfully. The default value is `false`.
6464
- The `validations` property is an array where you add conditions for checking the value provided in the text box.
6565
- The `regex` property is a JavaScript regular expression pattern. If specified, the text box's value must match the pattern to validate successfully. The default value is `null`. For more information about regex syntax, see [Regular expression quick reference](/dotnet/standard/base-types/regular-expression-language-quick-reference).

articles/azure-resource-manager/managed-applications/microsoft-solutions-armapicontrol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: ArmApiControl UI element
3-
description: Describes the Microsoft.Solutions.ArmApiControl UI element for Azure portal that's used to call API operations.
3+
description: Describes the Microsoft.Solutions.ArmApiControl UI element for Azure portal used to call API operations.
44
ms.topic: reference
5-
ms.date: 08/23/2022
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Solutions.ArmApiControl UI element

articles/azure-resource-manager/managed-applications/microsoft-solutions-resourceselector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ResourceSelector UI element
33
description: Describes the Microsoft.Solutions.ResourceSelector UI element for Azure portal. Used for getting a list of existing resources.
44
ms.topic: reference
5-
ms.date: 08/16/2022
5+
ms.date: 06/24/2024
66
---
77

88
# Microsoft.Solutions.ResourceSelector UI element

0 commit comments

Comments
 (0)