Skip to content

Commit 0531ffb

Browse files
author
Rich Thorn
committed
Content review changes
1 parent aa9340d commit 0531ffb

11 files changed

+12
-11
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Azure Service Groups offer a flexible way to organize and manage resources acros
3030
3. Select **Service Groups**.
3131
4. Select **+ Add Service Group**.
3232

33-
![Screenshot of new SG screen](./media/create_SG.png)
34-
33+
:::image type="content" source="./media/create-service-group.png" alt-text="Screenshot of new Service Group screen." Lightbox = "./media/create-service-group.png" :::
3534
5. Fill in the service group ID field
3635

3736
* The **Service Group ID** is the directory unique identifier that is used to submit commands
@@ -44,12 +43,13 @@ Azure Service Groups offer a flexible way to organize and manage resources acros
4443
display name is an optional field when creating the service group and can be changed at any time.
4544
6. Select the **Parent Service Group**.
4645

47-
* If you don't have a parent service group, or don't know what to pick, select the Root Service Group which has same ID as the tenant's ID. _"Microsoft.Management/serviceGroups/]tenantId]"_
46+
* If you don't have a parent service group, or don't know what to pick, select the Root Service Group which has same ID as the tenant's ID. _"Microsoft.Management/serviceGroups[tenantId]"_
4847

4948
7. Select "Next"
5049
8. The review page shows
5150

52-
![The review page for creating a new service group](./media/create_review_sg.png)
51+
:::image type="content" source="./media/create-review-service-group.png" alt-text="Screenshot of the review page for creating a new service group" Lightbox="./media/create-review-service-group.png":::
52+
5353
9. If all information is correct, select **Create**
5454

5555
## Clean up resources

articles/governance/service-groups/create-service-group-rest-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ Service Groups PUT or create call is an Asynchronous call which means that the r
8686

8787
To check the operation was successful, you should do a GET call on the value returned in the **azure-asyncoperation** header. The URL provides the status of the created operation.
8888

89-
> ![NOTE]
90-
> To avoid issues within scripts or templates, the automation should poll this provided URL before moving to the next step. If the automation moves to the next step before the operation has responded successful, the next operation will fail as the service group has not been created.
89+
> [!NOTE]
90+
> To avoid issues within scripts or templates, the automation should poll this provided URL before moving to the next step.
91+
> If the automation moves to the next step before the operation has responded successfully, the next operation will fail as the service group has not been created.
9192
9293
## Clean up resources
9394

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@ All **PUT**, **PATCH**, and **DELETE** API calls to Service Groups and Service G
287287

288288
For example, if the customer created a REST API call to [Create a Service Group](#create-service-group). The API Request comes to Azure and the Service Groups Resource Provider to be processed. The response to the customer is that the request was received or it failed.
289289

290-
![Request Received](./media/requestReceived.png)
290+
:::image type="content" source="./media/request-received.png" alt-text="Diagram that shows request received process" Lightbox="./media/request-received.png":::
291291

292292
To get the status of the operation to see if the service group was created or not, the customer makes a separate call. The status returned is for the entire operation.
293293

294-
:::image type="content" source="./media/operationStatus.png" alt-text="Image showing the operation status as succeeded or failed.":::
294+
:::image type="content" source="./media/operation-status.png" alt-text="Image showing the operation status as succeeded or failed.":::
295295

296296
### How to get the operation status
297297
The URL used to get the operation status is returned as a header of the initial request's response.
66.5 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)