Skip to content

Commit b182714

Browse files
authored
Merge pull request #248529 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 6d4416f + 6ba3385 commit b182714

File tree

9 files changed

+12
-8
lines changed

9 files changed

+12
-8
lines changed

articles/active-directory/develop/howto-create-self-signed-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To customize the start and expiry date and other properties of the certificate,
4646

4747
Use the certificate you create using this method to authenticate from an application running from your machine. For example, authenticate from Windows PowerShell.
4848

49-
In an elevated PowerShell prompt, run the following command and leave the PowerShell console session open. Replace `{certificateName}` with the name that you wish to give to your certificate.
49+
In a PowerShell prompt, run the following command and leave the PowerShell console session open. Replace `{certificateName}` with the name that you wish to give to your certificate.
5050

5151
```powershell
5252
$certname = "{certificateName}" ## Replace {certificateName}

articles/ai-services/speech-service/rest-speech-to-text-short.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Audio is sent in the body of the HTTP `POST` request. It must be in one of the f
4747
| Format | Codec | Bit rate | Sample rate |
4848
|--------|-------|----------|--------------|
4949
| WAV | PCM | 256 kbps | 16 kHz, mono |
50-
| OGG | OPUS | 256 kpbs | 16 kHz, mono |
50+
| OGG | OPUS | 256 kbps | 16 kHz, mono |
5151

5252
> [!NOTE]
5353
> The preceding formats are supported through the REST API for short audio and WebSocket in the Speech service. The [Speech SDK](speech-sdk.md) supports the WAV format with PCM codec as well as [other formats](how-to-use-codec-compressed-audio-input-streams.md).

articles/azure-functions/functions-bindings-cosmosdb-v2-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,15 +449,15 @@ This section contains examples that require version 3.x of Azure Cosmos DB exten
449449

450450
The examples refer to a simple `ToDoItem` type:
451451

452-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosDbInputBindingFunction.cs" id="docsnippet_qtrigger_with_cosmosdb_inputbinding_todo_model" :::
452+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosInputBindingFunctions.cs" range="244-264":::
453453

454454
<a id="queue-trigger-look-up-id-from-json-isolated"></a>
455455

456456
### Queue trigger, look up ID from JSON
457457

458458
The following example shows a function that retrieves a single document. The function is triggered by a JSON message in the storage queue. The queue trigger parses the JSON into an object of type `ToDoItemLookup`, which contains the ID and partition key value to retrieve. That ID and partition key value are used to return a `ToDoItem` document from the specified database and collection.
459459

460-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosDbInputBindingFunction.cs" id="docsnippet_qtrigger_with_cosmosdb_inputbinding" :::
460+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosInputBindingFunctions.cs" range="244-264":::
461461

462462
---
463463

articles/azure-functions/functions-bindings-service-bus-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static string ServiceBusOutput([HttpTrigger] dynamic input, ILogger log)
5555

5656
The following example shows a [C# function](dotnet-isolated-process-guide.md) that receives a Service Bus queue message, logs the message, and sends a message to different Service Bus queue:
5757

58-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/ServiceBus/ServiceBusFunction.cs" range="10-25":::
58+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/ServiceBus/ServiceBusReceivedMessageFunctions.cs" range="10-25":::
5959

6060
---
6161

articles/azure-functions/functions-bindings-service-bus-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static void Run(
6666

6767
The following example shows a [C# function](dotnet-isolated-process-guide.md) that receives a Service Bus queue message, logs the message, and sends a message to different Service Bus queue:
6868

69-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/ServiceBus/ServiceBusFunction.cs" range="10-25":::
69+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/ServiceBus/ServiceBusReceivedMessageFunctions.cs" range="10-25":::
7070

7171
---
7272

articles/baremetal-infrastructure/workloads/nc2-on-azure/solution-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table describes the network topologies supported by each network f
3030
|Connectivity over Active/Passive VPN gateways| Yes |
3131
|Connectivity over Active/Active VPN gateways| No |
3232
|Connectivity over Active/Active Zone Redundant gateways| No |
33-
|Transit connectivity via vWAN for Spoke Delegated VNETS| No |
33+
|Transit connectivity via vWAN for Spoke Delegated VNETS| Yes |
3434
|On-premises connectivity to Delegated subnet via vWAN attached SD-WAN| No|
3535
|On-premises connectivity via Secured HUB(Az Firewall NVA) | No|
3636
|Connectivity from UVMs on NC2 nodes to Azure resources|Yes|

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,7 @@ Otherwise create an x509 self-signed certificate storing it in AKV for remote si
246246
notation verify $IMAGE
247247
```
248248
Upon successful verification of the image using the trust policy, the sha256 digest of the verified image is returned in a successful output message.
249+
250+
## Next steps
251+
252+
See [Ratify on Azure: Allow only signed images to be deployed on AKS with Notation and Ratify](https://github.com/deislabs/ratify/blob/main/docs/quickstarts/ratify-on-azure.md).

articles/defender-for-cloud/support-matrix-cloud-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the support table, **NA** indicates that the feature isn't available.
3434
[Defender CSPM](concept-cloud-security-posture-management.md)| GA | NA | NA
3535
[Defender for APIs](defender-for-apis-introduction.md). [Review support preview regions](defender-for-apis-prepare.md#cloud-and-region-support). | Preview | NA | NA
3636
[Defender for App Service](defender-for-app-service-introduction.md) | GA | NA | NA
37-
[Defender for Azure Cosmos DB](concept-defender-for-cosmos.md) | Preview | NA | NA
37+
[Defender for Azure Cosmos DB](concept-defender-for-cosmos.md) | GA | NA | NA
3838
[Defender for Azure SQL database servers](defender-for-sql-introduction.md) | GA | GA | GA<br/><br/>A subset of alerts/vulnerability assessments is available.<br/>Behavioral threat protection isn't available.
3939
[Defender for Containers](defender-for-containers-introduction.md)<br/>[Review detailed feature support](support-matrix-defender-for-containers.md) | GA | GA | GA
4040
[Defender for DevOps](defender-for-devops-introduction.md) |Preview | NA | NA
53.5 KB
Loading

0 commit comments

Comments
 (0)