Skip to content

Commit bebd91d

Browse files
authored
Merge pull request #109061 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 9cbe62f + 7f0fc8f commit bebd91d

File tree

10 files changed

+48
-41
lines changed

10 files changed

+48
-41
lines changed

articles/active-directory/develop/v2-oauth2-implicit-grant-flow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ If your application is a native client, the implicit flow isn’t a great fit. T
6666

6767
If you are developing a Web application that includes a backend, and consuming an API from its backend code, the implicit flow is also not a good fit. Other grants give you far more power. For example, the OAuth2 client credentials grant provides the ability to obtain tokens that reflect the permissions assigned to the application itself, as opposed to user delegations. This means the client has the ability to maintain programmatic access to resources even when a user is not actively engaged in a session, and so on. Not only that, but such grants give higher security guarantees. For instance, access tokens never transit through the user browser, they don’t risk being saved in the browser history, and so on. The client application can also perform strong authentication when requesting a token.
6868

69+
[OAuth2-Spec-Implicit-Misuse]: https://tools.ietf.org/html/rfc6749#section-10.16
70+
[OAuth2-Threat-Model-And-Security-Implications]: https://tools.ietf.org/html/rfc6819
71+
6972
## Protocol diagram
7073

7174
The following diagram shows what the entire implicit sign-in flow looks like and the sections that follow describe each step in more detail.

articles/active-directory/saas-apps/mondaycom-tutorial.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ To configure the integration of monday.com into Azure AD, you need to add monday
5555
1. In the **Add from the gallery** section, type **monday.com** in the search box.
5656
1. Select **monday.com** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
5757

58-
5958
## Configure and test Azure AD single sign-on for monday.com
6059

6160
Configure and test Azure AD SSO with monday.com using a test user called **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in monday.com.
@@ -81,50 +80,50 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8180

8281
1. On the **Basic SAML Configuration** section, if you have **Service Provider metadata file** and wish to configure in **IDP** initiated mode, perform the following steps:
8382

84-
a. Click **Upload metadata file**.
83+
a. Click **Upload metadata file**.
8584

8685
![Upload metadata file](common/upload-metadata.png)
8786

88-
b. Click on **folder logo** to select the metadata file and click **Upload**.
87+
b. Click on **folder logo** to select the metadata file and click **Upload**.
8988

90-
![choose metadata file](common/browse-upload-metadata.png)
89+
![choose metadata file](common/browse-upload-metadata.png)
9190

92-
c. After the metadata file is successfully uploaded, the **Identifier** and **Reply URL** values get auto populated in Basic SAML Configuration section.
91+
c. After the metadata file is successfully uploaded, the **Identifier** and **Reply URL** values get auto populated in Basic SAML Configuration section.
9392

94-
![image](common/idp-intiated.png)
93+
![image](common/idp-intiated.png)
9594

96-
> [!Note]
97-
> If the **Identifier** and **Reply URL** values do not get populated automatically, then fill in the values manually. The **Identifier** and the **Reply URL** are the same and value is in the following pattern: `https://<your-domain>.monday.com/saml/saml_callback`
95+
> [!Note]
96+
> If the **Identifier** and **Reply URL** values do not get populated automatically, then fill in the values manually. The **Identifier** and the **Reply URL** are the same and value is in the following pattern: `https://<your-domain>.monday.com/saml/saml_callback`
9897
9998
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
10099

101-
![image](common/metadata-upload-additional-signon.png)
100+
![image](common/metadata-upload-additional-signon.png)
102101

103-
In the **Sign-on URL** text box, type a URL using the following pattern:
102+
In the **Sign-on URL** text box, type a URL using the following pattern:
104103
`https://<YOUR_DOMAIN>.monday.com`
105104

106-
> [!NOTE]
107-
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign-On URL. Contact [monday.com Client support team](mailto:[email protected]) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
105+
> [!NOTE]
106+
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign-On URL. Contact [monday.com Client support team](https://monday.com/contact-us/) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
108107
109108
1. monday.com application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows the list of default attributes.
110109

111-
![image](common/default-attributes.png)
110+
![image](common/default-attributes.png)
112111

113112
1. In addition to above, monday.com application expects few more attributes to be passed back in SAML response which are shown below. These attributes are also pre populated but you can review them as per your requirements.
114113

115-
| Name | Source Attribute|
116-
| ---------------| --------------- |
117-
| Email | user.mail |
114+
| Name | Source Attribute |
115+
|--|--|
116+
| Email | user.mail |
118117
| FirstName | user.givenname |
119118
| LastName | user.surname |
120119

121120
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
122121

123-
![The Certificate download link](common/certificatebase64.png)
122+
![The Certificate download link](common/certificatebase64.png)
124123

125124
1. On the **Set up monday.com** section, copy the appropriate URL(s) based on your requirement.
126125

127-
![Copy configuration URLs](common/copy-configuration-urls.png)
126+
![Copy configuration URLs](common/copy-configuration-urls.png)
128127

129128
### Create an Azure AD test user
130129

@@ -133,7 +132,7 @@ In this section, you'll create a test user in the Azure portal called B.Simon.
133132
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
134133
1. Select **New user** at the top of the screen.
135134
1. In the **User** properties, follow these steps:
136-
1. In the **Name** field, enter `B.Simon`.
135+
1. In the **Name** field, enter `B.Simon`.
137136
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
138137
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
139138
1. Click **Create**.
@@ -150,7 +149,7 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
150149

151150
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
152151

153-
![The Add User link](common/add-assign-user.png)
152+
![The Add User link](common/add-assign-user.png)
154153

155154
1. In the **Users and groups** dialog, select **B.Simon** from the Users list, then click the **Select** button at the bottom of the screen.
156155
1. If you're expecting any role value in the SAML assertion, in the **Select Role** dialog, select the appropriate role for the user from the list and then click the **Select** button at the bottom of the screen.
@@ -160,17 +159,17 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
160159

161160
1. To automate the configuration within monday.com, you need to install **My Apps Secure Sign-in browser extension** by clicking **Install the extension**.
162161

163-
![My apps extension](common/install-myappssecure-extension.png)
162+
![My apps extension](common/install-myappssecure-extension.png)
164163

165164
1. After adding extension to the browser, click on **Setup monday.com** which will direct you to the monday.com application. From there, provide the admin credentials to sign into monday.com. The browser extension will automatically configure the application for you and automate steps 3-6.
166165

167-
![Setup configuration](common/setup-sso.png)
166+
![Setup configuration](common/setup-sso.png)
168167

169168
1. If you want to setup monday.com manually, open a new web browser window and sign in to monday.com as an administrator and perform the following steps:
170169

171170
1. Go to the **Profile** on the top right corner of page and click on **Admin**.
172171

173-
![monday.com configuration](./media/mondaycom-tutorial/configuration01.png)
172+
![monday.com configuration](./media/mondaycom-tutorial/configuration01.png)
174173

175174
1. Select **Security** and make sure to click on **Open** next to SAML.
176175

@@ -180,8 +179,8 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
180179

181180
![monday.com configuration](./media/mondaycom-tutorial/configuration03.png)
182181

183-
>[!NOTE]
184-
>For more details refer [this](https://support.monday.com/hc/articles/360000460605-SAML-Single-Sign-on?abcb=34642) article
182+
> [!NOTE]
183+
> For more details refer [this](https://support.monday.com/hc/articles/360000460605-SAML-Single-Sign-on?abcb=34642) article
185184
186185
### Create monday.com test user
187186

@@ -195,10 +194,10 @@ When you click the monday.com tile in the Access Panel, you should be automatica
195194

196195
## Additional resources
197196

198-
- [ List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory ](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
197+
- [List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
199198

200-
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
199+
- [What is application access and single sign-on with Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
201200

202201
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
203202

204-
- [Try monday.com with Azure AD](https://aad.portal.azure.com/)
203+
- [Try monday.com with Azure AD](https://aad.portal.azure.com/)

articles/azure-maps/how-to-search-for-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ If you have a set of coordinate locations to reverse geocode, you can use [Post
222222
223223
## Next steps
224224
225-
- Explore the [Azure Maps search service](https://docs.microsoft.com/rest/api/maps/search) API documentation.
226-
- Learn about [Best practices](https://docs.microsoft.com/azure/azure-maps/how-to-use-best-practices-for-search).
225+
- Explore the [Azure Maps Search Service REST API documentation](https://docs.microsoft.com/rest/api/maps/search).
226+
- Learn about [Azure Maps Search Service best practices](https://docs.microsoft.com/azure/azure-maps/how-to-use-best-practices-for-search) and how to optimize your queries.

articles/azure-monitor/platform/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ An error in step 3 means that the module wasn't imported. The error might occur
332332
| `Get-OMSGatewayConfig` |Key |Gets the configuration of the service |`Get-OMSGatewayConfig` |
333333
| `Set-OMSGatewayConfig` |Key (required) <br> Value |Changes the configuration of the service |`Set-OMSGatewayConfig -Name ListenPort -Value 8080` |
334334
| `Get-OMSGatewayRelayProxy` | |Gets the address of relay (upstream) proxy |`Get-OMSGatewayRelayProxy` |
335-
| `Set-OMSGatewayRelayProxy` |Address<br> Username<br> Password |Sets the address (and credential) of relay (upstream) proxy |1. Set a relay proxy and credential:<br> `Set-OMSGatewayRelayProxy`<br>`-Address http://www.myproxy.com:8080`<br>`-Username user1 -Password 123` <br><br> 2. Set a relay proxy that doesn't need authentication: `Set-OMSGatewayRelayProxy`<br> `-Address http://www.myproxy.com:8080` <br><br> 3. Clear the relay proxy setting:<br> `Set-OMSGatewayRelayProxy` <br> `-Address ""` |
335+
| `Set-OMSGatewayRelayProxy` |Address<br> Username<br> Password (secure string) |Sets the address (and credential) of relay (upstream) proxy |1. Set a relay proxy and credential:<br> `Set-OMSGatewayRelayProxy`<br>`-Address http://www.myproxy.com:8080`<br>`-Username user1 -Password 123` <br><br> 2. Set a relay proxy that doesn't need authentication: `Set-OMSGatewayRelayProxy`<br> `-Address http://www.myproxy.com:8080` <br><br> 3. Clear the relay proxy setting:<br> `Set-OMSGatewayRelayProxy` <br> `-Address ""` |
336336
| `Get-OMSGatewayAllowedHost` | |Gets the currently allowed host (only the locally configured allowed host, not automatically downloaded allowed hosts) |`Get-OMSGatewayAllowedHost` |
337337
| `Add-OMSGatewayAllowedHost` |Host (required) |Adds the host to the allowed list |`Add-OMSGatewayAllowedHost -Host www.test.com` |
338338
| `Remove-OMSGatewayAllowedHost` |Host (required) |Removes the host from the allowed list |`Remove-OMSGatewayAllowedHost`<br> `-Host www.test.com` |

articles/azure-monitor/platform/partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can create JIRA tickets on Azure Monitor alerts.
4545

4646
![Circonus Logo](./media/partners/circonus.png)
4747

48-
Circonus is a microservices monitoring and analytics platform built for on premises or SaaS deployment. It is fully automatable API-Centric platform is more scalable and reliable than systems it monitors. Developed for the requirements of DevOps, Circonus delivers percentile-based alerts, graphs, dashboards, and machine-learning intelligence that enable business optimization. Circonus monitors your Microsoft Azure cloud resources and their applications in real time. You can use Circonus to collect and track metrics for the variables you want to measure for your resources and applications. With Circonus, you gain system-wide visibility into Azure's resource utilization, application performance, and operational health.
48+
Circonus is the machine data intelligence expert, providing the only machine data intelligence platform capable of handling billions of metric streams in real time to drive unprecedented business insight and value. Use Circonus to collect, track, and visualize key metrics related to your Microsoft Azure setup. Gain system-wide visibility into Azures resource utilization, application performance, and operational health.
4949

5050
[Go to the documentation.][circonus-doc]
5151

articles/cognitive-services/Speech-Service/language-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For more information about regional availability, see [regions](regions.md#stand
9494
| `en-US` | English (US) | Male | "Microsoft Server Speech Text to Speech Voice (en-US, GuyNeural)" | "en-US-GuyNeural" |
9595
| `it-IT` | Italian (Italy) | Female | "Microsoft Server Speech Text to Speech Voice (it-IT, ElsaNeural)" | "it-IT-ElsaNeural" |
9696
| `pt-BR` | Portuguese (Brazil) | Female | "Microsoft Server Speech Text to Speech Voice (pt-BR, FranciscaNeural)" | "pt-BR-FranciscaNeural" |
97-
| `zh-CN` | Chinese (Mainland) | Female | "Microsoft Server Speech Text to Speech Voice (zh-CN, XiaoxiaoNeural)" | "zh-CN-XiaoxiaoNeural" |
97+
| `zh-CN` | Chinese (Mandarin, simplified) | Female | "Microsoft Server Speech Text to Speech Voice (zh-CN, XiaoxiaoNeural)" | "zh-CN-XiaoxiaoNeural" |
9898

9999
> [!IMPORTANT]
100100
> The `en-US-JessaNeural` voice has changed to `en-US-AriaNeural`. If you were using "Jessa" before, convert over to "Aria".
@@ -181,13 +181,13 @@ More than 75 standard voices are available in over 45 languages and locales, whi
181181
| `th-TH` | Thai | Male | "Microsoft Server Speech Text to Speech Voice (th-TH, Pattara)" | "th-TH-Pattara" |
182182
| `tr-TR` | Turkish (Turkey) | Female | "Microsoft Server Speech Text to Speech Voice (tr-TR, SedaRUS)" | "tr-TR-SedaRUS" |
183183
| `vi-VN` | Vietnamese | Male | "Microsoft Server Speech Text to Speech Voice (vi-VN, An)" | "vi-VN-An" |
184-
| `zh-CN` | Chinese (Mainland) | Female | "Microsoft Server Speech Text to Speech Voice (zh-CN, HuihuiRUS)" | "zh-CN-HuihuiRUS" |
184+
| `zh-CN` | Chinese (Mandarin, simplified) | Female | "Microsoft Server Speech Text to Speech Voice (zh-CN, HuihuiRUS)" | "zh-CN-HuihuiRUS" |
185185
| | | Female | "Microsoft Server Speech Text to Speech Voice (zh-CN, Yaoyao, Apollo)" | "zh-CN-Yaoyao-Apollo" |
186186
| | | Male | "Microsoft Server Speech Text to Speech Voice (zh-CN, Kangkang, Apollo)" | "zh-CN-Kangkang-Apollo" |
187-
| `zh-HK` | Chinese (Hong Kong) | Female | "Microsoft Server Speech Text to Speech Voice (zh-HK, Tracy, Apollo)" | "zh-HK-Tracy-Apollo" |
187+
| `zh-HK` | Chinese (Cantonese, Traditional) | Female | "Microsoft Server Speech Text to Speech Voice (zh-HK, Tracy, Apollo)" | "zh-HK-Tracy-Apollo" |
188188
| | | Female | "Microsoft Server Speech Text to Speech Voice (zh-HK, TracyRUS)" | "zh-HK-TracyRUS" |
189189
| | | Male | "Microsoft Server Speech Text to Speech Voice (zh-HK, Danny, Apollo)" | "zh-HK-Danny-Apollo" |
190-
| `zh-TW` | Chinese (Taiwan) | Female | "Microsoft Server Speech Text to Speech Voice (zh-TW, Yating, Apollo)" | "zh-TW-Yating-Apollo" |
190+
| `zh-TW` | Chinese (Taiwanese Mandarin) | Female | "Microsoft Server Speech Text to Speech Voice (zh-TW, Yating, Apollo)" | "zh-TW-Yating-Apollo" |
191191
| | | Female | "Microsoft Server Speech Text to Speech Voice (zh-TW, HanHanRUS)" | "zh-TW-HanHanRUS" |
192192
| | | Male | "Microsoft Server Speech Text to Speech Voice (zh-TW, Zhiwei, Apollo)" | "zh-TW-Zhiwei-Apollo" |
193193

articles/frontdoor/front-door-faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ A new Front Door creation or any updates to an existing Front Door takes about 3
115115

116116
Note - Custom SSL certificate updates take about 30 minutes to be deployed globally.
117117

118+
Any updates to routes or backend pools etc. are seamless and will cause zero downtime (if the new configuration is correct). Certificate updates are also atomic and will not cause any outage, unless switching from 'AFD Managed' to 'Use your own cert' or vice versa.
119+
120+
118121
## Configuration
119122

120123
### Can Azure Front Door load balance or route traffic within a virtual network?

articles/governance/policy/concepts/rego-for-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ assign an AKS policy. Search for a Kubernetes policy definition instead of the s
244244

245245
> [!IMPORTANT]
246246
> Built-in policies in category **Kubernetes** are only for use with AKS. For a list of built-in
247-
> policies, see [../samples/built-in-policies.md#kubernetes]
247+
> policies, see [Kubernetes samples](../samples/built-in-policies.md#kubernetes)
248248
249249
## Logging
250250

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ To create a workspace, you need an Azure subscription. If you don’t have an Az
4747

4848
![Configure your workspace](./media/how-to-manage-workspace/select-edition.png)
4949

50-
1. After you are finished configuring the workspace, select **Create**.
50+
1. When you're finished configuring the workspace, select **Review + Create**.
51+
2. Review the settings and make any additional changes or corrections. When you're satisified with the settings, select **Create**.
5152

5253
> [!Warning]
5354
> It can take several minutes to create your workspace in the cloud.

includes/iot-hub-cli-version-info.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
> [!NOTE]
1313
> This article uses the newest version of the Azure IoT extension, called `azure-iot`. The legacy version is called `azure-iot-cli-ext`.You should only have one version installed at a time. You can use the command `az extension list` to validate the currently installed extensions.
1414
>
15-
> Use `az extension remove azure-iot-cli-ext` to remove the legacy version of the extension.
16-
> Use `az extension add -name azure-iot` to add the new version of the extension.
15+
> Use `az extension remove --name azure-cli-iot-ext` to remove the legacy version of the extension.
1716
>
18-
> To see what extensions you have installed, use `az extension show `.
17+
> Use `az extension add --name azure-iot` to add the new version of the extension.
18+
>
19+
> To see what extensions you have installed, use `az extension list`.
1920
>

0 commit comments

Comments
 (0)