Skip to content

Commit 0ff82fe

Browse files
Merge pull request #217469 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 942ba0c + bdf8196 commit 0ff82fe

File tree

10 files changed

+22
-13
lines changed

10 files changed

+22
-13
lines changed

articles/active-directory/reports-monitoring/reference-azure-ad-sla-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The SLA attainment is truncated at three places after the decimal. Numbers are n
5555
| July | 99.999% | 99.999% |
5656
| August | 99.999% | 99.999% |
5757
| September | 99.999% | 99.998% |
58-
| October | 99.999% | |
58+
| October | 99.999% | 99.999% |
5959
| November | 99.998% | |
6060
| December | 99.978% | |
6161

articles/active-directory/reports-monitoring/reports-faq.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ sections:
101101
answer: |
102102
Azure AD redacts Personally Identifiable Information (PII) generated by devices that do not belong to your tenant to ensure customer data does not spread beyond tenant boundaries without user and data owner consent.
103103
104+
- question: |
105+
I clicked the Load More button in the Azure portal Sign-in logs blade, but no more results appeared. Why is that happening?
106+
answer: |
107+
This is a known issue with a fix on the way from Azure AD engineering where if a 24h period in the results of your query has no sign-ins, no sign-ins will appear when you click Load More. If your tenant is impacted by this issue, you can load more results by clicking the Load More button multiple times. You can also work around this issue by increasing the scope of your query so that each 24h period in your response has sign-ins.
108+
104109
- question: |
105110
I see duplicate sign-in entries / multiple sign-in events per requestID. Why is that happening?
106111
answer: |

articles/api-management/api-management-howto-configure-notifications.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ To modify email settings:
9393
* **Administrator email** - the email address to receive all system notifications and other configured notifications
9494
* **Organization name** - the name of your organization for use in the developer portal and notifications
9595
* **Originating email address** - The value of the `From` header for notifications from the API Management instance. API Management sends notifications on behalf of this originating address.
96-
97-
:::image type="content" source="media/api-management-howto-configure-notifications/configure-email-settings.png" alt-text="Screenshot of API Management email settings in the portal":::
96+
> [!NOTE]
97+
> When you change the Originating email address, some recipients may not receive the auto-generated emails from API Management or emails may get sent to the Junk/Spam folder. This happens because the email no longer passes SPF Authentication after you change the Originating email address domain. To ensure successful SPF Authentication and delivery of email, create the following TXT record in the DNS database of the domain specified in the email address. For instance, if the email address is `[email protected]`, you will need to contact the administrator of contoso.com to add the following TXT record: **"v=spf1 include:spf.protection.outlook.com include:_spf-ssg-a.microsoft.com -all"**
98+
99+
:::image type="content" source="media/api-management-howto-configure-notifications/configure-email-settings.png" alt-text="Screenshot of API Management email settings in the portal":::
98100
1. Select **Save**.
99101

100102
## Next steps

articles/api-management/api-management-transformation-policies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ This article provides a reference for API Management policies used to transform
5050
consider-accept-header="true | false"
5151
parse-date="true | false"
5252
namespace-separator="separator character"
53+
namespace-prefix="namepsace prefix"
5354
attribute-block-name="name" />
5455
```
5556

@@ -64,7 +65,7 @@ Consider the following policy:
6465
</inbound>
6566
<outbound>
6667
<base />
67-
<json-to-xml apply="always" consider-accept-header="false" parse-date="false" namespace-separator=":" attribute-block-name="#attrs" />
68+
<json-to-xml apply="always" consider-accept-header="false" parse-date="false" namespace-separator=":" namespace-prefix="xmlns" attribute-block-name="#attrs" />
6869
</outbound>
6970
</policies>
7071
```
@@ -118,6 +119,7 @@ The XML response to the client will be:
118119
|consider-accept-header|The attribute must be set to one of the following values.<br /><br /> - true - apply conversion if XML is requested in request Accept header.<br />- false -always apply conversion.|No|true|
119120
|parse-date|When set to `false` date values are simply copied during transformation|No|true|
120121
|namespace-separator|The character to use as a namespace separator|No|Underscore|
122+
|namespace-prefix|The string that identifies property as namespace attribute, usually "xmlns". Properties with names beginning with specified prefix will be added to current element as namespace declarations.|No|N/A|
121123
|attribute-block-name|When set, properties inside the named object will be added to the element as attributes|No|Not set|
122124

123125
### Usage

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,10 +971,10 @@ The following table shows the recommended [aggregation types](../essentials/metr
971971
|------------------------------------------------------|------------------------------------------------------------|
972972
| Counter | Sum |
973973
| Asynchronous Counter | Sum |
974-
| Histogram | Average, Sum, Count (Max, Min for Python and Node.js only) |
974+
| Histogram | Min, Max, Average, Sum and Count |
975975
| Asynchronous Gauge | Average |
976-
| UpDownCounter (Python and Node.js only) | Sum |
977-
| Asynchronous UpDownCounter (Python and Node.js only) | Sum |
976+
| UpDownCounter | Sum |
977+
| Asynchronous UpDownCounter | Sum |
978978

979979
> [!CAUTION]
980980
> Aggregation types beyond what's shown in the table typically aren't meaningful.

articles/cognitive-services/Computer-vision/concept-face-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Try out the capabilities of face detection quickly and easily using Vision Studi
3131
3232
## Face ID
3333

34-
The face ID is a unique identifier string for each detected face in an image. You can request a face ID in your [Face - Detect](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236) API call.
34+
The face ID is a unique identifier string for each detected face in an image. Note that Face ID requires limited access approval by filling out the [intake form](https://aka.ms/facerecognition). For more information, see the Face [limited access page](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext). You can request a face ID in your [Face - Detect](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236) API call.
3535

3636
## Face landmarks
3737

articles/cognitive-services/openai/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deploymen
8787
#### Example request
8888

8989
```console
90-
curl https://YOUR_RESOURCE_NAME.openaiazure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2022-06-01-preview\
90+
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2022-06-01-preview\
9191
-H "Content-Type: application/json" \
9292
-H "api-key: YOUR_API_KEY" \
9393
-d "{
@@ -1244,4 +1244,4 @@ curl -X DELETE https://example_resource_name.openai.azure.com/openai/deployments
12441244

12451245
## Next steps
12461246

1247-
Learn more about the [underlying models that power Azure OpenAI](./concepts/models.md).
1247+
Learn more about the [underlying models that power Azure OpenAI](./concepts/models.md).

articles/cognitive-services/what-are-cognitive-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can create a Cognitive Services resource with hands-on quickstarts using any
7070

7171
* [Azure portal](cognitive-services-apis-create-account.md?tabs=multiservice%2Cwindows "Azure portal")
7272
* [Azure CLI](cognitive-services-apis-create-account-cli.md?tabs=windows "Azure CLI")
73-
* [Azure SDK client libraries](cognitive-services-apis-create-account-cli.md?tabs=windows "cognitive-services-apis-create-account-client-library?pivots=programming-language-csharp")
73+
* [Azure SDK client libraries](cognitive-services-apis-create-account-client-library.md?tabs=windows "cognitive-services-apis-create-account-client-library?pivots=programming-language-csharp")
7474
* [Azure Resource Manager (ARM template)](./create-account-resource-manager-template.md?tabs=portal "Azure Resource Manager (ARM template)")
7575

7676
## Use Cognitive Services in different development environments

articles/storage/blobs/access-tiers-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ A per-transaction charge applies to all tiers and increases as the tier gets coo
169169

170170
### Geo-replication data transfer costs
171171

172-
This charge only applies to accounts with geo-replication configured, including GRS and RA-GRS. Geo-replication data transfer incurs a per-gigabyte charge.
172+
This charge only applies to accounts with geo-replication configured, including GRS, RA-GRS and GZRS. Geo-replication data transfer incurs a per-gigabyte charge.
173173

174174
### Outbound data transfer costs
175175

articles/storage/blobs/client-side-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ After you update your code to use client-side encryption v2, make sure that you
191191

192192
### [Python v12 SDK](#tab/python)
193193

194-
To use client-side encryption from your Python code, reference the [Blob Storage client library](/python/api/overview/azure/storage-blob-readme). Make sure that you are using version 12.13.0 or later. If you need to migrate from an earlier version of the Java client library, see the [Blob Storage migration guide for Python](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/migration_guide.md).
194+
To use client-side encryption from your Python code, reference the [Blob Storage client library](/python/api/overview/azure/storage-blob-readme). Make sure that you are using version 12.13.0 or later. If you need to migrate from an earlier version of the Python client library, see the [Blob Storage migration guide for Python](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/migration_guide.md).
195195

196196
The following example shows how to use client-side migration v2 from Python:
197197

0 commit comments

Comments
 (0)