Skip to content

Commit 973a18e

Browse files
authored
Merge pull request #307818 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 8a6a272 + 8071bbc commit 973a18e

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

articles/app-service/overview-inbound-outbound-ips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Run the following command in a local terminal:
4646
nslookup <app-name>.azurewebsites.net
4747
```
4848

49-
## Get a static inbound IP
49+
## Get a dedicated inbound IP
5050

51-
Sometimes you might want a dedicated, static IP address for your app. To get a static inbound IP address, you need to [secure a custom DNS name with an IP-based certificate binding](./configure-ssl-bindings.md). If you don't actually need TLS functionality to secure your app, you can even upload a self-signed certificate for this binding. In an IP-based TLS binding, the certificate is bound to the IP address itself, so App Service creates a static IP address to make it happen.
51+
Sometimes you might want a dedicated, static IP address for your app. The default shared inbound IP address is static, but this configuration allows a dedicated inbound IP address unique to your site. To get a dedicated inbound IP address, you need to [secure a custom DNS name with an IP-based certificate binding](./configure-ssl-bindings.md). If you don't actually need TLS functionality to secure your app, you can even upload a self-signed certificate for this binding. In an IP-based TLS binding, the certificate is bound to the IP address itself, so App Service creates a static IP address to make it happen.
5252

5353
## When outbound IPs change
5454

articles/azure-resource-manager/management/tag-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4069,7 +4069,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
40694069
> [!div class="mx-tableFixed"]
40704070
> | Resource type | Supports tags | Tag in cost report |
40714071
> | ------------- | ----------- | ----------- |
4072-
> | accounts | Yes | Yes |
4072+
> | accounts | Yes | No |
40734073
> | accounts / privateEndpointConnections | No | No |
40744074
> | accounts / privateLinkResources | No | No |
40754075

articles/dev-box/includes/note-windows-365-announcement.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.service: dev-box
77
---
88

99
> [!IMPORTANT]
10-
> **Microsoft Dev Box capabilities are coming to Windows 365**
10+
> **Microsoft Dev Box is evolving into a unified offering within Windows 365**
1111
>
12-
> Starting November 1, 2025, Microsoft Dev Box no longer accepts new customers as we integrate Dev Box capabilities into Windows 365.
12+
> Starting November 1, 2025, the following changes will take place:
1313
>
14-
> - **Existing customers:** Continue using the service as normal. No action is required.
15-
> - **New customers:** If you previously evaluated or tested Dev Box and need to onboard after November 1, 2025, reach out to your Microsoft account team.
14+
> - **Existing customers:** Continue using the service as normal. No immediate action is required. If you have evaluated or tested Dev Box and need to onboard additional tenants after November 1, 2025, submit a request through Azure Support to get your new tenants allowlisted.
15+
> - **Net New customers:** Microsoft Dev Box stops accepting net new customers directly. As features are integrated into Windows 365 and become publicly available, customers interested in using them should contact their Microsoft account team.
1616
>
1717
> For more information, see [Microsoft Dev Box capabilities are coming to Windows 365](../dev-box-windows-365-announcement.md).

articles/service-bus-messaging/batch-delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ When using Azure SDKs to perform these operations, the beforeEnqueueTime paramet
5454
>[!NOTE]
5555
> The purge operation could lead to increased CPU usage as it involves multiple API calls. During purge, locked messages are not eligible for removal and will remain in the entity.
5656
57+
## Quotas
58+
59+
To ensure predictable performance across tiers, Azure Service Bus offers tier-based limits for the maximum number of messages that can be deleted in a single batch delete request:
60+
61+
| Tier | Maximum batch size per request |
62+
| --- | --- |
63+
| Standard | 500 messages |
64+
| Premium | 4,000 messages |
65+
66+
These limits apply to all batch delete operations initiated via SDKs, REST APIs, and Service Bus Explorer.
67+
5768

5869
## Next steps
5970

articles/service-bus-messaging/service-bus-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article provides troubleshooting tips and recommendations for a few issues
1414
## Resource health
1515
The unhealthy period marked on the **Resource health** page of your Service Bus namespace in the Azure portal might be longer by a few minutes than the actual period. For example, the page might indicate that the namespace is unhealthy for 5-6 minutes, while the actual unhealthy period was only 1-2 minutes.
1616

17-
This behavior is due to the alert system's evaluation mechanism, which uses a 3-minute evaluation interval combined with a 5-minute lookback window. The lookback window is used to ensure that there are no errors for atleast 5 minutes before considering the namespace healthy. In the above example, the namespace got healthy in a minute or two but the next evaluation happened was atleast 5 minutes (lookback window) after the namespace became healthy.
17+
This behavior is due to the alert system's evaluation mechanism, which uses a 3-minute evaluation interval combined with a 5-minute lookback window. The lookback window is used to ensure that there are no errors for at least 5 minutes before considering the namespace healthy. In the above example, the namespace got healthy in a minute or two but the next evaluation happened was at least 5 minutes (lookback window) after the namespace became healthy.
1818

1919

2020
## Connectivity issues

0 commit comments

Comments
 (0)