Skip to content

Commit dc544c6

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram22-1011
2 parents 41fa45b + 44da46f commit dc544c6

File tree

10 files changed

+60
-37
lines changed

10 files changed

+60
-37
lines changed

articles/applied-ai-services/form-recognizer/how-to-guides/includes/v3-0/rest-api.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ ms.author: lajanuar
5454

5555
Using the table below as a reference, replace `{modelID}` and `{document-url}` with your desired values:
5656

57-
| **Model** | **{modelID}** | **{document-url}** |
58-
| --- | --- |--|
59-
| **Read model** | prebuilt-read | [Sample brochure](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/read.png) |
60-
| **Layout model** | prebuilt-layout | [Sample booking confirmation](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/layout.png) |
61-
| **General document model** | prebuilt-document | [Sample SEC report](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/sample-layout.pdf) |
62-
| **W-2 form model** | prebuilt-tax.us.w2 | [Sample W-2 form](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/w2.png) |
63-
| **Invoice model** | prebuilt-invoice | [Sample invoice](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/raw/master/curl/form-recognizer/rest-api/invoice.pdf) |
64-
| **Receipt model** | prebuilt-receipt | [Sample receipt](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/receipt.png) |
65-
| **ID document model** | prebuilt-idDocument | [Sample ID document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/identity_documents.png) |
66-
| **Business card model** | prebuilt-businessCard | [Sample business card](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/de5e0d8982ab754823c54de47a47e8e499351523/curl/form-recognizer/rest-api/business_card.jpg) |
57+
| **Model** | **{modelID}** | desciption|**{document-url}** |
58+
| --- | --- |--|--|
59+
| **Read model** | prebuilt-read |Sample brochure|`https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/read.png`|
60+
| **Layout model** | prebuilt-layout |Sample booking confirmation|`https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/layout.png` |
61+
| **General document model** | prebuilt-document | Sample SEC report|`https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/sample-layout.pdf` |
62+
| **W-2 form model** | prebuilt-tax.us.w2 | Sample W-2 form| `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/w2.png`|
63+
| **Invoice model** | prebuilt-invoice | Sample invoice| `https://github.com/Azure-Samples/cognitive-services-REST-api-samples/raw/master/curl/form-recognizer/rest-api/invoice.pdf` |
64+
| **Receipt model** | prebuilt-receipt | Sample receipt| `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/receipt.png` |
65+
| **ID document model** | prebuilt-idDocument | Sample ID document| `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/identity_documents.png` |
66+
| **Business card model** | prebuilt-businessCard | Sample business card|`https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/de5e0d8982ab754823c54de47a47e8e499351523/curl/form-recognizer/rest-api/business_card.jpg`|
6767

6868
## POST request
6969

@@ -168,4 +168,4 @@ Visit the Azure samples repository on GitHub to view the GET response for each o
168168
| **Invoice model** | [Invoice model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/rest/FormRecognizer/how-to-guide/invoice-model-output.json) |
169169
| **Receipt model** | [Receipt model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/rest/FormRecognizer/how-to-guide/receipt-model-output.json) |
170170
| **ID document model** | [ID document model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/rest/FormRecognizer/how-to-guide/id-document-model-output.json) |
171-
| **Business card model** | [Business card model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/rest/FormRecognizer/how-to-guide/business-card-model-output.json)|
171+
| **Business card model** | [Business card model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/rest/FormRecognizer/how-to-guide/business-card-model-output.json)|

articles/applied-ai-services/form-recognizer/quickstarts/includes/v3-rest-api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Before you run the cURL command, make the following changes:
6262

6363
| **Feature** | **{modelID}** | **{your-document-url}** |
6464
| --- | --- |--|
65-
| **General Document** | prebuilt-document | [Sample document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/sample-layout.pdf) |
66-
| **Read** | prebuilt-read | [Sample document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/read.png) |
67-
| **Layout** | prebuilt-layout | [Sample document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/layout.png) |
68-
| **W-2** | prebuilt-tax.us.w2 | [Sample W-2](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/w2.png) |
69-
| **Invoices** | prebuilt-invoice | [Sample invoice](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/raw/master/curl/form-recognizer/rest-api/invoice.pdf) |
70-
| **Receipts** | prebuilt-receipt | [Sample receipt](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/receipt.png) |
71-
| **ID Documents** | prebuilt-idDocument | [Sample ID document](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/identity_documents.png) |
72-
| **Business Cards** | prebuilt-businessCard | [Sample business card](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/de5e0d8982ab754823c54de47a47e8e499351523/curl/form-recognizer/rest-api/business_card.jpg) |
65+
| **General Document** | prebuilt-document | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/sample-layout.pdf` |
66+
| **Read** | prebuilt-read | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/read.png` |
67+
| **Layout** | prebuilt-layout | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/layout.png` |
68+
| **W-2** | prebuilt-tax.us.w2 | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/w2.png` |
69+
| **Invoices** | prebuilt-invoice | `https://github.com/Azure-Samples/cognitive-services-REST-api-samples/raw/master/curl/form-recognizer/rest-api/invoice.pdf` |
70+
| **Receipts** | prebuilt-receipt | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/receipt.png` |
71+
| **ID Documents** | prebuilt-idDocument | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/identity_documents.png` |
72+
| **Business Cards** | prebuilt-businessCard | `https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/de5e0d8982ab754823c54de47a47e8e499351523/curl/form-recognizer/rest-api/business_card.jpg` |
7373

7474
> [!IMPORTANT]
7575
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). For more information, *see* Cognitive Services [security](../../../../cognitive-services/security-features.md).

articles/azure-monitor/agents/azure-monitor-agent-data-collection-endpoint.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Define network settings and enable network isolation for Azure Moni
44
ms.topic: conceptual
55
author: shseth
66
ms.author: shseth
7-
ms.date: 9/16/2022
7+
ms.date: 10/14/2022
88
ms.custom: references_region
99
ms.reviewer: shseth
1010

@@ -125,7 +125,8 @@ For your data collection endpoints, ensure the **Accept access from public netwo
125125

126126
:::image type="content" source="media/azure-monitor-agent-dce/data-collection-endpoint-network-isolation.png" lightbox="media/azure-monitor-agent-dce/data-collection-endpoint-network-isolation.png" alt-text="Screenshot that shows configuring data collection endpoint network isolation.":::
127127

128-
Associate the data collection endpoints to the target resources by editing the data collection rule in the Azure portal. On the **Resources** tab, select **Enable Data Collection Endpoints**. Select a DCE for each virtual machine. See [Configure data collection for Azure Monitor Agent](../agents/data-collection-rule-azure-monitor-agent.md).
128+
### Associate DCEs to target machines
129+
Associate the data collection endpoints to the target resources by editing the data collection rule in the Azure portal. On the **Resources** tab, select **Enable Data Collection Endpoints**. Select a DCE for each virtual machine. See [Configure data collection for Azure Monitor Agent](../agents/data-collection-rule-azure-monitor-agent.md).
129130

130131
:::image type="content" source="media/azure-monitor-agent-dce/data-collection-rule-virtual-machines-with-endpoint.png" lightbox="media/azure-monitor-agent-dce/data-collection-rule-virtual-machines-with-endpoint.png" alt-text="Screenshot that shows configuring data collection endpoints for an agent.":::
131132

articles/azure-netapp-files/azure-netapp-files-network-topologies.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 10/10/2022
15+
ms.date: 10/14/2022
1616
ms.author: ramakk
1717
---
1818
# Guidelines for Azure NetApp Files network planning
@@ -107,7 +107,8 @@ The following table describes the network topologies supported by each network f
107107
| Connectivity from on-premises to a volume in a spoke VNet over VPN gateway and VNet peering with gateway transit | Yes | Yes |
108108
| Connectivity over Active/Passive VPN gateways | Yes | Yes |
109109
| Connectivity over Active/Active VPN gateways | Yes | No |
110-
| Connectivity over Active/Active Zone Redundant gateways | Yes | Yes |
110+
| Connectivity over Active/Active Zone Redundant gateways | No | No |
111+
| Connectivity over Active/Passive Zone Redundant gateways | Yes | Yes |
111112
| Connectivity over Virtual WAN (VWAN) | No | No |
112113

113114
\* This option will incur a charge on ingress and egress traffic that uses a virtual network peering connection. For more information, see [Virtual Network pricing](https://azure.microsoft.com/pricing/details/virtual-network/). For more general information, see [Virtual network peering](../virtual-network/virtual-network-peering-overview.md).

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ Some points to consider:
402402
* You can achieve longer retention of your operational data in the analytical store by setting ATTL >= TTTL at the container level.
403403
* The analytical store can be made to mirror the transactional store by setting ATTL = TTTL.
404404
* If you have ATTL bigger than TTTL, at some point in time you'll have data that only exists in analytical store. This data is read only.
405+
* Currently we don't delete any data from analytical store. If you set your ATTL to any positive integer, the data won't be included in your queries and you won't be billed for it. But if you change ATTL back to `-1`, all the data will show up again, you will start to be billed for all the data volume.
405406

406407
How to enable analytical store on a container:
407408

articles/healthcare-apis/iot/deploy-06-new-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 08/30/2022
8+
ms.date: 10/14/2022
99
ms.author: jasteppe
1010
---
1111

@@ -77,7 +77,7 @@ For more information about authorizing access to Event Hubs resources, see [Auth
7777

7878
### Grant access to the FHIR service
7979

80-
The process for granting your MedTech service system-assigned managed identity access to your FHIR service requires the same 13 steps that you used to grant access to your device message event hub. There are two exceptions. The first is that, instead of navigating to the Access Control (IAM) menu from within your event hub (as outlined in steps 1-4), you should navigate to the equivalent Access Control (IAM) menu from within your FHIR service. The second exception is that, in step 6, your MedTech service system-assigned managed identity will require you to select the **View** button directly across from **FHIR Data Writer** access instead of the button across from **Azure Event Hubs Data Receiver**.
80+
The process for granting your MedTech service system-assigned managed identity access to your **FHIR service** requires the same 13 steps that you used to grant access to your device message event hub. There are two exceptions. The first is that, instead of navigating to the **Access Control (IAM)** menu from within your event hub (as outlined in steps 1-4), you should navigate to the equivalent **Access Control (IAM)** menu from within your **FHIR service**. The second exception is that, in step 6, your MedTech service system-assigned managed identity will require you to select the **View** button directly across from **FHIR Data Writer** access instead of the button across from **Azure Event Hubs Data Receiver**.
8181

8282
The **FHIR Data Writer** role provides read and write access to your FHIR service, which your MedTech service uses to access or persist data. Because the MedTech service is deployed as a separate resource, the FHIR service will receive requests from the MedTech service. If the FHIR service doesn’t know who's making the request, it will deny the request as unauthorized.
8383

articles/iot-dps/quick-create-simulated-device-symm-key.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,9 @@ To update and run the provisioning sample with your device information:
375375
376376
| Parameter | Required | Description |
377377
| :-------------------------------- | :------- | :-------------- |
378-
| `--s` or `--IdScope` | True | The ID Scope of the DPS instance |
379-
| `--i` or `--Id` | True | The registration ID when using individual enrollment, or the desired device ID when using group enrollment. The registration ID is a case-insensitive string (up to 128 characters long) of alphanumeric characters plus the special characters: `'-'`, `'.'`, `'_'`, `':'`. The last character must be alphanumeric or dash (`'-'`). The device ID must comply with the [Device ID string requirements](../iot-hub/iot-hub-devguide-identity-registry.md#device-identity-properties). |
380-
| `--p` or `--PrimaryKey` | True | The primary key of the individual or group enrollment. |
381-
| `--e` or `--EnrollmentType` | False | The type of enrollment: `Individual` or `Group`. Defaults to `Individual` |
378+
| `--i` or `--IdScope` | True | The ID Scope of the DPS instance |
379+
| `--r` or `--RegistrationId` | True | The registration ID is a case-insensitive string (up to 128 characters long) of alphanumeric characters plus the special characters: `'-'`, `'.'`, `'_'`, `':'`. The last character must be alphanumeric or dash (`'-'`). |
380+
| `--p` or `--PrimaryKey` | True | The primary key of the individual enrollment or the derived device key of the group enrollment. See the [ComputeDerivedSymmetricKeySample](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/provisioning/device/samples/Getting%20Started/ComputeDerivedSymmetricKeySample) for how to generate the derived key. |
382381
| `--g` or `--GlobalDeviceEndpoint` | False | The global endpoint for devices to connect to. Defaults to `global.azure-devices-provisioning.net` |
383382
| `--t` or `--TransportType` | False | The transport to use to communicate with the device provisioning instance. Defaults to `Mqtt`. Possible values include `Mqtt`, `Mqtt_WebSocket_Only`, `Mqtt_Tcp_Only`, `Amqp`, `Amqp_WebSocket_Only`, `Amqp_Tcp_only`, and `Http1`.|
384383
@@ -391,13 +390,13 @@ To update and run the provisioning sample with your device information:
391390
* Replace `<primarykey>` with the **Primary Key** that you copied from the device enrollment.
392391
393392
```cmd
394-
dotnet run --s <id-scope> --i <registration-id> --p <primarykey>
393+
dotnet run --i <id-scope> --r <registration-id> --p <primarykey>
395394
```
396395
397396
7. You should now see something similar to the following output. A "TestMessage" string is sent to the hub as a test message.
398397
399398
```output
400-
D:\azure-iot-sdk-csharp\provisioning\device\samples\How To\SymmetricKeySample>dotnet run --s 0ne00000A0A --i symm-key-csharp-device-01 --p sbDDeEzRuEuGKag+kQKV+T1QGakRtHpsERLP0yPjwR93TrpEgEh/Y07CXstfha6dhIPWvdD1nRxK5T0KGKA+nQ==
399+
D:\azure-iot-sdk-csharp\provisioning\device\samples\How To\SymmetricKeySample>dotnet run --i 0ne00000A0A --r symm-key-csharp-device-01 --p sbDDeEzRuEuGKag+kQKV+T1QGakRtHpsERLP0yPjwR93TrpEgEh/Y07CXstfha6dhIPWvdD1nRxK5T0KGKA+nQ==
401400
402401
Initializing the device provisioning client...
403402
Initialized for registration Id symm-key-csharp-device-01.

articles/machine-learning/how-to-read-write-data-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you provide a data input/output to a Job, you'll need to specify a `path` p
4141
|---------|---------|
4242
|A path on your local computer | `./home/username/data/my_data` |
4343
|A path on a public http(s) server | `https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/titanic.csv` |
44-
|A path on Azure Storage | `https://<account_name>.blob.core.windows.net/<container_name>/path` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<path>` |
44+
|A path on Azure Storage | `https://<account_name>.blob.core.windows.net/<container_name>/<path>` <br> `abfss://<file_system>@<account_name>.dfs.core.windows.net/<path>` |
4545
|A path on a Datastore | `azureml://datastores/<data_store_name>/paths/<path>` |
4646
|A path to a Data Asset | `azureml:<my_data>:<version>` |
4747

includes/virtual-machines-disks-expand-without-downtime-restrictions.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,37 @@
55
author: roygara
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 08/23/2022
8+
ms.date: 10/14/2022
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
12+
- Only available with particular VM SKUs.
1213
- Only supported for data disks.
1314
- If a disk is 4 TiB or less, you can't expand it beyond 4 TiB without deallocating the VM. If a disk is already greater than 4 TiB, you can expand it without deallocating the VM.
14-
- Not supported for Ultra disks, Premium SSD v2 (preview) disks, or standard HDDs.
15+
- Not supported for Ultra disks or Premium SSD v2 disks.
1516
- Not supported for shared disks.
1617
- Install and use either:
1718
- The [latest Azure CLI](/cli/azure/install-azure-cli)
1819
- The [latest Azure PowerShell module](/powershell/azure/install-az-ps)
1920
- The [Azure portal](https://portal.azure.com/)
20-
- Or an Azure Resource Manager template with an API version that's 2021-04-01 or newer.
21+
- Or an Azure Resource Manager template with an API version that's `2021-04-01` or newer.
22+
23+
Use the following PowerShell script to determine which VM SKUs it's available with:
24+
25+
```azurepowershell
26+
Connect-AzAccount
27+
$subscriptionId="yourSubID"
28+
$location="desiredRegion"
29+
Set-AzContext -Subscription $subscriptionId
30+
$vmSizes=Get-AzComputeResourceSku -Location $location | where{$_.ResourceType -eq 'virtualMachines'}
31+
32+
foreach($vmSize in $vmSizes){
33+
foreach($capability in $vmSize.Capabilities)
34+
{
35+
if(($capability.Name -eq "EphemeralOSDiskSupported" -and $capability.Value -eq "True") -or ($capability.Name -eq "PremiumIO" -and $capability.Value -eq "True") -or ($capability.Name -eq "HyperVGenerations" -and $capability.Value -match "V2"))
36+
{
37+
$vmSize.Name
38+
}
39+
}
40+
}
41+
```

0 commit comments

Comments
 (0)