Skip to content

Commit c245a3d

Browse files
authored
Merge pull request #308704 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 ee6d695 + aafc23f commit c245a3d

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

articles/api-management/api-management-policy-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following table lists the .NET Framework types and members allowed in policy
142142
|`System.Security.Cryptography.SHA384Managed`|All|
143143
|`System.Security.Cryptography.SHA512`|All|
144144
|`System.Security.Cryptography.SHA512Managed`|All|
145-
|`System.Security.Cryptography.SymmetricAlgorithm`|All|
145+
|`System.Security.Cryptography.SymmetricAlgorithm`|All except parameterless `Create()`|
146146
|`System.Security.Cryptography.X509Certificates.PublicKey`|All|
147147
|`System.Security.Cryptography.X509Certificates.RSACertificateExtensions`|All|
148148
|`System.Security.Cryptography.X509Certificates.X500DistinguishedName`|`Name`|

articles/azure-functions/functions-bindings-web-pubsub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ By default, an application setting named `WebPubSubConnectionString` is used to
7575
For details on how to configure and use Web PubSub and Azure Functions together, refer to [Tutorial: Create a serverless notification app with Azure Functions and Azure Web PubSub service](../azure-web-pubsub/tutorial-serverless-notification.md).
7676
::: zone pivot="programming-language-csharp"
7777
> [!NOTE]
78-
> When running in the isolated worker model, the Azure Web PubSub binding doesn't currently support Microsoft Entra ID authetication using managed identities. In the isolated model, you must continue to use a connection string, which includes a shared secret key.
78+
> When running in the isolated worker model, the Azure Web PubSub binding doesn't currently support Microsoft Entra ID authentication using managed identities. In the isolated model, you must continue to use a connection string, which includes a shared secret key.
7979
::: zone-end
8080
## Next steps
8181

articles/azure-functions/opentelemetry-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Examples in this article assume your app uses `IHostApplicationBuilder`, which i
103103
### [Application Insights](#tab/app-insights)
104104

105105
```cmd
106-
dotnet add package Microsoft.Azure.Functions.Worker.OpenTelemetry --version 1.1.0-preview6
106+
dotnet add package Microsoft.Azure.Functions.Worker.OpenTelemetry
107107
dotnet add package OpenTelemetry.Extensions.Hosting
108108
dotnet add package Azure.Monitor.OpenTelemetry.Exporter
109109
```
110110
111111
### [OTLP Exporter](#tab/otlp-export)
112112
113113
```cmd
114-
dotnet add package Microsoft.Azure.Functions.Worker.OpenTelemetry --version 1.1.0-preview6
114+
dotnet add package Microsoft.Azure.Functions.Worker.OpenTelemetry
115115
dotnet add package OpenTelemetry.Extensions.Hosting
116116
dotnet add package OpenTelemetry.Exporter.OpenTelemetryProtocol
117117
```

articles/backup/troubleshoot-azure-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Recommended Actions: Ensure that the following configurations in the storage acc
315315

316316
**Error message**: Storage account does not support key based authentication required for Azure Backup integration.
317317

318-
**Recommended action**: Enable storage key based authentication on storage account and the retry opertaion.
318+
**Recommended action**: Enable storage key based authentication on storage account and the retry operation.
319319

320320
## Common policy modification errors
321321

articles/container-apps/sessions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ Dynamic sessions are available in the following regions:
7878
| Region | Code interpreter | Custom container |
7979
|--------|------------------|------------------|
8080
| Australia East |||
81-
| Brazil South | - ||
82-
| Canada Central || - |
83-
| Canada East | - ||
81+
| Brazil South |||
82+
| Canada Central |||
83+
| Canada East |||
84+
| Central US |||
8485
| East Asia |||
8586
| East US |||
8687
| East US 2 |||

0 commit comments

Comments
 (0)