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
Standardized image alt-text punctuation in 'create-service-group-member-portal.md' and corrected note formatting in 'manage-membership.md'. Also replaced sample CorrelationId values with generic placeholders for consistency.
Copy file name to clipboardExpand all lines: articles/governance/service-groups/create-service-group-member-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
28
28
29
29
1. When creating a new Service Group, there's an available `Members` tab to add resources.
30
30
31
-
:::image type="content" source="./media/members-tab-create-flow.png" alt-text="Screenshot of the members tab within the create service group page" lightbox="./media/members-tab-create-flow.png":::
31
+
:::image type="content" source="./media/members-tab-create-flow.png" alt-text="Screenshot of the members tab within the create service group page." lightbox="./media/members-tab-create-flow.png":::
32
32
33
33
2. Select to add individual resources, resource groups, or subscriptions.
34
34
@@ -38,7 +38,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
38
38
39
39
5. All members to be added are displayed in the list.
40
40
41
-
:::image type="content" source="./media/members-list-create-flow.png" alt-text="Screenshot of the members list within the create service group page" Lightbox="./media/members-list-create-flow.png":::
41
+
:::image type="content" source="./media/members-list-create-flow.png" alt-text="Screenshot of the members list within the create service group page." Lightbox="./media/members-list-create-flow.png":::
42
42
43
43
6. Continue the service group creation flow or if all information is correct, select **Review + Create**
44
44
@@ -55,7 +55,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
55
55
56
56
5. In the left hand side service menu, select **members** under relationship management.
57
57
58
-
:::image type="content" source="./media/members-service-menu.png" alt-text="Screenshot of the relationship management drop down within the left hand context pane on the service group page" Lightbox="./media/members-service-menu.png":::
58
+
:::image type="content" source="./media/members-service-menu.png" alt-text="Screenshot of the relationship management drop down within the left hand context pane on the service group page." Lightbox="./media/members-service-menu.png":::
59
59
60
60
6. To add members, select the **+Add** button on the top action bar. Select to add individual resources, resource groups, or subscriptions. On the **Add members** pane, select and filter to the desired resources. Once all members are chosen, select **Add**.
61
61
@@ -74,7 +74,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
74
74
75
75
6. Select the members from the list of members by clicking the check box and press **Delete** from the top action bar. This removes the resource as a member, but won't delete the resource.
76
76
77
-
:::image type="content" source="./media/delete-members.png" alt-text="Screenshot of the delete button within the service group members page" Lightbox="./media/delete-members.png":::
77
+
:::image type="content" source="./media/delete-members.png" alt-text="Screenshot of the delete button within the service group members page." Lightbox="./media/delete-members.png":::
Copy file name to clipboardExpand all lines: articles/governance/service-groups/manage-membership.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ Service Group memberships can be created in bulk using results from an Azure Res
159
159
160
160
The example below groups storage accounts that need to enable soft delete. The script first runs an ARG query to select the storage accounts that should become members of the Service Group based on their tag values. Then it loops through each resource identified in the query and deploys a 'Microsoft.Relationships/serviceGroupMember' to represent the membership.
161
161
162
-
>!Note
162
+
>[!Note]
163
163
> This is an example powershell command on how to use a Resource Group query to create Service Groups members for that point in time.
0 commit comments