Skip to content

Commit 1205fcf

Browse files
committed
Update image alt-text and note formatting in docs
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.
1 parent 2196bb5 commit 1205fcf

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

articles/governance/service-groups/create-service-group-member-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
2828

2929
1. When creating a new Service Group, there's an available `Members` tab to add resources.
3030

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":::
3232

3333
2. Select to add individual resources, resource groups, or subscriptions.
3434

@@ -38,7 +38,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
3838

3939
5. All members to be added are displayed in the list.
4040

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":::
4242

4343
6. Continue the service group creation flow or if all information is correct, select **Review + Create**
4444

@@ -55,7 +55,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
5555

5656
5. In the left hand side service menu, select **members** under relationship management.
5757

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":::
5959

6060
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**.
6161

@@ -74,7 +74,7 @@ To add resources, resource groups, or subscriptions to a Service Group (preview)
7474

7575
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.
7676

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":::
7878

7979
## Next step
8080

articles/governance/service-groups/manage-membership.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Service Group memberships can be created in bulk using results from an Azure Res
159159

160160
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.
161161

162-
>!Note
162+
>[!Note]
163163
> This is an example powershell command on how to use a Resource Group query to create Service Groups members for that point in time.
164164
165165
```ps1
@@ -340,7 +340,7 @@ Subscription name Tenant
340340
ResourceGroupName : RG Name
341341
OnErrorDeployment :
342342
DeploymentName : tmp9832.tmp
343-
CorrelationId : 07b14325-151e-4069-a0d8
343+
CorrelationId : 123456
344344
ProvisioningState : Succeeded
345345
Timestamp : 10/30/2025 8:44:18 PM
346346
Mode : Incremental
@@ -374,7 +374,7 @@ Using template: {
374374
ResourceGroupName : RGName
375375
OnErrorDeployment :
376376
DeploymentName : tmpF70C.tmp
377-
CorrelationId : 9d792775-8a83-4c89-b98d
377+
CorrelationId : 1234567
378378
ProvisioningState : Succeeded
379379
Timestamp : 10/30/2025 8:44:41 PM
380380
Mode : Incremental
@@ -423,7 +423,7 @@ ExtendedProperties : {}
423423
ResourceGroupName : RGName
424424
OnErrorDeployment :
425425
DeploymentName : tmp55E7.tmp
426-
CorrelationId : 301044aa-f0ec-4e6b-9e2a
426+
CorrelationId : 12345678
427427
ProvisioningState : Succeeded
428428
Timestamp : 10/30/2025 8:51:43 PM
429429
Mode : Incremental
@@ -457,7 +457,7 @@ Using template: {
457457
ResourceGroupName : RGName
458458
OnErrorDeployment :
459459
DeploymentName : tmpBB4C.tmp
460-
CorrelationId : 85bed56d-251e-4737-b91f
460+
CorrelationId : 123456789
461461
ProvisioningState : Succeeded
462462
Timestamp : 10/30/2025 8:52:03 PM
463463
Mode : Incremental

0 commit comments

Comments
 (0)