Skip to content

Commit ae868dc

Browse files
committed
Using azure-goverance until there is an official service slug. Added docs to the governance landing page for now. Pasted in standard preview alerts
1 parent 54d55e6 commit ae868dc

File tree

5 files changed

+42
-84
lines changed

5 files changed

+42
-84
lines changed

articles/governance/index.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ productDirectory:
4444
imageSrc: ./media/management-groups.svg
4545
links:
4646
- url: ./service-groups/overview.md
47+
text: Developer overview
48+
- url: ./service-groups/create-service-group-rest-api.md
49+
text: Create a service group using the REST API
50+
- url: ./service-groups/create-service-group-member-rest-api.md
51+
text: Connect resources or resource containers to service groups
52+
- url: ./service-groups/manage-service-groups.md
4753
text: Manage Service Groups
48-
- url: ./Manage Azure Service Groups/manage-service-groups.md
49-
text: Protect your resource hierarchy
50-
- url: ./management-groups/index.yml
51-
text: See more >
5254
- title: Azure Policy
5355
imageSrc: ./media/azure-policy.svg
5456
links:

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

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
2-
title: Quickstart: Connect service group members with REST API
2+
title: "Quickstart: Connect Service Group members using the REST API"
33
description: In this quickstart, you use REST API to connect a resource to a service group with a service group member relationship.
44
author: rthorn17
55
ms.author: rithorn
6-
ms.service: Azure Service Groups
7-
ms.topic: quickstart #Don't change
6+
ms.service: azure-governance
7+
ms.topic: quickstart
88
ms.date: 5/19/2025
99
---
1010

1111

1212
# Quickstart: Connect resources or resource containers to service groups with Service Group Member Relationships
1313

14-
Service Groups are designed to be flexible and scalable, allowing organizations to adapt their resource management strategies as their needs evolve. To connect resources, resource groups, or subscriptions to a Service Group, you need to create a new Service Group Member Relationship. For more information on service groups, see [Getting started with Service Groups](overview.md).
15-
14+
To connect resources, resource groups, or subscriptions to a Service Group (preview), you need to create a new Service Group Member Relationship. For more information on service groups, see [Getting started with Service Groups](overview.md).
1615

16+
> [!IMPORTANT]
17+
> Azure Service Groups is currently in PREVIEW. For more information about participating in the preview, see [TBD Link]().
18+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1719
1820
## Prerequisites
1921

@@ -26,9 +28,9 @@ Service Groups are designed to be flexible and scalable, allowing organizations
2628
## Create in REST API
2729

2830
For REST API, use the
29-
[Service Groups Member- Create or Update]() endpoint to create a new service group member.
31+
[Service Groups Member- Create or Update]() endpoint to create a new service group member.
3032

31-
In this example, we're connecting a Virtual Machine [VM1] to a Service Group [Contoso].
33+
In this example, we're connecting a Virtual Machine [VM1] to a Service Group [Contoso].
3234

3335
1. Service Group: **groupId** is _Contoso_
3436
1. Virtual Machine: The **resourceID** is _VM1_
@@ -76,19 +78,13 @@ To remove the service group created in this document, use the
7678
- No Request Body
7779

7880

79-
## Next step -or- Related content
81+
## Next step
8082

8183
In this quickstart, you created a service group to help create different views in Azure. The
8284
service group can have member subscriptions, resource groups, resources, or other service groups.
8385

8486
To learn more about service groups and how to manage your service group hierarchy, continue to:
8587

8688
> [!div class="nextstepaction"]
87-
> [Manage your resources with service groups]()
88-
89-
90-
-or-
89+
> [Manage your resources with service groups](manaage-service-groups.md)
9190
92-
- [Related article title](link.md)
93-
- [Related article title](link.md)
94-
- [Related article title](link.md)

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

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ title: Quickstart: Create a service group with REST API
33
description: In this quickstart, you use REST API to create a service group to organize your resources.
44
author: rthorn17
55
ms.author: rithorn
6-
ms.service: Azure Service Groups
7-
ms.topic: quickstart #Don't change
6+
ms.service: azure-governance
7+
ms.topic: quickstart
88
ms.date: 5/19/2025
99
---
1010

1111

12-
# Quickstart: Create a service group with REST API
12+
# Quickstart: Create a service group (preview) with REST API
1313

14-
Service groups in Azure are a low-privilege-based grouping of resources across subscriptions. They provide a way to manage resources with minimal permissions, ensuring that resources can be grouped and managed without granting excessive access. Service Groups are designed to complement existing organizational structures like Resource Groups, Subscriptions, and Management Groups by offering a flexible and secure way to aggregate resources for specific purposes. For more information on service groups, see [Getting started with Service Groups](overview.md).
15-
14+
With Azure Service Groups (preview) you can create low-privilege-based groupings of resources across subscriptions. They provide a way to manage resources with minimal permissions, ensuring that resources can be grouped and managed without granting excessive access. Service Groups are designed to complement existing organizational structures like Resource Groups, Subscriptions, and Management Groups by offering a flexible and secure way to aggregate resources for specific purposes. For more information on service groups, see [Getting started with Service Groups](overview.md).
1615

16+
> [!IMPORTANT]
17+
> Azure Service Groups is currently in PREVIEW. For more information about participating in the preview, see [TBD Link]().
18+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1719
1820
## Prerequisites
1921

@@ -101,20 +103,7 @@ To remove the service group created in this document, use the
101103

102104
- No Request Body
103105

104-
105-
## Next step -or- Related content
106-
107-
In this quickstart, you created a service group to help create different views in Azure. The
108-
service group can have member subscriptions, resource groups, resources, or other service groups.
109-
110-
To learn more about service groups and how to manage your service group hierarchy, continue to:
111-
112-
> [!div class="nextstepaction"]
113-
> [Manage your resources with service groups]()
114-
115-
116-
-or-
117-
118-
- [Related article title](link.md)
119-
- [Related article title](link.md)
120-
- [Related article title](link.md)
106+
## Related content
107+
* [What are Azure Service Groups?](overview.md)
108+
* [How to: Manage Service Groups](manaage-service-groups.md)
109+
* [Connect service group members with REST API](create-service-group-member-rest-api.md)

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

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Manage Resouces Across Subscriptions and Resource Groups with Azure Service Groups
3-
description: "Learn how to create, update, read, and delete Azure Service Groups and its members"
2+
title: Manage resouces across subscriptions and resource groups with Azure Service Groups
3+
description: "Learn how to create, update, read, and delete Azure Service Groups and members"
44
author: rthorn17
55
ms.author: rithorn
6-
ms.service: governance ## is service-groups going to be an official service slug?
6+
ms.service: azure-governance ## is service-groups going to be an official service slug?
77
ms.topic: how-to
88
ms.date: 05/19/2025
99
---
@@ -15,7 +15,7 @@ You can group resources, across subscriptions, by creating Azure Service Groups.
1515
For more information on service groups, see [Getting started with Service Groups](overview.md).
1616

1717
> [!IMPORTANT]
18-
> Service Groups is currently in PREVIEW. For more information about participating in the preview, see [TBD Link]().
18+
> Azure Service Groups is currently in PREVIEW. For more information about participating in the preview, see [TBD Link]().
1919
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2020
2121

@@ -345,30 +345,8 @@ The valid values are:
345345
* UserExplicitlyCreated: A user created the relationship.
346346

347347

348-
349-
350-
351-
352-
353-
354-
355-
356348
## Related content
357-
358-
- [Related article title](link.md)
359-
- [Related article title](link.md)
360-
- [Related article title](link.md)
361-
362-
<!-- Optional: Related content - H2
363-
364-
Consider including a "Related content" H2 section that
365-
lists links to 1 to 3 articles the user might find helpful.
366-
367-
-->
368-
369-
<!--
370-
371-
Remove all comments except the customer intent
372-
before you sign off or merge to the main branch.
373-
374-
-->
349+
* [What are Azure Service Groups?](overview.md)
350+
* [Quickstart: Create a service group (preview) with REST API](create-service-group-rest-api.md)
351+
* [Quickstart: Connect resources or resource containers to service groups with Service Group Member Relationships](create-service-group-member-rest-api.md)
352+
* [Connect service group members with REST API](create-service-group-member-rest-api.md)

articles/governance/service-groups/overview.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Get started with Service Groups"
33
description: "Learn how to use and manage resources with Service Groups."
44
author: rthorn17
55
ms.author: rithorn
6-
ms.service: Service Groups
7-
ms.topic: concept-article #Don't change
6+
ms.service: governance
7+
ms.topic: overview
88
ms.date: 05/19/2025
99
---
1010

@@ -99,15 +99,8 @@ Service Groups creates the Root Service Group on the first request received with
9999
Access to the root has to be given from a user with "microsoft.authorization/roleassignments/write" permissions at the tenant level. For example, the Tenant's Global Administrator can elevate their access on the tenant to have these permissions. [Details on elevating Tenant Global Administrator Accesses](https://learn.microsoft.com/en-us/azure/role-based-access-control/elevate-access-global-admin?tabs=azure-portal%2Centra-audit-logs)
100100

101101

102-
## Next step -or- Related content
102+
## Related content
103+
* [Quickstart: Create a service group with REST API](service-groups\create-service-group-rest-api.md)
104+
* [How to: Manage Service Groups](manaage-service-groups.md)
105+
* [Connect service group members with REST API](create-service-group-member-rest-api.md)
103106

104-
> [!div class="nextstepaction"]
105-
> [Getting Started: Service Groups](link.md)
106-
107-
-or-
108-
109-
* [How to: Connect Service Group Members](link.md)
110-
* [How to:](link.md)
111-
* [Related article title](link.md)
112-
* [Service Group REST API Spec]()
113-
* [Service Group Member REST API Spec]()

0 commit comments

Comments
 (0)