Skip to content

Commit 7f514c0

Browse files
authored
Merge pull request #298955 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 549aae8 + 4800838 commit 7f514c0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/cloud-services-extended-support/deploy-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To deploy Cloud Services (extended support) by using the SDK:
3737
var authenticationContext = new AuthenticationContext("https://login.windows.net/{tenantID}");
3838
var credential = new ClientCredential(clientId: "{clientID}", clientSecret: "{clientSecret}");
3939
var result = authenticationContext.AcquireTokenAsync(resource: "https://management.core.windows.net/", clientCredential: credential);
40-
if (result == null) throw new InvalidOperationException("Failed to obtain the JWT token");
40+
if (result == null) throw new InvalidOperationException("Failed to obtain the JWT");
4141
AuthenticationToken = result.Result.AccessToken;
4242
}
4343
public override async Task ProcessHttpRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken)

articles/event-hubs/includes/event-hubs-common-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following limits are common across all tiers.
1818
| Size of a consumer group name | Kafka protocol doesn't require the creation of a consumer group. | <p>Kafka: 256 characters</p><p>AMQP: 50 characters |
1919
| Number of non-epoch receivers per consumer group |- |5 |
2020
| Number of authorization rules per namespace | Subsequent requests for authorization rule creation are rejected.|12 |
21-
| Number of calls to the GetRuntimeInformation method | - | 50 per second |
21+
| Number of calls to the GetRuntimeInformation method | - | 50 per second per consumer group |
2222
| Number of virtual networks (VNet) | - | 128 |
2323
| Number of IP Config rules | - | 128 |
2424
| Maximum length of a schema group name | | 50 |

articles/static-web-apps/plans.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Static Web Apps is available through two different plans, Free and Standar
1515

1616
## Features
1717

18-
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) | Dedicated plan (Deprecated effective October 31st, 2025) |
18+
| Feature | Free plan <br> (For personal projects) | Standard plan <br> (For production apps) | Dedicated plan (Retired effective October 31st, 2025) |
1919
| --- | --- | --- |---|
2020
| Web hosting ||||
2121
| GitHub integration ||||
@@ -57,3 +57,5 @@ You can move between Free or Standard plans via the Azure portal.
5757
1. Select the hosting plan you want for your static web app.
5858

5959
1. Select **Save**.
60+
61+
**For Dedicated Plan deployments, follow the [Deploy your web app to Azure Static Web Apps](deploy-web-framework.md) guide to redeploy to a new Static Web App.**

0 commit comments

Comments
 (0)