Skip to content

Commit 334e357

Browse files
committed
2 parents 3470ce2 + 51d3962 commit 334e357

File tree

111 files changed

+480
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+480
-265
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/how-to-connect-migrate-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if ($group -eq $null)
105105
}
106106
107107
$csvFile = Import-Csv -Path $inputCsv -ErrorAction Stop
108-
$msDSConsistencyGuid = [GUID] $csvFile.'mS-DS-ConsistencyGuid'
108+
$msDSConsistencyGuid = $csvFile.'mS-DS-ConsistencyGuid'
109109
$objectGuid = [GUID] $csvFile.'objectGUID'
110110
$targetGuid = $msDSConsistencyGuid
111111

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/manage-apps/manage-self-service-access.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 10/23/2018
15+
ms.date: 04/20/2020
1616
ms.author: mimart
1717

1818
ms.collection: M365-identity-device-management
@@ -38,6 +38,9 @@ Using this feature, you can:
3838

3939
- Optionally automatically assign self-service assigned users to an application role directly.
4040

41+
> [!NOTE]
42+
> An Azure Active Directory Premium (P1 or P2) license is required for users to request to join a self-service app and for owners to approve or deny requests. Without an Azure Active Directory Premium license, users cannot add self-service apps.
43+
4144
## Enable self-service application access to allow users to find their own applications
4245

4346
Self-service application access is a great way to allow users to self-discover applications, and optionally allow the business group to approve access to those applications. For password single-sign on applications, you can also allow the business group to manage the credentials assigned to those users from their own My Apps access panels.

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/app-service/app-service-web-get-started-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ Once deployment has completed, browse to the deployed application using the foll
119119
> [Connect to Azure SQL database with Java](/azure/sql-database/sql-database-connect-query-java?toc=%2Fazure%2Fjava%2Ftoc.json)
120120
121121
> [!div class="nextstepaction"]
122-
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java?toc=/azure/java/toc.json)
122+
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java)
123123
124124
> [!div class="nextstepaction"]
125-
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java?toc=/azure/java/toc.json)
125+
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java)
126126
127127
> [!div class="nextstepaction"]
128128
> [Azure for Java Developers Resources](/java/azure/)

articles/app-service/configure-language-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Azure's supported Java Development Kit (JDK) is [Zulu](https://www.azul.com/down
314314

315315
Major version updates will be provided through new runtime options in Azure App Service for Windows. Customers update to these newer versions of Java by configuring their App Service deployment and are responsible for testing and ensuring the major update meets their needs.
316316

317-
Supported JDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, please see [this support document](https://docs.microsoft.com/azure/java/jdk/).
317+
Supported JDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, please see [this support document](https://docs.microsoft.com/azure/developer/java/fundamentals/java-jdk-long-term-support).
318318

319319
### Security updates
320320

articles/app-service/containers/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ This command may take a minute to run.
137137
> [Connect to Azure SQL database with Java](/azure/sql-database/sql-database-connect-query-java?toc=%2Fazure%2Fjava%2Ftoc.json)
138138
139139
> [!div class="nextstepaction"]
140-
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java?toc=/azure/java/toc.json)
140+
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java)
141141
142142
> [!div class="nextstepaction"]
143-
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java?toc=/azure/java/toc.json)
143+
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java)
144144
145145
> [!div class="nextstepaction"]
146146
> [Configure Java app](configure-custom-container.md)

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There is also a [Visual Studio Code-based version](functions-create-first-functi
1616

1717
::: zone pivot="programming-language-java"
1818
> [!NOTE]
19-
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/java/intellij/azure-toolkit-for-intellij-quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
19+
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
2020
::: zone-end
2121

2222
[!INCLUDE [functions-requirements-cli](../../includes/functions-requirements-cli.md)]

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There's also a [CLI-based version](functions-create-first-azure-function-azure-c
1717

1818
::: zone pivot="programming-language-java"
1919
> [!NOTE]
20-
> If VS Code is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/java/intellij/azure-toolkit-for-intellij-quickstart-functions).
20+
> If VS Code is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions).
2121
::: zone-end
2222

2323
## Configure your environment

0 commit comments

Comments
 (0)