Skip to content

Commit faad408

Browse files
author
RoseHJM
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ade-azd-cli-steps
2 parents 44e76ec + ebd506e commit faad408

File tree

469 files changed

+7856
-5162
lines changed

Some content is hidden

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

469 files changed

+7856
-5162
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md))" "includes/"]}
2+
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/))"]}

.openpublishing.redirection.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,12 @@
45704570
},
45714571
{
45724572
"source_path_from_root": "/articles/app-service/containers/configure-language-ruby.md",
4573-
"redirect_url": "/azure/app-service/configure-language-ruby",
4573+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
4574+
"redirect_document_id": false
4575+
},
4576+
{
4577+
"source_path_from_root": "/articles/app-service/configure-language-ruby.md",
4578+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
45744579
"redirect_document_id": false
45754580
},
45764581
{
@@ -5360,17 +5365,22 @@
53605365
},
53615366
{
53625367
"source_path_from_root": "/articles/app-service/containers/quickstart-ruby.md",
5363-
"redirect_url": "/azure/app-service/quickstart-ruby",
5368+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
5369+
"redirect_document_id": false
5370+
},
5371+
{
5372+
"source_path_from_root": "/articles/app-service/quickstart-ruby.md",
5373+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
53645374
"redirect_document_id": false
53655375
},
53665376
{
53675377
"source_path_from_root": "/articles/app-service-web/app-service-linux-ruby-get-started.md",
5368-
"redirect_url": "/azure/app-service/quickstart-ruby",
5378+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
53695379
"redirect_document_id": false
53705380
},
53715381
{
53725382
"source_path_from_root": "/articles/app-service-web/app-service-linux-using-ruby.md",
5373-
"redirect_url": "/azure/app-service/quickstart-ruby",
5383+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
53745384
"redirect_document_id": false
53755385
},
53765386
{
@@ -5995,12 +6005,17 @@
59956005
},
59966006
{
59976007
"source_path_from_root": "/articles/app-service/containers/tutorial-ruby-mysql-app.md",
5998-
"redirect_url": "/azure/app-service/tutorial-ruby-postgres-app",
6008+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
59996009
"redirect_document_id": false
60006010
},
60016011
{
60026012
"source_path_from_root": "/articles/app-service/containers/tutorial-ruby-postgres-app.md",
6003-
"redirect_url": "/azure/app-service/tutorial-ruby-postgres-app",
6013+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
6014+
"redirect_document_id": false
6015+
},
6016+
{
6017+
"source_path_from_root": "/articles/app-service/tutorial-ruby-postgres-app.md",
6018+
"redirect_url": "https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/use_ruby_with_container.md",
60046019
"redirect_document_id": false
60056020
},
60066021
{

articles/active-directory-b2c/technicalprofiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The **InputClaim** element contains the following attributes:
249249
| --------- | -------- | ----------- |
250250
| ClaimTypeReferenceId | Yes | The identifier of a claim type. The claim is already defined in the claims schema section in the policy file or parent policy file. |
251251
| DefaultValue | No | A default value to use to create a claim if the claim indicated by ClaimTypeReferenceId doesn't exist so that the resulting claim can be used as an InputClaim element by the technical profile. |
252-
|AlwaysUseDefaultValue |No |Forces the use of the default value. |
252+
|AlwaysUseDefaultValue |Yes |Forces the use of the default value. |
253253
| PartnerClaimType | No | The identifier of the claim type of the external partner that the specified policy claim type maps to. If the PartnerClaimType attribute isn't specified, the specified policy claim type is mapped to the partner claim type of the same name. Use this property when your claim type name is different from the other party. An example is if the first claim name is *givenName*, while the partner uses a claim named *first_name*. |
254254

255255
## Display claims
32.1 KB
Loading
71.4 KB
Loading
69.6 KB
Loading
69.5 KB
Loading
51.9 KB
Loading
55.4 KB
Loading

articles/ai-services/computer-vision/Tutorials/liveness.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The liveness solution integration involves two different components: a mobile ap
3737
### Integrate liveness into mobile application
3838

3939
Once you have access to the SDK, follow instruction in the [azure-ai-vision-sdk](https://github.com/Azure-Samples/azure-ai-vision-sdk) GitHub repository to integrate the UI and the code into your native mobile application. The liveness SDK supports both Java/Kotlin for Android and Swift for iOS mobile applications:
40-
- For Swift iOS, follow the instructions in the [iOS sample](https://aka.ms/liveness-sample-ios)
40+
- For Swift iOS, follow the instructions in the [iOS sample](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-readme)
4141
- For Kotlin/Java Android, follow the instructions in the [Android sample](https://aka.ms/liveness-sample-java)
4242

4343
Once you've added the code into your application, the SDK will handle starting the camera, guiding the end-user to adjust their position, composing the liveness payload, and calling the Azure AI Face cloud service to process the liveness payload.
@@ -54,7 +54,7 @@ The high-level steps involved in liveness orchestration are illustrated below:
5454

5555
```json
5656
Request:
57-
curl --location 'https://face-gating-livenessdetection.ppe.cognitiveservices.azure.com/face/v1.1-preview.1/detectliveness/singlemodal/sessions' \
57+
curl --location '<insert-api-endpoint>/face/v1.1-preview.1/detectliveness/singlemodal/sessions' \
5858
--header 'Ocp-Apim-Subscription-Key:<insert-api-key>
5959
--header 'Content-Type: application/json' \
6060
--data '{
@@ -93,7 +93,7 @@ The high-level steps involved in liveness orchestration are illustrated below:
9393

9494
```json
9595
Request:
96-
curl --location 'https://face-gating-livenessdetection.ppe.cognitiveservices.azure.com/face/v1.1-preview.1/detectliveness/singlemodal/sessions/a3dc62a3-49d5-45a1-886c-36e7df97499a' \
96+
curl --location '<insert-api-endpoint>/face/v1.1-preview.1/detectliveness/singlemodal/sessions/a3dc62a3-49d5-45a1-886c-36e7df97499a' \
9797
--header 'Ocp-Apim-Subscription-Key: <insert-api-key>
9898

9999
Response:
@@ -178,13 +178,13 @@ The high-level steps involved in liveness with verification orchestration are il
178178

179179
```json
180180
Request:
181-
curl --location 'https://face-gating-livenessdetection.ppe.cognitiveservices.azure.com/face/v1.1-preview.1/detectlivenesswithverify/singlemodal/sessions' \
181+
curl --location '<insert-api-endpoint>/face/v1.1-preview.1/detectlivenesswithverify/singlemodal/sessions' \
182182
--header 'Ocp-Apim-Subscription-Key: <api_key>' \
183183
--form 'Parameters="{
184184
\"livenessOperationMode\": \"passive\",
185185
\"deviceCorrelationId\": \"723d6d03-ef33-40a8-9682-23a1feb7bccd\"
186186
}"' \
187-
--form 'VerifyImage=@"/C:/Users/nabilat/Pictures/test.png"'
187+
--form 'VerifyImage=@"test.png"'
188188

189189
Response:
190190
{
@@ -222,11 +222,11 @@ The high-level steps involved in liveness with verification orchestration are il
222222

223223
```json
224224
Request:
225-
curl --location 'https://face-gating-livenessdetection.ppe.cognitiveservices.azure.com/face/v1.1-preview.1/detectlivenesswithverify/singlemodal' \
225+
curl --location '<insert-api-endpoint>/face/v1.1-preview.1/detectlivenesswithverify/singlemodal' \
226226
--header 'Content-Type: multipart/form-data' \
227227
--header 'apim-recognition-model-preview-1904: true' \
228228
--header 'Authorization: Bearer.<session-authorization-token> \
229-
--form 'Content=@"/D:/work/scratch/data/clips/webpapp6/video.webp"' \
229+
--form 'Content=@"video.webp"' \
230230
--form 'Metadata="<insert-metadata>"
231231

232232
Response:
@@ -286,7 +286,7 @@ If you want to clean up and remove an Azure AI services subscription, you can de
286286

287287
## Next steps
288288

289-
See the liveness SDK reference to learn about other options in the liveness APIs.
289+
See the Azure AI Vision SDK reference to learn about other options in the liveness APIs.
290290

291-
- [Java (Android)](https://aka.ms/liveness-sdk-java)
292-
- [Swift (iOS)](https://aka.ms/liveness-sdk-ios)
291+
- [Kotlin (Android)](https://aka.ms/liveness-sample-java)
292+
- [Swift (iOS)](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-readme)

0 commit comments

Comments
 (0)