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
Copy file name to clipboardExpand all lines: articles/active-directory/manage-apps/methods-for-assigning-users-and-groups.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Before you can assign users and groups to an application, you must require user
46
46
47
47
To assign one or more users to an application directly, follow the steps below:
48
48
49
-
1. Open the [**Azure portal**](https://portal.azure.com/) and sign in as a **Global Administrator.**
49
+
1. Open the [**Azure portal**](https://portal.azure.com/) and sign in as a **Global Administrator or as a non-admin application owner.**
50
50
51
51
2. Open the **Azure Active Directory Extension** by clicking **All services** at the top of the main left hand navigation menu.
52
52
@@ -84,7 +84,7 @@ After a short period of time, the users you have selected will be able to launch
84
84
85
85
To assign one or more groups to an application directly, follow the steps below:
86
86
87
-
1. Open the [**Azure portal**](https://portal.azure.com/) and sign in as a **Global Administrator.**
87
+
1. Open the [**Azure portal**](https://portal.azure.com/) and sign in as a **Global Administrator** or as a non-admin application owner with an Azure AD Premium license assigned.
88
88
89
89
2. Open the **Azure Active Directory Extension** by clicking **All services** at the top of the main left hand navigation menu.
Copy file name to clipboardExpand all lines: articles/cognitive-services/personalizer/ethics-responsible-use.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ When choosing use cases for Personalizer:
58
58
59
59
* Start the design process considering how the personalization helps your users.
60
60
* Consider the negative consequences in the real world if some items aren't ranked for users due to personalization patterns or exploration.
61
-
* Consider self-fulfilling prophecy loops. This may happen if a personalization reward trains a model so it may subsequently further exclude a demographic group from accessing relevant content. For example, most people in a low-income neighborhood don't obtain a premium insurance offer, and slowly nobody in the neighborhood tends to see the offer at all.
61
+
* Consider whether your use case constitutes automated processing which significantly affects data subjects that is regulated under [GDPR](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679) Article 22 or other laws.
62
+
* Consider self-fulfilling prophecy loops. This may happen if a personalization reward trains a model so it may subsequently further exclude a demographic group from accessing relevant content. For example, most people in a low-income neighborhood don't obtain a premium insurance offer, and slowly nobody in the neighborhood tends to see the offer at all if there isn't enough exploration.
62
63
* Save copies of models and learning policies in case it is necessary to reproduce Personalizer in the future. You can do this periodically or every model refresh period.
63
64
* Consider the level of exploration adequate for the space and how to use it as a tool to mitigate "echo chamber" effects.
Copy file name to clipboardExpand all lines: articles/storage/common/storage-redundancy-gzrs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Geo-zone-redundant storage (GZRS) (preview) marries the high availability of [zo
17
17
18
18
With a GZRS storage account, you can continue to read and write data if an availability zone becomes unavailable or is unrecoverable. Additionally, your data is also durable in the case of a complete regional outage or a disaster in which the primary region isn’t recoverable. GZRS is designed to provide at least 99.99999999999999% (16 9's) durability of objects over a given year. GZRS also offers the same [scalability targets](storage-scalability-targets.md) as LRS, ZRS, GRS, or RA-GRS. You can optionally enable read access to data in the secondary region with read-access geo-zone-redundant storage (RA-GZRS) if your applications need to be able to read data in the event of a disaster in the primary region.
19
19
20
-
Microsoft recommends using GZRS for applications requiring consistency, durability, high availability, excellent performance, and resilience for diaster recovery. For the additional security of read access to the secondary region in the event of a regional disaster, enable RA-GZRS for your storage account.
20
+
Microsoft recommends using GZRS for applications requiring consistency, durability, high availability, excellent performance, and resilience for disaster recovery. For the additional security of read access to the secondary region in the event of a regional disaster, enable RA-GZRS for your storage account.
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-connect-virtual-networks-portal.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,28 +76,19 @@ Log in to the Azure portal at https://portal.azure.com.
76
76
77
77
|Setting|Value|
78
78
|---|---|
79
-
|Name|myVirtualNetwork1-myVirtualNetwork2|
79
+
|Name of the peering from myVirtualNetwork1 to remote virtual network|myVirtualNetwork1-myVirtualNetwork2 - When the page first loads, you'll see the phrase "remote virtual network" here. After you choose the remote virtual network, the phrase "remote virtual network" will be replaced with the name of the remote virtual network.|
80
80
|Subscription| Select your subscription.|
81
-
|Virtual network|myVirtualNetwork2 - To select the *myVirtualNetwork2* virtual network, select **Virtual network**, then select **myVirtualNetwork2**. You can select a virtual network in the same region or in a different region.|
81
+
|Virtual network|myVirtualNetwork2 - To select the *myVirtualNetwork2* virtual network, select **Virtual network**, then select **myVirtualNetwork2 (myResourceGroup)**. You can select a virtual network in the same region or in a different region.|
82
+
|Name of the peering from myVirtualNetwork2 to myVirtualNetwork1|myVirtualNetwork2-myVirtualNetwork1|
If you don't see the status, refresh your browser.
90
91
91
-
4. In the **Search** box at the top of the Azure portal, begin typing *MyVirtualNetwork2*. When **myVirtualNetwork2** appears in the search results, select it.
92
-
5. Complete steps 2-3 again, with the following changes, and then select **OK**:
93
-
94
-
|Setting|Value|
95
-
|---|---|
96
-
|Name|myVirtualNetwork2-myVirtualNetwork1|
97
-
|Virtual network|myVirtualNetwork1|
98
-
99
-
The **PEERING STATUS** is *Connected*. Azure also changed the peering status for the *myVirtualNetwork2-myVirtualNetwork1* peering from *Initiated* to *Connected.* Virtual network peering is not fully established until the peering status for both virtual networks is *Connected.*
100
-
101
92
## Create virtual machines
102
93
103
94
Create a VM in each virtual network so that you can communicate between them in a later step.
0 commit comments