Skip to content

Commit fed6887

Browse files
committed
update alt text
1 parent 5be31b7 commit fed6887

13 files changed

+21
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The CheckBox control lets users check or uncheck an option. The control returns
1111

1212
## UI sample
1313

14-
:::image type="content" source="./media/managed-application-elements/microsoft-common-checkbox.png" alt-text="Microsoft.Common.CheckBox":::
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-checkbox.png" alt-text="Screenshot of Microsoft.Common.CheckBox UI element with a checked and unchecked state.":::
1515

1616
## Schema
1717

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ The DropDown element has different options that determine its appearance in the
1515

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

18-
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-1.png" alt-text="Screenshot of the Microsoft.Common.DropDown single selection.":::
18+
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-1.png" alt-text="Screenshot of the Microsoft.Common.DropDown UI element with single selection enabled.":::
1919

2020
When descriptions are included, the control appears as:
2121

22-
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-2.png" alt-text="Screenshot of the Microsoft.Common.DropDown single selection with descriptions.":::
22+
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-2.png" alt-text="Screenshot of the Microsoft.Common.DropDown UI element with single selection and item descriptions.":::
2323

2424
When multi-select is enabled, the control adds a **Select all** option and checkboxes for selecting more than one item:
2525

26-
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-3.png" alt-text="Screenshot of the Microsoft.Common.DropDown multi-select.":::
26+
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-3.png" alt-text="Screenshot of the Microsoft.Common.DropDown UI element with multi-select enabled, including a Select all option.":::
2727

2828
Descriptions can be included with multi-select enabled.
2929

30-
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-4.png" alt-text="Screenshot that shows how descriptions can be included with multi-select enabled.":::
30+
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-4.png" alt-text="Screenshot of the Microsoft.Common.DropDown UI element with multi-select enabled and item descriptions.":::
3131

3232
When filtering is enabled, the control includes a text box for adding the filtering value.
3333

34-
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-5.png" alt-text="Screenshot of the Microsoft.Common.DropDown multi-select with descriptions.":::
34+
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-5.png" alt-text="Screenshot of the Microsoft.Common.DropDown UI element with multi-select and filtering enabled.":::
3535

3636
## Schema
3737

@@ -90,7 +90,7 @@ When filtering is enabled, the control includes a text box for adding the filter
9090

9191
In the following example, the `defaultValue` is defined using the values of the `allowedValues` instead of the labels. The default value can contain multiple values when `multiselect` is enabled.
9292

93-
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-6.png" alt-text="Screenshot that shows how multiple default values can be included with multi-select enabled":::
93+
:::image type="content" source="./media/managed-application-elements/microsoft-common-dropdown-6.png" alt-text="Screenshot of the Microsoft.Common.DropDown UI element with multi-select enabled and multiple default values.":::
9494

9595
```json
9696
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A control for gathering tabular input. All fields within the grid are editable a
1111

1212
## UI sample
1313

14-
:::image type="content" source="./media/managed-application-elements/microsoft-common-editablegrid.png" alt-text="Microsoft.Common.EditableGrid":::
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-editablegrid.png" alt-text="Screenshot of Microsoft.Common.EditableGrid UI element with editable fields and varying rows.":::
1515

1616
## Schema
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A control that allows a user to specify one or more files to upload.
1111

1212
## UI sample
1313

14-
![Microsoft.Common.FileUpload](./media/managed-application-elements/microsoft-common-fileupload.png)
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-fileupload.png" alt-text="Screenshot of Microsoft.Common.FileUpload UI element in action.":::
1515

1616
## Schema
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A control that adds an information box. The box contains important text or warni
1111

1212
## UI sample
1313

14-
![Microsoft.Common.InfoBox](./media/managed-application-elements/microsoft-common-infobox.png)
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-infobox.png" alt-text="Screenshot of Microsoft.Common.InfoBox UI element displaying important text or warnings.":::
1515

1616

1717
## Schema

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The OptionsGroup control lets users select one option from two or more choices.
1414
1515
## UI sample
1616

17-
:::image type="content" source="./media/managed-application-elements/microsoft-common-optionsgroup-2.png" alt-text="Microsoft.Common.OptionsGroup":::
17+
:::image type="content" source="./media/managed-application-elements/microsoft-common-optionsgroup-2.png" alt-text="Screenshot of Microsoft.Common.OptionsGroup UI element with vertically aligned radio buttons.":::
1818

1919
## Schema
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A control that can be used to provide and confirm a password.
1111

1212
## UI sample
1313

14-
![Microsoft.Common.PasswordBox](./media/managed-application-elements/microsoft-common-passwordbox.png)
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-passwordbox.png" alt-text="Screenshot of Microsoft.Common.PasswordBox UI element.":::
1515

1616
## Schema
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A control that groups one or more elements under a heading.
1111

1212
## UI sample
1313

14-
![Microsoft.Common.Section](./media/managed-application-elements/microsoft-common-section.png)
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-section.png" alt-text="Screenshot of Microsoft.Common.Section UI element with a heading and grouped elements.":::
1515

1616
## Schema
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ The default view is determined by the values in the `defaultValue` property and
1919

2020
If you want to register a new application, select **Change selection** and the **Register an application** dialog box is displayed. Enter **Name**, **Supported account type**, and select the **Register** button.
2121

22-
:::image type="content" source="./media/managed-application-elements/microsoft-common-serviceprincipal-default.png" alt-text="Microsoft.Common.ServicePrincipalSelector initial view.":::
22+
:::image type="content" source="./media/managed-application-elements/microsoft-common-serviceprincipal-default.png" alt-text="Screenshot of Microsoft.Common.ServicePrincipalSelector initial view with default application or create new option.":::
2323

2424
After you register a new application, use the **Authentication Type** to enter a password or certificate thumbprint.
2525

26-
:::image type="content" source="./media/managed-application-elements/microsoft-common-serviceprincipal-authenticate.png" alt-text="Microsoft.Common.ServicePrincipalSelector authentication.":::
26+
:::image type="content" source="./media/managed-application-elements/microsoft-common-serviceprincipal-authenticate.png" alt-text="Screenshot of Microsoft.Common.ServicePrincipalSelector authentication options after registering a new application.":::
2727

2828
### Use existing application
2929

3030
To use an existing application, choose **Select Existing** and then select **Make selection**. Use the **Select an application** dialog box to search for the application's name. From the results, select the the application and then the **Select** button. After you select an application, the control displays the **Authentication Type** to enter a password or certificate thumbprint.
3131

32-
:::image type="content" source="./media/managed-application-elements/microsoft-common-serviceprincipal-existing.png" alt-text="Microsoft.Common.ServicePrincipalSelector select existing application.":::
32+
:::image type="content" source="./media/managed-application-elements/microsoft-common-serviceprincipal-existing.png" alt-text="Screenshot of Microsoft.Common.ServicePrincipalSelector with select existing application option and authentication type displayed.":::
3333

3434
## Schema
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Slider control lets users select from a range of allowed values.
1111

1212
## UI sample
1313

14-
:::image type="content" source="./media/managed-application-elements/microsoft-common-slider.png" alt-text="Microsoft.Common.Slider":::
14+
:::image type="content" source="./media/managed-application-elements/microsoft-common-slider.png" alt-text="Screenshot of Microsoft.Common.Slider UI element with a range of allowed values.":::
1515

1616
## Schema
1717

0 commit comments

Comments
 (0)