Skip to content

Commit 0f33b40

Browse files
authored
Merge pull request #201385 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 d333dcb + 0079755 commit 0f33b40

12 files changed

+28
-26
lines changed

articles/active-directory/app-proxy/application-proxy-configure-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To publish your app through Application Proxy with a custom domain:
103103

104104
![Add CNAME DNS entry](./media/application-proxy-configure-custom-domain/dns-info.png)
105105

106-
10. Follow the instructions at [Manage DNS records and record sets by using the Azure portal](../../dns/dns-operations-recordsets-portal.md) to add a DNS record that redirects the new external URL to the *msappproxy.net* domain.
106+
10. Follow the instructions at [Manage DNS records and record sets by using the Azure portal](../../dns/dns-operations-recordsets-portal.md) to add a DNS record that redirects the new external URL to the *msappproxy.net* domain in Azure DNS. If a different DNS provider is used, please contact the vendor for the instructions.
107107

108108
> [!IMPORTANT]
109109
> Ensure that you are properly using a CNAME record that points to the *msappproxy.net* domain. Do not point records to IP addresses or server DNS names since these are not static and may impact the resiliency of the service.

articles/active-directory/app-proxy/application-proxy-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ sections:
240240
Internal URL: https://app1.contoso.com:/test/
241241
```
242242
243-
Making the external and internal URLs identical is not possible. Different ports or using http and https must be used in the internal and external URLs.
243+
Making the external and internal URLs identical is not possible at all, if the internal URL contains a non-standard port (other than TCP 80 / 443).
244244
245245
In some scenarios changes must be done in the configuration of the web app.
246246

articles/active-directory/governance/access-reviews-external-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In addition to the option of removing unwanted external identities from resource
6565

6666
![upon completion settings](media/access-reviews-external-users/upon-completion-settings.png)
6767

68-
When creating a new Access Review, in the “Upon completion settings” section, for **Action to apply on denied users** you can define **Block users from signing-in for 30 days, then remove user from the tenant**.
68+
When creating a new Access Review, choose the **Select Teams + groups** option and limit the scope to **Guest users only**. In the “Upon completion settings” section, for **Action to apply on denied users** you can define **Block users from signing-in for 30 days, then remove user from the tenant**.
6969

7070
This setting allows you to identify, block, and delete external identities from your Azure AD tenant. External identities who are reviewed and denied continued access by the reviewer will be blocked and deleted, irrespective of the resource access or group membership they have. This setting is best used as a last step after you have validated that the external users in-review no longer carries resource access and can safely be removed from your tenant or if you want to make sure they are removed, irrespective of their standing access. The “Disable and delete” feature blocks the external user first, taking away their ability to signing into your tenant and accessing resources. Resource access is not revoked in this stage, and in case you wanted to reinstantiate the external user, their ability to log on can be reconfigured. Upon no further action, a blocked external identity will be deleted from the directory after 30 days, removing the account as well as their access.
7171

articles/cloud-services-extended-support/available-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article describes the available virtual machine sizes for Cloud Services (e
1818
|---|---|
1919
|[Av2](../virtual-machines/av2-series.md) | 100 |
2020
|[D](../virtual-machines/sizes-previous-gen.md?bc=%2fazure%2fvirtual-machines%2flinux%2fbreadcrumb%2ftoc.json&toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json#d-series) | 160 |
21-
|[Dv2](../virtual-machines/dv2-dsv2-series.md) | 160 - 190* |
21+
|[Dv2](../virtual-machines/dv2-dsv2-series.md) | 210 - 250* |
2222
|[Dv3](../virtual-machines/dv3-dsv3-series.md) | 160 - 190* |
2323
|[Dav4](../virtual-machines/dav4-dasv4-series.md) | 230 - 260 |
2424
|[Eav4](../virtual-machines/eav4-easv4-series.md) | 230 - 260 |

articles/cosmos-db/how-to-setup-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Azure portal support for role management is not available yet.
476476

477477
### Which SDKs in Azure Cosmos DB SQL API support RBAC?
478478

479-
The [.NET V3](sql-api-sdk-dotnet-standard.md), [Java V4](sql-api-sdk-java-v4.md) and [JavaScript V3](sql-api-sdk-node.md) SDKs are currently supported.
479+
The [.NET V3](sql-api-sdk-dotnet-standard.md), [Java V4](sql-api-sdk-java-v4.md), [JavaScript V3](sql-api-sdk-node.md) and [Python V4.3+](sql-api-sdk-python.md) SDKs are currently supported.
480480

481481
### Is the Azure AD token automatically refreshed by the Azure Cosmos DB SDKs when it expires?
482482

articles/data-factory/concepts-data-flow-performance-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you execute your data flow activities in sequence, it is recommended that you
3030

3131
## Overloading a single data flow
3232

33-
If you put all of your logic inside of a single data flow, the service will execute the entire job on a single Spark instance. While this may seem like a way to reduce costs, it mixes together different logical flows and can be difficult to monitor and debug. If one component fails, all other parts of the job will fail as well. Organizing data flows by independent flows of business logic is recommended. If your data flow becomes too large, splitting it into separates components will make monitoring and debugging easier. While there is no hard limit on the number of transformations in a data flow, having too many will make the job complex.
33+
If you put all of your logic inside of a single data flow, the service will execute the entire job on a single Spark instance. While this may seem like a way to reduce costs, it mixes together different logical flows and can be difficult to monitor and debug. If one component fails, all other parts of the job will fail as well. Organizing data flows by independent flows of business logic is recommended. If your data flow becomes too large, splitting it into separate components will make monitoring and debugging easier. While there is no hard limit on the number of transformations in a data flow, having too many will make the job complex.
3434

3535
## Execute sinks in parallel
3636

articles/iot-dps/how-to-troubleshoot-dps.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ Use this table to understand and resolve common errors.
6262
|-------|------------|------------|
6363
| 400 | The body of the request is not valid; for example, it cannot be parsed, or the object cannot be validated.| 400 Bad format |
6464
| 401 | The authorization token cannot be validated; for example, it is expired or does not apply to the request’s URI. This error code is also returned to devices as part of the TPM attestation flow. | 401 Unauthorized|
65-
| 404 | The Device Provisioning Service instance, or a resource (e.g. an enrollment) does not exist. |404 Not Found |
65+
| 404 | The Device Provisioning Service instance, or a resource (e.g. an enrollment) does not exist. | 404 Not Found|
66+
| 405 | The client service knows the request method, but the target service doesn't recognize this method; for example, a rest operations is missing the enrollment or registration Id parameters | 405 Method Not Allowed |
67+
| 409 | The request could not be completed due to a conflict with the current state of the target Device Provisioning Service instance; for example, the customer has already created the data point and is attempting to recreate the same datapoint again. | 409 Conflict |
6668
| 412 | The ETag in the request does not match the ETag of the existing resource, as per RFC7232. | 412 Precondition failed |
69+
| 415 | The server refuses to accept the request because the payload format is in an unsupported format. For supported formats, see [Iot Hub Device Provisioning Service REST API](/rest/api/iot-dps/) | 415 Unsupported Media Type |
6770
| 429 | Operations are being throttled by the service. For specific service limits, see [IoT Hub Device Provisioning Service limits](../azure-resource-manager/management/azure-subscription-service-limits.md#iot-hub-device-provisioning-service-limits). | 429 Too many requests |
6871
| 500 | An internal error occurred. | 500 Internal Server Error|
6972

articles/search/cognitive-search-custom-skill-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ When you create a Web API enricher, you can describe HTTP headers and parameters
134134
"skills": [
135135
{
136136
"@odata.type": "#Microsoft.Skills.Custom.WebApiSkill",
137-
"name": "myCustomSkill"
137+
"name": "myCustomSkill",
138138
"description": "This skill calls an Azure function, which in turn calls TA sentiment",
139139
"uri": "https://indexer-e2e-webskill.azurewebsites.net/api/DateExtractor?language=en",
140140
"context": "/document",
@@ -172,4 +172,4 @@ This article covered the interface requirements necessary for integrating a cust
172172
+ [Example: Creating a custom skill for AI enrichment](cognitive-search-create-custom-skill-example.md)
173173
+ [How to define a skillset](cognitive-search-defining-skillset.md)
174174
+ [Create Skillset (REST)](/rest/api/searchservice/create-skillset)
175-
+ [How to map enriched fields](cognitive-search-output-field-mapping.md)
175+
+ [How to map enriched fields](cognitive-search-output-field-mapping.md)

articles/storage/queues/authorize-managed-identity.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,12 @@ The following code example shows how to get the authenticated token credential a
5151
public static void CreateQueue(string accountName, string queueName)
5252
{
5353
// Construct the blob container endpoint from the arguments.
54-
string queueEndpoint = string.Format("https://{0}.queue.core.windows.net/{1}",
55-
accountName,
56-
queueName);
54+
string queueEndpoint = $"https://{accountName}.queue.core.windows.net/{queueName}";
5755

5856
// Get a token credential and create a service client object for the queue.
59-
QueueClient queueClient = new QueueClient(new Uri(queueEndpoint),
60-
new DefaultAzureCredential());
57+
QueueClient queueClient = new QueueClient(
58+
new Uri(queueEndpoint),
59+
new DefaultAzureCredential());
6160

6261
try
6362
{

articles/virtual-machines/ebdsv5-ebsv5-series.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Ebsv5-series sizes run on the Intel® Xeon® Platinum 8272CL (Ice Lake). These V
7171
- [Ephemeral OS Disks](ephemeral-os-disks.md): Not supported
7272
- Nested virtualization: Supported
7373

74-
| Size | vCPU | Memory: GiB | Max data disks | Max temp storage throughput: IOPS / MBps | Max uncached storage throughput: IOPS / MBps | Max burst uncached disk throughput: IOPS/MBp | Max NICs | Network bandwidth |
75-
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
76-
| Standard_E2bs_v5 | 2 | 16 | 4 | 9000/125 | 5500/156 | 10000/1200 | 2 | 10000 |
77-
| Standard_E4bs_v5 | 4 | 32 | 8 | 19000/250 | 11000/350 | 20000/1200 | 2 | 10000 |
78-
| Standard_E8bs_v5 | 8 | 64 | 16 | 38000/500 | 22000/625 | 40000/1200 | 4 | 10000 |
79-
| Standard_E16bs_v5 | 16 | 128 | 32 | 75000/1000 | 44000/1250 | 64000/2000 | 8 | 12500
80-
| Standard_E32bs_v5 | 32 | 256 | 32 | 150000/1250 | 88000/2500 | 120000/4000 | 8 | 16000 |
81-
| Standard_E48bs_v5 | 48 | 384 | 32 | 225000/2000 | 120000/4000 | 120000/4000 | 8 | 16000 |
82-
| Standard_E64bs_v5 | 64 | 512 | 32 | 300000/4000 | 120000/4000 | 120000/4000 | 8 | 20000 |
74+
| Size | vCPU | Memory: GiB | Max data disks | Max uncached storage throughput: IOPS / MBps | Max burst uncached disk throughput: IOPS/MBp | Max NICs | Network bandwidth |
75+
| --- | --- | --- | --- | --- | --- | --- | --- |
76+
| Standard_E2bs_v5 | 2 | 16 | 4 | 5500/156 | 10000/1200 | 2 | 10000 |
77+
| Standard_E4bs_v5 | 4 | 32 | 8 | 11000/350 | 20000/1200 | 2 | 10000 |
78+
| Standard_E8bs_v5 | 8 | 64 | 16 | 22000/625 | 40000/1200 | 4 | 10000 |
79+
| Standard_E16bs_v5 | 16 | 128 | 32 | 44000/1250 | 64000/2000 | 8 | 12500
80+
| Standard_E32bs_v5 | 32 | 256 | 32 | 88000/2500 | 120000/4000 | 8 | 16000 |
81+
| Standard_E48bs_v5 | 48 | 384 | 32 | 120000/4000 | 120000/4000 | 8 | 16000 |
82+
| Standard_E64bs_v5 | 64 | 512 | 32 | 120000/4000 | 120000/4000 | 8 | 20000 |
8383

8484
> [!NOTE]
8585
> Accelerated networking is required and turned on by default on all Ebsv5 VMs.

0 commit comments

Comments
 (0)