Skip to content

Commit 0dc052e

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-aadroles-roles-limits-scope-link
2 parents c9c3d73 + 18f7705 commit 0dc052e

File tree

5 files changed

+11
-39
lines changed

5 files changed

+11
-39
lines changed

articles/governance/management-groups/overview.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Organize your resources with management groups - Azure Governance
33
description: Learn about the management groups, how their permissions work, and how to use them.
4-
ms.date: 01/03/2023
4+
ms.date: 01/24/2023
55
ms.topic: overview
66
author: timwarner-msft
77
ms.author: timwarner
@@ -107,35 +107,6 @@ access and policies that other customers within the directory can't bypass. Anyt
107107
root will apply to the entire hierarchy, which includes all management groups, subscriptions,
108108
resource groups, and resources within that Azure AD tenant.
109109

110-
## Trouble seeing all subscriptions
111-
112-
A few directories that started using management groups early in the preview before June 25, 2018
113-
could see an issue where not all the subscriptions were within the hierarchy. The process to have
114-
all subscriptions in the hierarchy was put in place after a role or policy assignment was done on
115-
the root management group in the directory.
116-
117-
### How to resolve the issue
118-
119-
There are two options you can do to resolve this issue.
120-
121-
- Remove all role and policy assignments from the root management group
122-
- By removing any policy and role assignments from the root management group, the service
123-
backfills all subscriptions into the hierarchy the next overnight cycle. This process is so
124-
there's no accidental access given or policy assignment to all of the tenants subscriptions.
125-
- The best way to do this process without impacting your services is to apply the role or policy
126-
assignments one level below the root management group. Then you can remove all assignments from
127-
the root scope.
128-
- Call the API directly to start the backfill process
129-
- Any customer in the directory can call the _TenantBackfillStatusRequest_ or
130-
_StartTenantBackfillRequest_ APIs. When the StartTenantBackfillRequest API is called, it kicks
131-
off the initial setup process of moving all the subscriptions into the hierarchy. This process
132-
also starts the enforcement of all new subscription to be a child of the root management group.
133-
This process can be done without changing any assignments on the root level. By calling the API,
134-
you're saying it's okay that any policy or access assignment on the root can be applied to all
135-
subscriptions.
136-
137-
If you have questions on this backfill process, contact: `[email protected]`
138-
139110
## Management group access
140111

141112
Azure management groups support

articles/postgresql/flexible-server/concepts-data-encryption.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Azure Database for PostgreSQL Flexible server data encryption with
44
author: gennadNY
55
ms.author: gennadyk
66
ms.reviewer: maghan
7-
ms.date: 11/03/2022
7+
ms.date: 1/24/2023
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -176,11 +176,11 @@ Follow the steps below to enable CMK while creating Postgres Flexible Server usi
176176

177177
1. Provide required information on Basics and Networking tabs
178178

179-
1. Navigate to Security(preview) tab. On the screen, provide Azure Active Directory (Azure AD) identity that has access to the Key Vault and Key in Key Vault in the same region where you're creating this server
179+
1. Navigate to Security tab. On the screen, provide Azure Active Directory (Azure AD) identity that has access to the Key Vault and Key in Key Vault in the same region where you're creating this server
180180

181181
1. On Review Summary tab, make sure that you provided correct information in Security section and press Create button
182182

183-
1. Once it's finished, you should be able to navigate to Data Encryption (preview) screen for the server and update identity or key if necessary
183+
1. Once it's finished, you should be able to navigate to Data Encryption screen for the server and update identity or key if necessary
184184

185185

186186
### CLI:
@@ -229,7 +229,7 @@ Follow the steps below to update CMK on CMK enabled Flexible Server using Azure
229229

230230
1. Navigate to Azure Database for PostgreSQL - Flexible Server create a page via the Azure portal.
231231

232-
1. Navigate to Data Encryption (preview) screen under Security tab
232+
1. Navigate to Data Encryption screen under Security tab
233233

234234
1. Select different identity to connect to Azure Key Vault, remembering that this identity needs to have proper access rights to the Key Vault
235235

articles/postgresql/flexible-server/how-to-connect-with-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about how to connect and authenticate using Managed Identity
44
author: kabharati
55
ms.author: kabharati
66
ms.reviewer: maghan
7-
ms.date: 11/04/2022
7+
ms.date: 01/24/2023
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.topic: how-to

articles/postgresql/flexible-server/how-to-create-server-customer-managed-key-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Follow the steps below to enable CMK while creating Postgres Flexible Server usi
2727

2828
2. Provide required information on Basics and Networking tabs
2929

30-
3. Navigate to Security(preview) tab. On the screen, provide Azure Active Directory (Azure AD) identity that has access to the Key Vault and Key in Key Vault in the same region where you're creating this server
30+
3. Navigate to Security tab. On the screen, provide Azure Active Directory (Azure AD) identity that has access to the Key Vault and Key in Key Vault in the same region where you're creating this server
3131

3232
4. On Review Summary tab, make sure that you provided correct information in Security section and press Create button
3333

34-
5. Once it's finished, you should be able to navigate to Data Encryption (preview) screen for the server and update identity or key if necessary
34+
5. Once it's finished, you should be able to navigate to Data Encryption screen for the server and update identity or key if necessary
3535

3636
## Update Customer Managed Key on the CMK enabled Flexible Server
3737

@@ -45,7 +45,7 @@ Follow the steps below to update CMK on CMK enabled Flexible Server using Azure
4545

4646
1. Navigate to Azure Database for PostgreSQL - Flexible Server create a page via the Azure portal.
4747

48-
2. Navigate to Data Encryption (preview) screen under Security tab
48+
2. Navigate to Data Encryption screen under Security tab
4949

5050
3. Select different identity to connect to Azure Key Vault, remembering that this identity needs to have proper access rights to the Key Vault
5151

articles/storage/files/understanding-billing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to interpret the provisioned and pay-as-you-go billing mo
44
author: khdownie
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 06/16/2022
7+
ms.date: 01/24/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -73,6 +73,7 @@ Azure Files supports reservations (also referred to as *reserved instances*), wh
7373
- **Tier**: The tier of Azure Files for the Reservation. Reservations currently are available for the premium, hot, and cool tiers.
7474
- **Location**: The Azure region for the Reservation. Reservations are available in a subset of Azure regions.
7575
- **Redundancy**: The storage redundancy for the Reservation. Reservations are supported for all redundancies Azure Files supports, including LRS, ZRS, GRS, and GZRS.
76+
- **Billing frequency**: Indicates how often the account is billed for the Reservation. Options include *Monthly* or *Upfront*.
7677

7778
Once you purchase a Reservation, it will automatically be consumed by your existing storage utilization. If you use more storage than you have reserved, you'll pay list price for the balance not covered by the Reservation. Transaction, bandwidth, data transfer, and metadata storage charges aren't included in the Reservation.
7879

0 commit comments

Comments
 (0)