Skip to content

Commit b4d1f09

Browse files
committed
2 parents 06c922e + bcccdbe commit b4d1f09

File tree

85 files changed

+1468
-320
lines changed

Some content is hidden

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

85 files changed

+1468
-320
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,12 @@
986986
"branch": "main",
987987
"branch_mapping": {}
988988
},
989+
{
990+
"path_to_root": "msdocs-app-service-sqldb-dotnetcore",
991+
"url": "https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore",
992+
"branch": "main",
993+
"branch_mapping": {}
994+
},
989995
{
990996
"path_to_root": "azuresignalr-samples",
991997
"url": "https://github.com/aspnet/AzureSignalR-samples",

.openpublishing.redirection.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4193,11 +4193,17 @@
41934193
"redirect_url": "/azure",
41944194
"redirect_document_id": false
41954195
},
4196+
{
4197+
4198+
"source_path_from_root": "/articles/site-recovery/move-vaults-across-regions.md",
4199+
"redirect_url": "/azure/operational-excellence/relocation-site-recovery",
4200+
"redirect_document_id": false
4201+
},
41964202
{
41974203
"source_path_from_root": "/articles/defender-for-iot/organizations/tutorial-clearpass.md",
41984204
"redirect_url": "/azure/defender-for-iot/organizations/integrate-overview",
41994205
"redirect_document_id": false
42004206
}
4201-
4207+
42024208
]
42034209
}

articles/active-directory-b2c/whats-new-docs.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 06/05/2024
4+
ms.date: 07/01/2024
55
ms.service: active-directory
66
ms.subservice: B2C
77
ms.topic: whats-new
@@ -19,6 +19,14 @@ manager: CelesteDG
1919

2020
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the B2C service, see [What's new in Microsoft Entra ID](../active-directory/fundamentals/whats-new.md), [Azure AD B2C developer release notes](custom-policy-developer-notes.md) and [What's new in Microsoft Entra External ID](/entra/external-id/whats-new-docs).
2121

22+
## June 2024
23+
24+
### Updated articles
25+
26+
- [Define an OAuth2 custom error technical profile in an Azure Active Directory B2C custom policy](oauth2-error-technical-profile.md) - Error code updates
27+
- [Configure authentication in a sample Python web app by using Azure AD B2C](configure-authentication-sample-python-web-app.md) - Python version update
28+
29+
2230
## May 2024
2331

2432
### New articles
@@ -45,10 +53,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
4553
- [Localization string IDs](localization-string-ids.md) - CAPTCHA updates
4654
- [Page layout versions](page-layout.md) - CAPTCHA updates
4755

48-
## January 2024
49-
50-
### Updated articles
51-
52-
- [Tutorial: Configure Nok Nok Passport with Azure Active Directory B2C for passwordless FIDO2 authentication](partner-nok-nok.md) - Updated Nok Nok instructions
53-
- [Configure Transmit Security with Azure Active Directory B2C for passwordless authentication](partner-bindid.md) - Updated Transmit Security instructions
54-
- [About claim resolvers in Azure Active Directory B2C custom policies](claim-resolver-overview.md) - Updated claim resolvers and user journey

articles/ai-services/language-service/question-answering/tutorials/active-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial shows you how to enhance your custom question answering project wi
2424

2525
These variations when added as alternate questions to the relevant question answer pair, help to optimize the project to answer real world user queries. You can manually add alternate questions to question answer pairs through the editor. At the same time, you can also use the active learning feature to generate active learning suggestions based on user queries. The active learning feature, however, requires that the project receives regular user traffic to generate suggestions.
2626

27-
## Enable active learning
27+
## Use active learning
2828

2929
Active learning is turned on by default for custom question answering enabled resources.
3030

articles/ai-services/language-service/summarization/language-support.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,24 @@ Use this article to learn which natural languages are supported by document and
1818

1919
## Text and document summarization
2020

21-
Extractive and abstractive text summarization as well as document summarization support the following languages:
21+
Extractive text and document summarization support the following languages:
22+
23+
| Language | Language code | Notes |
24+
|-----------------------|---------------|---------------------|
25+
| Chinese-Simplified | `zh-hans` | `zh` also accepted |
26+
| English | `en` | |
27+
| French | `fr` | |
28+
| German | `de` | |
29+
| Hebrew | `he` | |
30+
| Italian | `it` | |
31+
| Japanese | `ja` | |
32+
| Korean | `ko` | |
33+
| Polish | `pl` | |
34+
| Portuguese (Portugal) | `pt` | |
35+
| Portuguese (Brazil) | `pt-br` | |
36+
| Spanish | `es` | |
37+
38+
Abstractive text and document summarization support the following languages:
2239

2340
| Language | Language code | Notes |
2441
|-----------------------|---------------|---------------------|
@@ -32,7 +49,8 @@ Extractive and abstractive text summarization as well as document summarization
3249
| Japanese | `ja` | |
3350
| Korean | `ko` | |
3451
| Polish | `pl` | |
35-
| Portuguese | `pt` | |
52+
| Portuguese (Portugal) | `pt` | |
53+
| Portuguese (Brazil) | `pt-br` | |
3654
| Spanish | `es` | |
3755

3856
## Conversation summarization
@@ -42,6 +60,7 @@ Conversation summarization supports the following languages:
4260
| Language | Language code | Notes |
4361
|-----------------------|---------------|---------------------|
4462
| Chinese-Simplified | `zh-hans` | `zh` also accepted |
63+
| Chinese-Traditional | `zh-hant` | |
4564
| English | `en` | |
4665
| French | `fr` | |
4766
| German | `de` | |
@@ -50,7 +69,19 @@ Conversation summarization supports the following languages:
5069
| Japanese | `ja` | |
5170
| Korean | `ko` | |
5271
| Polish | `pl` | |
53-
| Portuguese | `pt` | |
72+
| Portuguese (Portugal) | `pt` | |
73+
| Portuguese (Brazil) | `pt-br` | |
74+
| Dutch, Flemish | `nl` | |
75+
| Swedish | `sv` | |
76+
| Danish | `da` | |
77+
| Finnish | `fi` | |
78+
| Russian | `ru` | |
79+
| Norwegian | `no` | |
80+
| Turkish | `tr` | |
81+
| Arabic | `ar` | |
82+
| Czech | `cs` | |
83+
| Hungarian | `hu` | |
84+
| Thai | `th` | |
5485
| Spanish | `es` | |
5586

5687
## Custom summarization

articles/app-service/app-service-web-configure-tls-mutual-auth.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To set up your app to require client certificates:
2626

2727
1. From the left navigation of your app's management page, select **Configuration** > **General Settings**.
2828

29-
1. Set **Client certificate mode** to **Require**. Click **Save** at the top of the page.
29+
1. Set **Client certificate mode** to **Require**. Select **Save** at the top of the page.
3030

3131
### [Azure CLI](#tab/azurecli)
3232
To do the same with Azure CLI, run the following command in the [Cloud Shell](https://shell.azure.com):
@@ -55,7 +55,7 @@ resource appService 'Microsoft.Web/sites@2020-06-01' = {
5555
}
5656
```
5757

58-
### [ARM](#tab/arm)
58+
### [ARM template](#tab/arm)
5959

6060
For ARM templates, modify the properties `clientCertEnabled`, `clientCertMode`, and `clientCertExclusionPaths`. A sample ARM template snippet is provided for you:
6161

@@ -88,25 +88,25 @@ When you enable mutual auth for your application, all paths under the root of yo
8888

8989
1. From the left navigation of your app's management page, select **Configuration** > **General Settings**.
9090

91-
1. Next to **Certificate exclusion paths**, click the edit icon.
91+
1. Next to **Certificate exclusion paths**, select the edit icon.
9292

93-
1. Click **New path**, specify a path, or a list of paths separated by `,` or `;`, and click **OK**.
93+
1. Select **New path**, specify a path, or a list of paths separated by `,` or `;`, and select **OK**.
9494

95-
1. Click **Save** at the top of the page.
95+
1. Select **Save** at the top of the page.
9696

97-
In the following screenshot, any path for your app that starts with `/public` does not request a client certificate. Path matching is case-insensitive.
97+
In the following screenshot, any path for your app that starts with `/public` doesn't request a client certificate. Path matching is case-insensitive.
9898

9999
![Certificate Exclusion Paths][exclusion-paths]
100100

101101
## Access client certificate
102102

103-
In App Service, TLS termination of the request happens at the frontend load balancer. When forwarding the request to your app code with [client certificates enabled](#enable-client-certificates), App Service injects an `X-ARR-ClientCert` request header with the client certificate. App Service does not do anything with this client certificate other than forwarding it to your app. Your app code is responsible for validating the client certificate.
103+
In App Service, TLS termination of the request happens at the frontend load balancer. When App Service forwards the request to your app code with [client certificates enabled](#enable-client-certificates), it injects an `X-ARR-ClientCert` request header with the client certificate. App Service doesn't do anything with this client certificate other than forwarding it to your app. Your app code is responsible for validating the client certificate.
104104

105105
For ASP.NET, the client certificate is available through the **HttpRequest.ClientCertificate** property.
106106

107107
For other application stacks (Node.js, PHP, etc.), the client cert is available in your app through a base64 encoded value in the `X-ARR-ClientCert` request header.
108108

109-
## ASP.NET 5+, ASP.NET Core 3.1 sample
109+
## ASP.NET Core sample
110110

111111
For ASP.NET Core, middleware is provided to parse forwarded certificates. Separate middleware is provided to use the forwarded protocol headers. Both must be present for forwarded certificates to be accepted. You can place custom certificate validation logic in the [CertificateAuthentication options](/aspnet/core/security/authentication/certauth).
112112

@@ -241,12 +241,12 @@ public class Startup
241241
private bool IsValidClientCertificate()
242242
{
243243
// In this example we will only accept the certificate as a valid certificate if all the conditions below are met:
244-
// 1. The certificate is not expired and is active for the current time on server.
244+
// 1. The certificate isn't expired and is active for the current time on server.
245245
// 2. The subject name of the certificate has the common name nildevecc
246246
// 3. The issuer name of the certificate has the common name nildevecc and organization name Microsoft Corp
247247
// 4. The thumbprint of the certificate is 30757A2E831977D8BD9C8496E4C99AB26CB9622B
248248
//
249-
// This example does NOT test that this certificate is chained to a Trusted Root Authority (or revoked) on the server
249+
// This example doesn't test that this certificate is chained to a Trusted Root Authority (or revoked) on the server
250250
// and it allows for self signed certificates
251251
//
252252
@@ -344,7 +344,7 @@ export class AuthorizationHandler {
344344

345345
## Java sample
346346

347-
The following Java class encodes the certificate from `X-ARR-ClientCert` to an `X509Certificate` instance. `certificateIsValid()` validates that the certificate's thumbprint matches the one given in the constructor and that certificate has not expired.
347+
The following Java class encodes the certificate from `X-ARR-ClientCert` to an `X509Certificate` instance. `certificateIsValid()` validates that the certificate's thumbprint matches the one given in the constructor and that certificate hasn't expired.
348348

349349

350350
```java
@@ -384,16 +384,16 @@ public class ClientCertValidator {
384384

385385
/**
386386
* Check that the certificate's thumbprint matches the one given in the constructor, and that the
387-
* certificate has not expired.
388-
* @return True if the certificate's thumbprint matches and has not expired. False otherwise.
387+
* certificate hasn't expired.
388+
* @return True if the certificate's thumbprint matches and hasn't expired. False otherwise.
389389
*/
390390
public boolean certificateIsValid() throws NoSuchAlgorithmException, CertificateEncodingException {
391391
return certificateHasNotExpired() && thumbprintIsValid();
392392
}
393393

394394
/**
395395
* Check certificate's timestamp.
396-
* @return Returns true if the certificate has not expired. Returns false if it has expired.
396+
* @return Returns true if the certificate hasn't expired. Returns false if it has expired.
397397
*/
398398
private boolean certificateHasNotExpired() {
399399
Date currentTime = new java.util.Date();

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Set the target framework in the project file for your ASP.NET Core project. For
6060

6161
::: zone pivot="platform-linux"
6262

63-
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the .NET Core version to 3.1:
63+
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the .NET Core version to 8.0:
6464

6565
```azurecli-interactive
66-
az webapp config set --name <app-name> --resource-group <resource-group-name> --linux-fx-version "DOTNETCORE|3.1"
66+
az webapp config set --name <app-name> --resource-group <resource-group-name> --linux-fx-version "DOTNETCORE|8.0"
6767
```
6868

6969
::: zone-end
@@ -79,7 +79,7 @@ If you deploy your app using Git, or zip packages [with build automation enabled
7979
1. Run `dotnet publish` to build a binary for production.
8080
1. Run custom script if specified by `POST_BUILD_SCRIPT_PATH`.
8181

82-
`PRE_BUILD_COMMAND` and `POST_BUILD_COMMAND` are environment variables that are empty by default. To run pre-build commands, define `PRE_BUILD_COMMAND`. To run post-build commands, define `POST_BUILD_COMMAND`.
82+
`PRE_BUILD_COMMAND` and `POST_BUILD_COMMAND` are environment variables that are empty by default. To run prebuild commands, define `PRE_BUILD_COMMAND`. To run post-build commands, define `POST_BUILD_COMMAND`.
8383

8484
The following example specifies the two variables to a series of commands, separated by commas.
8585

@@ -176,7 +176,7 @@ For more information on troubleshooting ASP.NET Core apps in App Service, see [T
176176

177177
## Get detailed exceptions page
178178

179-
When your ASP.NET Core app generates an exception in the Visual Studio debugger, the browser displays a detailed exception page, but in App Service that page is replaced by a generic **HTTP 500** error or **An error occurred while processing your request.** message. To display the detailed exception page in App Service, Add the `ASPNETCORE_ENVIRONMENT` app setting to your app by running the following command in the <a target="_blank" href="https://shell.azure.com" >Cloud Shell</a>.
179+
When your ASP.NET Core app generates an exception in the Visual Studio debugger, the browser displays a detailed exception page, but in App Service that page is replaced by a generic **HTTP 500** or **An error occurred while processing your request.** To display the detailed exception page in App Service, Add the `ASPNETCORE_ENVIRONMENT` app setting to your app by running the following command in the <a target="_blank" href="https://shell.azure.com" >Cloud Shell</a>.
180180

181181
```azurecli-interactive
182182
az webapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings ASPNETCORE_ENVIRONMENT="Development"
-17.8 KB
Loading
57.5 KB
Loading
11 KB
Loading

0 commit comments

Comments
 (0)