Skip to content

Commit 3523e20

Browse files
authored
Merge pull request #303903 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 3373206 + e11bb3f commit 3523e20

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

articles/app-service/app-service-ip-restrictions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ You can add HTTP header filters to any rule. The following HTTP header names are
157157
- `X-Azure-FDID`
158158
- `X-FD-HealthProbe`
159159

160+
++ For more information about the X-FD-HealthProbe, see [HTTP header filtering for site access restriction rules](/overview-access-restrictions#http-header-filtering-for-site-access-restriction-rules).
161+
160162
For each header name, you can add up to eight values separated by commas. The HTTP header filters are evaluated after the rule itself and both conditions must be true for the rule to apply.
161163

162164
### Multi-source rules

articles/communication-services/concepts/service-limits.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ For more information, see:
186186
- [Introduction to Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction)
187187
- [Grant limited access to Azure Storage resources by using shared access signatures](/azure/storage/common/storage-sas-overview)
188188

189+
### Send email to more than 50 recipients
190+
191+
If you want to send emails to more than 50 recipients, make a [support request](../support.md).
192+
However, sending emails via SMTP to more than 50 recipients is not supported.
193+
189194
### Action to take
190195

191196
To increase your email quota, follow the instructions in [Quota increase for email domains](./email/email-quota-increase.md).

articles/event-grid/sdk-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The management SDKs enable you to create, update, and delete Event Grid topics a
2020
| SDK | Package | Reference documentation | Samples |
2121
| -------- | ------- | ----------------------- | ---- |
2222
| REST API | | [REST reference](/rest/api/eventgrid/controlplane-preview/ca-certificates) | |
23-
| .NET | [`Azure.ResourceManager.EventGrid`](https://www.nuget.org/packages/Azure.ResourceManager.EventGrid/). The package has the latest `Namespaces` API. | .NET reference: [Preview](/dotnet/api/overview/azure/resourcemanager.eventgrid-readme?view=azure-dotnet-preview&preserve-view=true), [GA](/dotnet/api/overview/azure/event-grid) | [.NET samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/eventgrid/Azure.ResourceManager.EventGrid) |
23+
| .NET | [`Azure.ResourceManager.EventGrid`](https://www.nuget.org/packages/Azure.ResourceManager.EventGrid/). The package has the latest `Namespaces` API. | .NET reference: [Preview](/dotnet/api/overview/azure/resourcemanager.eventgrid-readme?view=azure-dotnet-preview&preserve-view=true), [GA](/dotnet/api/overview/azure/event-grid) | [.NET samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/eventgrid/Azure.ResourceManager.EventGrid/tests/Generated/Samples) |
2424
| Java | [`azure-resourcemanager-eventgrid`](https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-eventgrid/). The package has the latest `Namespaces` API. | Java reference: [Preview](/java/api/overview/azure/resourcemanager-eventgrid-readme?view=azure-java-preview&preserve-view=true), [GA](/java/api/overview/azure/event-grid) | [Java samples](https://github.com/azure/azure-sdk-for-java/tree/main/sdk/eventgrid/azure-resourcemanager-eventgrid/src/samples) |
2525
| JavaScript | [`@azure/arm-eventgrid`](https://www.npmjs.com/package/@azure/arm-eventgrid). The package has the latest `Namespaces` API. | JavaScript reference: [Preview](/javascript/api/overview/azure/arm-eventgrid-readme?view=azure-node-preview&preserve-view=true), [GA](/javascript/api/overview/azure/event-grid) | [JavaScript and TypeScript samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/arm-eventgrid) |
2626
| Python | [`azure-mgmt-eventgrid`](https://pypi.org/project/azure-mgmt-eventgrid/). The package has the latest `Namespaces` API. | Python reference: [Preview](/python/api/azure-mgmt-eventgrid/?view=azure-python-preview&preserve-view=true), [GA](/python/api/overview/azure/event-grid) | [Python samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-mgmt-eventgrid/generated_samples)

articles/storage-actions/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ See these articles to learn how to assign a storage task:
6262
- [Azure roles for storage task assignments](storage-tasks/storage-task-authorization-roles.md)
6363

6464
> [!NOTE]
65-
> Storage task assignment can't target general-purpose v1 accounts because those accounts don't support the latest features. If you have a general-purpose v1 account, we recommend you to upgrade to [general-purpose v2 accounts](/azure/well-architected/service-guides/storage-accounts/operational-excellence#design-considerations) to use all the latest features.
65+
> Storage task assignment can't target general-purpose v1 and legacy Blob Storage accounts because those accounts don't support the latest features. If you have a general-purpose v1 or legacy Blob Storage account, we recommend you to upgrade to [general-purpose v2 accounts](/azure/well-architected/service-guides/storage-accounts/operational-excellence#design-considerations) to use all the latest features.
6666
6767
## Events
6868

@@ -167,4 +167,4 @@ Azure Storage Actions is generally available in the following public cloud regio
167167
## Next steps
168168

169169
- [Quickstart: Create, assign, and run a storage task by using the Azure portal](storage-tasks/storage-task-quickstart-portal.md)
170-
- [Known issues with storage tasks](storage-tasks/storage-task-known-issues.md)
170+
- [Known issues with storage tasks](storage-tasks/storage-task-known-issues.md)

0 commit comments

Comments
 (0)