Skip to content

Commit f5743c4

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-quickfix
2 parents 47eed0a + d6f74c8 commit f5743c4

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

articles/cognitive-services/Face/build-enrollment-app.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@ For example, you may want to add situation-specific information on your consent
6161
> [!div class="mx-imgBorder"]
6262
> ![app consent page](./media/enrollment-app/1-consent-1.jpg)
6363
64-
The service provides image quality checks to help you make the choice of whether the image is of sufficient quality to add the customer or attempt face recognition. This app demonstrates how to access frames from the device's camera, select the highest-quality frames, and add the detected face into the Face API service.
65-
6664
Many face recognition issues are caused by low-quality reference images. Some factors that can degrade model performance are:
6765
* Face size (faces that are distant from the camera)
6866
* Face orientation (faces turned or tilted away from camera)
6967
* Poor lighting conditions (either low light or backlighting) where the image may be poorly exposed or have too much noise
7068
* Occlusion (partially hidden or obstructed faces) including accessories like hats or thick-rimmed glasses)
7169
* Blur (such as by rapid face movement when the photograph was taken).
7270

71+
The service provides image quality checks to help you make the choice of whether the image is of sufficient quality based on the above factors to add the customer or attempt face recognition. This app demonstrates how to access frames from the device's camera, detect quality and show user interface messages to the user to help them capture a higher quality image, select the highest-quality frames, and add the detected face into the Face API service.
72+
73+
7374
> [!div class="mx-imgBorder"]
7475
> ![app image capture instruction page](./media/enrollment-app/4-instruction.jpg)
7576
@@ -102,4 +103,4 @@ When you're ready to release your app for production, you'll build an archive of
102103

103104
## Next steps
104105

105-
In this guide, you learned how to set up your development environment and get started with the sample app. If you're new to React Native, you can read their [getting started docs](https://reactnative.dev/docs/getting-started) to learn more background information. It also may be helpful to familiarize yourself with [Face API](Overview.md). Read the other sections on adding users before you begin development.
106+
In this guide, you learned how to set up your development environment and get started with the sample app. If you're new to React Native, you can read their [getting started docs](https://reactnative.dev/docs/getting-started) to learn more background information. It also may be helpful to familiarize yourself with [Face API](Overview.md). Read the other sections on adding users before you begin development.

articles/data-factory/connector-salesforce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 08/30/2021
11+
ms.date: 09/03/2021
1212
---
1313

1414
# Copy data from and to Salesforce using Azure Data Factory or Azure Synapse Analytics
@@ -35,7 +35,7 @@ Specifically, this Salesforce connector supports:
3535
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
3636
- Copying data from and to Salesforce production, sandbox, and custom domain.
3737

38-
The Salesforce connector is built on top of the Salesforce REST/Bulk API. By default, when copying data from Salesforce, the connector uses [v45](https://developer.salesforce.com/docs/atlas.en-us.218.0.api_rest.meta/api_rest/dome_versions.htm) and automatically chooses between REST and Bulk APIs based on the data size – when the result set is large, Bulk API is used for better performance; when writing data to Salesforce, the connector uses [v40](https://developer.salesforce.com/docs/atlas.en-us.208.0.api_asynch.meta/api_asynch/asynch_api_intro.htm) of Bulk API. You can also explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service.
38+
The Salesforce connector is built on top of the Salesforce REST/Bulk API. When copying data from Salesforce, the connector automatically chooses between REST and Bulk APIs based on the data size – when the result set is large, Bulk API is used for better performance; You can explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service.
3939

4040
## Prerequisites
4141

@@ -91,7 +91,7 @@ The following properties are supported for the Salesforce linked service.
9191
| username |Specify a user name for the user account. |Yes |
9292
| password |Specify a password for the user account.<br/><br/>Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
9393
| securityToken |Specify a security token for the user account. <br/><br/>To learn about security tokens in general, see [Security and the API](https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_concepts_security.htm). The security token can be skipped only if you add the Integration Runtime's IP to the [trusted IP address list](https://developer.salesforce.com/docs/atlas.en-us.securityImplGuide.meta/securityImplGuide/security_networkaccess.htm) on Salesforce. When using Azure IR, refer to [Azure Integration Runtime IP addresses](azure-integration-runtime-ip-addresses.md).<br/><br/>For instructions on how to get and reset a security token, see [Get a security token](https://help.salesforce.com/apex/HTViewHelpDoc?id=user_security_token.htm). Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |No |
94-
| apiVersion | Specify the Salesforce REST/Bulk API version to use, e.g. `48.0`. By default, the connector uses [v45](https://developer.salesforce.com/docs/atlas.en-us.218.0.api_rest.meta/api_rest/dome_versions.htm) to copy data from Salesforce, and uses [v40](https://developer.salesforce.com/docs/atlas.en-us.208.0.api_asynch.meta/api_asynch/asynch_api_intro.htm) to copy data to Salesforce. | No |
94+
| apiVersion | Specify the Salesforce REST/Bulk API version to use, e.g. `52.0`. | No |
9595
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. If not specified, it uses the default Azure Integration Runtime. | No |
9696

9797
**Example: Store credentials**

articles/marketplace/co-sell-configure.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: The information you provide on the Co-sell with Microsoft tab for y
44
ms.service: marketplace
55
ms.subservice: partnercenter-marketplace-publisher
66
ms.topic: how-to
7-
author: palanis-MSFT
8-
ms.author: palanis
7+
author: sharath-satish-msft
8+
ms.author: shsatish
99
ms.reviewer: stmummer
10-
ms.date: 07/13/2021
10+
ms.date: 09/03/2021
1111
---
1212

1313
# Configure co-sell for a commercial marketplace offer
@@ -74,11 +74,11 @@ Solution types help define the scenarios that your offer is designed to address.
7474

7575
### Select solution areas
7676

77-
Solution areas help to further define your solution. This helps Microsoft sales teams find and understand your solution’s value proposition. You must select at least one and up to a maximum of three solution areas for your offer. For each solution area, you can further choose up to two solution sub-areas.
77+
Solution areas help to further define your solution. This helps Microsoft sales teams find and understand your solution’s value proposition. You must select at least one and up to a maximum of five solution areas for your offer. For each solution area, you can further choose up to five solution sub-areas.
7878

79-
1. Select the **+ Add solution area (3 Max)** link.
79+
1. Select the **+ Add solution area (5 Max)** link.
8080
1. Select a solution area from the drop-down list that appears.
81-
1. Select at least one and up to two solution sub-areas. To select multiple sub-areas, use the `Ctrl` key (on Windows) or `Command` key (on macOS).
81+
1. Select at least one and up to five solution sub-areas. To select multiple sub-areas, use the `Ctrl` key (on Windows) or `Command` key (on macOS).
8282
1. To add another solution area, repeat steps 1 through 3.
8383

8484
## Upload documents
@@ -173,4 +173,4 @@ Your contact information lets Microsoft sales teams and channel resellers reques
173173
## Next steps
174174

175175
- For details about republishing an offer, see [How to review and publish an offer to the commercial marketplace](review-publish-offer.md).
176-
- For information about commercial marketplace rewards and technical benefits, see [Your commercial marketplace benefits](gtm-your-marketplace-benefits.md).
176+
- For information about commercial marketplace rewards and technical benefits, see [Your commercial marketplace benefits](gtm-your-marketplace-benefits.md).

articles/virtual-network/public-ip-addresses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Standard SKU public IP addresses:
5656

5757
- Always use static allocation method.
5858
- Have an adjustable inbound originated flow idle timeout of 4-30 minutes, with a default of 4 minutes, and fixed outbound originated flow idle timeout of 4 minutes.
59-
- Used with network interfaces, standard public load balancers, or Application Gateways.
6059
- Designed to align with the "secure by default" model and be closed to inbound traffic when used as a frontend. Allowlisting data plane traffic with [network security group](./network-security-groups-overview.md#network-security-groups) (NSG) is required (for example, on the NIC of a virtual machine with a Standard SKU Public IP attached).
6160
- Can be zone-redundant (which is advertised from all three zones), zonal (which is guaranteed in a specific pre-selected availability zone), or "no-zone" (which isn't associated with a specific pre-selected availability zone). To learn more about availability zones, see [Availability zones overview](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [Standard Load Balancer and Availability Zones](../load-balancer/load-balancer-standard-availability-zones.md?toc=%2fazure%2fvirtual-network%2ftoc.json). **Zone redundant IPs can only be created in [regions where three availability zones](../availability-zones/az-region.md) are live.** IPs created before zones are live won't be zone redundant.
6261
- Can be utilized with the [routing preference](routing-preference-overview.md) to enable more granular control of how traffic is routed between Azure and the Internet.

includes/virtual-machines-n-series-linux-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The GRID drivers redistributed by Azure do not work on non-NV series VMs like NC
2828

2929
|Distribution|Driver|
3030
| --- | -- |
31-
|Ubuntu 18.04 LTS<br/><br/>Ubuntu 16.04 LTS<br/><br/>Red Hat Enterprise Linux 7.7 to 7.9, 8.0, 8.1<br/><br/>SUSE Linux Enterprise Server 12 SP2 <br/><br/>SUSE Linux Enterprise Server 15 SP2 | NVIDIA GRID 12.2, driver branch [R460](https://go.microsoft.com/fwlink/?linkid=874272)(.exe)|
31+
|Ubuntu 18.04 LTS<br/><br/>Ubuntu 16.04 LTS<br/><br/>Red Hat Enterprise Linux 7.7 to 7.9, 8.0, 8.1<br/><br/>SUSE Linux Enterprise Server 12 SP2 <br/><br/>SUSE Linux Enterprise Server 15 SP2 | NVIDIA GRID 13, driver branch [R470](https://go.microsoft.com/fwlink/?linkid=874272)(.exe)|
3232

3333
Visit [GitHub](https://github.com/Azure/azhpc-extensions/blob/master/NvidiaGPU/resources.json) for the complete list of all previous Nvidia GRID driver links.
3434

includes/virtual-machines-n-series-windows-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The NC-Series with Nvidia K80 GPUs do not support GRID/graphics applications.
3636
Please note that the Nvidia extension will always install the latest driver. We provide links to the previous version here for customers, who have dependency on an older version.
3737

3838
For Windows Server 2019, Windows Server 2016 1607, 1709, and Windows 10(up to build 20H2):
39-
- [GRID 12.2 (462.31)](https://go.microsoft.com/fwlink/?linkid=874181) (.exe)
40-
- [GRID 12.1 (461.33)](https://download.microsoft.com/download/9/7/e/97e1be73-d24b-410b-9c08-cc98c7becfa3/461.33_grid_win10_server2016_server2019_64bit_azure_swl.exe) (.exe)
39+
- [GRID 13 (471.68)](https://go.microsoft.com/fwlink/?linkid=874181) (.exe)
40+
- [GRID 12.2 (462.31)](https://download.microsoft.com/download/0/0/1/001f0edf-d852-4297-9cb7-10b31b1abf45/462.31_grid_win10_server2016_server2019_64bit_azure_swl.exe) (.exe)
4141

4242
For Windows Server 2012 R2:
43-
- [GRID 12.2 (462.31)](https://download.microsoft.com/download/1/2/0/120551f5-cc05-4911-bd29-88fb2747213c/462.31_grid_server2012R2_64bit_azure_swl.exe) (.exe)
44-
- [GRID 12.1 (461.33)](https://download.microsoft.com/download/9/9/c/99caf5c6-af9f-48b2-bcb0-af5ec64b8592/461.33_grid_server2012R2_64bit_azure_swl.exe) (.exe)
43+
- [GRID 13 (471.68)](https://download.microsoft.com/download/9/b/4/9b4d4f8d-7962-4a67-839b-37cc95756759/471.68_grid_winserver2012R2_64bit_azure_swl.exe) (.exe)
44+
- [GRID 12.2 (462.31)](https://download.microsoft.com/download/1/2/0/120551f5-cc05-4911-bd29-88fb2747213c/462.31_grid_server2012R2_64bit_azure_swl.exe) (.exe)
4545

4646

4747
For the complete list of all previous Nvidia GRID driver links please visit [GitHub](https://github.com/Azure/azhpc-extensions/blob/master/NvidiaGPU/resources.json)

includes/virtual-wan-ipsec-custom-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ When working with custom IPsec policies, keep in mind the following requirements
2929
| IPsec Encryption | GCMAES256, GCMAES128, AES256, AES128, None |
3030
| IPsec Integrity | GCMAES256, GCMAES128, SHA256 |
3131
| PFS Group | ECP384, ECP256, PFS24, PFS14, None |
32-
| SA Lifetime |integer; min. 300/ default 27000 seconds |
32+
| SA Lifetime |integer; min. 300/ default 3600 seconds |

0 commit comments

Comments
 (0)