Skip to content

Commit 9e80987

Browse files
authored
Merge pull request #111981 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 a2989d8 + fef37de commit 9e80987

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

articles/active-directory/authentication/active-directory-certificate-based-authentication-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Android devices can use certificate-based authentication (CBA) to authenticate t
2424

2525
Configuring this feature eliminates the need to enter a username and password combination into certain mail and Microsoft Office applications on your mobile device.
2626

27-
This topic provides you with the requirements and the supported scenarios for configuring CBA on an iOS(Android) device for users of tenants in Office 365 Enterprise, Business, Education, US Government, China, and Germany plans.
27+
This topic provides you with the requirements and the supported scenarios for configuring CBA on an Android device for users of tenants in Office 365 Enterprise, Business, Education, US Government, China, and Germany plans.
2828

2929
This feature is available in preview in Office 365 US Government Defense and Federal plans.
3030

articles/active-directory/hybrid/plan-connect-userprincipalname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ On-Premises user object:
8888
- mailNickName : <not set>
8989
- proxyAddresses : {SMTP:us1@contoso.com}
9090
91-
- userPrincipalName : [email protected]`
91+
- userPrincipalName : [email protected]
9292

9393
Synchronized the user object to Azure AD Tenant for the first time
9494
- Set Azure AD MailNickName attribute to primary SMTP address prefix.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8989
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
9090

9191
In the **Sign-on URL** text box, type a URL:
92-
`https://app.ally.io/`
92+
`https://app.ally.io/saml/consume/<CUSTOM_GUID>`
9393

9494
> [!NOTE]
9595
> These values are not real. Update these values with the actual Identifier and Reply URL. Contact [Ally 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.
@@ -145,7 +145,7 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
145145

146146
## Configure Ally SSO
147147

148-
To configure single sign-on on **Ally** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Ally support team](mailto:contact@ally.io). They set this setting to have the SAML SSO connection set properly on both sides.
148+
To configure single sign-on on **Ally** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Ally support team](mailto:support@ally.io). They set this setting to have the SAML SSO connection set properly on both sides.
149149

150150
### Create Ally test user
151151

articles/azure-monitor/app/asp-net-core.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ The preceding steps are enough to help you start collecting server-side telemetr
158158

159159
Alternatively to using the `FullScript` the `ScriptBody` is available starting in SDK v2.14. Use this if you need to control the `<script>` tag to set a Content Security Policy:
160160

161-
```cshtml
162-
<script> // apply custom changes to this script tag.
163-
@Html.Raw(JavaScriptSnippet.ScriptBody)
164-
</script>
165-
```
161+
```cshtml
162+
<script> // apply custom changes to this script tag.
163+
@Html.Raw(JavaScriptSnippet.ScriptBody)
164+
</script>
165+
```
166166

167167
The `.cshtml` file names referenced earlier are from a default MVC application template. Ultimately, if you want to properly enable client-side monitoring for your application, the JavaScript snippet must appear in the `<head>` section of each page of your application that you want to monitor. You can accomplish this goal for this application template by adding the JavaScript snippet to `_Layout.cshtml`.
168168

articles/cognitive-services/Translator/language-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The V3 Translator API is neural by default and statistical systems are only avai
5858
|French| `fr` | Neural|
5959
|German| `de` | Neural|
6060
|Greek| `el` | Neural|
61+
|Gujarati| `gu` | Neural|
6162
|Haitian Creole| `ht` |Statistical|
6263
|Hebrew |`he` |Neural
6364
|Hindi| `hi` | Neural|
@@ -80,6 +81,7 @@ The V3 Translator API is neural by default and statistical systems are only avai
8081
|Malayalam| `ml` | Neural
8182
|Maltese| `mt` | Statistical|
8283
|Maori| `mi` | Neural|
84+
|Marathi| `mr` | Neural|
8385
|Norwegian| `nb` | Neural|
8486
|Persian| `fa` | Neural|
8587
|Polish| `pl` | Neural|

0 commit comments

Comments
 (0)