Skip to content

Commit 8fbc09b

Browse files
authored
Merge pull request #79701 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 5345f96 + bd73164 commit 8fbc09b

File tree

9 files changed

+23
-35
lines changed

9 files changed

+23
-35
lines changed

.markdownlint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"MD007": false,
1010
"MD009": false,
1111
"MD010": false,
12-
"MD011": false,
1312
"MD012": false,
1413
"MD013": false,
1514
"MD014": false,
@@ -38,5 +37,7 @@
3837
"MD040": false,
3938
"MD041": false,
4039
"MD042": false,
41-
"MD045": false
40+
"MD045": false,
41+
"MD046": false,
42+
"MD047": false
4243
}

articles/azure-maps/about-azure-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mvc
1414

1515
# What is Azure Maps?
1616

17-
Azure Maps is a collection of geospatial services, unpinned by the freshest mapping data available providing accurate geographic context to your web and mobile applications. Azure Maps consists of REST APIs for rendering **Maps** in multiple styles and satellite imagery, **Searching** for addresses, places, and points of interest around the world; **Routing** point-to-point, multipoint, multipoint optimization, isochrone, commercial vehicle, traffic influenced, and matrix routing; viewing industry-leading Traffic flow and incidents; **Mobility** services requesting public transit, bike share, scooter share, and car share information to plan routes leveraging alternative modes of transportation and real-time data; establishing user location through **Geolocation**; and converting location to **Time Zones**, as well as, fetching time at a location. Additionally, Azure Maps offers services for **Geofencing**, Map **Data** storage - hosting location information in Azure; and **Spatial Operations** providing location intelligence through geospatial analytics. Azure Maps services are available directly as REST APIs or through either our robust **Web SDK** or **Android SDK**. These tools allow developers to quickly develop and scale solutions that integrate location information into Azure solutions from within the Azure cloud. Sign up for your free [Azure Maps account](https://azure.microsoft.com/services/azure-maps/) today and start developing!
17+
Azure Maps is a collection of geospatial services, underpinned by the freshest mapping data available providing accurate geographic context to your web and mobile applications. Azure Maps consists of REST APIs for rendering **Maps** in multiple styles and satellite imagery, **Searching** for addresses, places, and points of interest around the world; **Routing** point-to-point, multipoint, multipoint optimization, isochrone, commercial vehicle, traffic influenced, and matrix routing; viewing industry-leading Traffic flow and incidents; **Mobility** services requesting public transit, bike share, scooter share, and car share information to plan routes leveraging alternative modes of transportation and real-time data; establishing user location through **Geolocation**; and converting location to **Time Zones**, as well as, fetching time at a location. Additionally, Azure Maps offers services for **Geofencing**, Map **Data** storage - hosting location information in Azure; and **Spatial Operations** providing location intelligence through geospatial analytics. Azure Maps services are available directly as REST APIs or through either our robust **Web SDK** or **Android SDK**. These tools allow developers to quickly develop and scale solutions that integrate location information into Azure solutions from within the Azure cloud. Sign up for your free [Azure Maps account](https://azure.microsoft.com/services/azure-maps/) today and start developing!
1818

1919
The following video explains Azure Maps in depth:
2020

articles/azure-signalr/signalr-quickstart-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: zhshang
1010
---
1111
# Quickstart: Create a chat room with ASP.NET and SignalR Service
1212

13-
Azure SignalR Service is based on [SignalR for ASP.NET Core 2.0](https://docs.microsoft.com/aspnet/core/signalr/introduction), which is **not** 100% compatible with ASP.NET SignalR. Azure SignalR Service re-implemented ASP.NET SignalR data protocol based on the latest ASP.NET Core technoledges. When using Azure SignalR Service for ASP.NET SignalR, some ASP.NET SignalR features are no longer supported, for example, Azure SignalR does not replay messages when the client reconnects. Also, the Forever Frame transport and JSONP are not support. Some code changes and proper version of dependent libraries are needed to make ASP.NET SignalR application work with SignalR Service.
13+
Azure SignalR Service is based on [SignalR for ASP.NET Core 2.0](https://docs.microsoft.com/aspnet/core/signalr/introduction), which is **not** 100% compatible with ASP.NET SignalR. Azure SignalR Service re-implemented ASP.NET SignalR data protocol based on the latest ASP.NET Core technologies. When using Azure SignalR Service for ASP.NET SignalR, some ASP.NET SignalR features are no longer supported, for example, Azure SignalR does not replay messages when the client reconnects. Also, the Forever Frame transport and JSONP are not support. Some code changes and proper version of dependent libraries are needed to make ASP.NET SignalR application work with SignalR Service.
1414

1515
Refer to the [version differences doc](https://docs.microsoft.com/aspnet/core/signalr/version-differences?view=aspnetcore-2.2) for a complete list of feature comparison between ASP.NET SignalR and ASP.NET Core SignalR.
1616

articles/blockchain/workbench/messages-overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Example of a submitted **create contract** response from Blockchain Workbench:
166166
"connectionId": 1,
167167
"messageSchemaVersion": "1.0.0",
168168
"messageName": "CreateContractUpdate",
169-
"status": "Submitted"
169+
"status": "Submitted",
170170
"additionalInformation": { }
171171
}
172172
```
@@ -196,7 +196,7 @@ If the request was unsuccessful, details about the failure are included in addit
196196
"connectionId": 1,
197197
"messageSchemaVersion": "1.0.0",
198198
"messageName": "CreateContractUpdate",
199-
"status": "Failure"
199+
"status": "Failure",
200200
"additionalInformation": {
201201
"errorCode": 4000,
202202
"errorMessage": "Contract cannot be provisioned on connection."
@@ -282,7 +282,7 @@ Example of a committed **create contract action** response from Blockchain Workb
282282
"connectionId": 1,
283283
"messageSchemaVersion": "1.0.0",
284284
"messageName": "CreateContractActionUpdate",
285-
"status": "Committed"
285+
"status": "Committed",
286286
"additionalInformation": { }
287287
}
288288
```
@@ -296,7 +296,7 @@ If the request was unsuccessful, details about the failure are included in addit
296296
"connectionId": 1,
297297
"messageSchemaVersion": "1.0.0",
298298
"messageName": "CreateContractActionUpdate",
299-
"status": "Failure"
299+
"status": "Failure",
300300
"additionalInformation": {
301301
"errorCode": 4000,
302302
"errorMessage": "Contract action cannot be provisioned on connection."
@@ -412,22 +412,22 @@ Example of a *BlockMessage* from Blockchain Workbench:
412412
``` json
413413
{
414414
"block": {
415-
"blockId": 123
415+
"blockId": 123,
416416
"blockNumber": 1738312,
417417
"blockHash": "0x03a39411e25e25b47d0ec6433b73b488554a4a5f6b1a253e0ac8a200d13fffff",
418418
"previousBlockHash": null,
419419
"blockTimestamp": "2018-10-09T23:35:58Z",
420420
},
421421
"transactions": [
422422
{
423-
"transactionId": 234
423+
"transactionId": 234,
424424
"transactionHash": "0xa4d9c95b581f299e41b8cc193dd742ef5a1d3a4ddf97bd11b80d123fec27ffff",
425425
"from": "0xd85e7262dd96f3b8a48a8aaf3dcdda90f60dffff",
426426
"to": null,
427427
"provisioningStatus": 1
428428
},
429429
{
430-
"transactionId": 235
430+
"transactionId": 235,
431431
"transactionHash": "0x5c1fddea83bf19d719e52a935ec8620437a0a6bdaa00ecb7c3d852cf92e1ffff",
432432
"from": "0xadd97e1e595916e29ea94fda894941574000ffff",
433433
"to": "0x9a8DDaCa9B7488683A4d62d0817E965E8f24ffff",
@@ -713,7 +713,7 @@ Example of an *EventMessage ApplicationIngestion* from Blockchain Workbench:
713713
"applicationName": "AssetTransfer",
714714
"applicationDisplayName": "Asset Transfer",
715715
"applicationVersion": “1.0”,
716-
"applicationDefinitionLocation": "http://url"
716+
"applicationDefinitionLocation": "http://url",
717717
"contractCodes": [
718718
{
719719
"id": 23,
@@ -803,7 +803,7 @@ Example of an *EventMessage ApplicationIngestion* from Blockchain Workbench:
803803
}
804804
]
805805
}
806-
]
806+
],
807807
"connectionId": [ ],
808808
"messageSchemaVersion": "1.0.0",
809809
"messageName": "EventMessage",
@@ -815,7 +815,7 @@ Example of an *EventMessage ApplicationIngestion* from Blockchain Workbench:
815815
"Name": "BuyerAccepted",
816816
"Transitions": [
817817
{
818-
"DisplayName": "Accept"
818+
"DisplayName": "Accept",
819819
"AllowedRoles": [ ],
820820
"AllowedInstanceRoles": [ "InstanceOwner" ],
821821
"Function": "Accept",

articles/databox/data-box-disk-system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here is a list of the supported operating systems for the disk unlock and data c
2424
| **Operating system** | **Tested versions** |
2525
| --- | --- |
2626
| Windows Server |2008 R2 SP1 <br> 2012 <br> 2012 R2 <br> 2016 |
27-
| Windows |7, 8, 10 |
27+
| Windows (64-bit) |7, 8, 10 |
2828
|Linux <br> <li> Ubuntu </li><li> Debian </li><li> Red Hat Enterprise Linux (RHEL) </li><li> CentOS| <br>14.04, 16.04, 18.04 <br> 8.11, 9 <br> 7.0 <br> 6.5, 6.9, 7.0, 7.5 |
2929

3030
## Other required software for Windows clients

articles/dns/private-dns-overview.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,11 @@ Azure DNS provides the following capabilities:
6060

6161
Azure DNS has the following limitations:
6262

63-
* Only one registration virtual network is allowed per private zone.
64-
* Up to 10 resolution virtual networks are allowed per private zone. This limit will be removed when this feature is generally available.
65-
* A specific virtual network can be linked to only one private zone as a registration virtual network.
66-
* A specific virtual network can be linked to up to 10 private zones as a resolution virtual network. This limit will be removed when this feature is generally available.
67-
* If you specify a registration virtual network, the DNS records for the VMs from that virtual network that are registered to the private zone are not viewable or retrievable from the Azure Powershell and Azure CLI APIs. The VM records are indeed registered and will resolve successfully.
68-
* Reverse DNS works only for private IP space in the registration virtual network.
69-
* Reverse DNS for a private IP that isn't registered in the private zone (for example, a private IP for a virtual machine in a virtual network that is linked as a resolution virtual network to a private zone) returns *internal.cloudapp.net* as the DNS suffix. However, this suffix isn't resolvable.
70-
* The virtual network must be completely empty the first time you link it to a private zone as a registration or resolution virtual network. However, the virtual network can then be non-empty for future linking as a registration or resolution virtual network, to other private zones.
71-
* Currently, conditional forwarding is not supported (for example, for enabling resolution between Azure and OnPrem networks). For information about how customers can realize this scenario via other mechanisms, see [Name resolution for VMs and role instances](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md).
63+
* A specific virtual network can be linked to only one private zone as if automatic registration of VM DNS records is enabled. You can however link multiple virtual networks to a single DNS zone.
7264
* Reverse DNS works only for private IP space in the linked virtual network
7365
* Reverse DNS for a private IP for a linked virtual network returns "internal.cloudapp.net" as the default suffix for the virtual machine. For virtual networks that are linked to a private zone with autoregistration enabled, reverse DNS for a private IP returns 2 FQDNs, one with default the suffix *internal.cloudapp.net* and another with the private zone suffix.
74-
* Conditional forwarding isn't supported. For example, to enable resolution between Azure and on-premises networks. Learn how you can enable this scenario using other mechanisms. See [Name resolution for VMs and role instances](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md)
66+
* Conditional forwarding is not natively supported at the moment. To enable resolution between Azure and on-premises networks. See [Name resolution for VMs and role instances](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md)
7567

76-
77-
7868
## Pricing
7969

8070
For pricing information, see [Azure DNS Pricing](https://azure.microsoft.com/pricing/details/dns/).

articles/search/search-indexer-troubleshooting.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ Azure Storage provides a configurable firewall. By default, the firewall is disa
3030

3131
There's no specific error message when the firewall is enabled. Typically, firewall errors look like `The remote server returned an error: (403) Forbidden`.
3232

33-
You can verify that the firewall is enabled in the [portal](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal). If the firewall is enabled, you have two options for getting around this issue:
33+
You can verify that the firewall is enabled in the [portal](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal). The only supported workaround is to disable the firewall by choosing to allow access from ['All networks'](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal).
3434

35-
1. Disable the firewall by choosing to allow access from ['All networks'](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal)
36-
1. [Add an exception](https://docs.microsoft.com/azure/storage/common/storage-network-security#managing-ip-network-rules) for the IP address of your search service. To find this IP address, use the following command:
35+
If your indexer does not have an attached skillset, you _may_ attempt to [add an exception](https://docs.microsoft.com/azure/storage/common/storage-network-security#managing-ip-network-rules) for the IP addresses of your search service. However, this scenario is not supported and is not guaranteed to work.
3736

38-
`nslookup <service name>.search.windows.net`
39-
40-
Exceptions don't work for [cognitive search](cognitive-search-concept-intro.md). The only workaround is to disable the firewall.
37+
You can find out the IP address of your search service by pinging its FQDN (`<your-search-service-name>.search.windows.net`).
4138

4239
### Cosmos DB
4340

articles/storage/common/storage-import-export-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To prepare the hard drives using the WAImportExport tool, the following **64-bit
3535

3636
Azure Import/Export service supports the following types of storage accounts:
3737

38-
- General Purpose v2 storage accounts (recommended for most scenarios)
38+
- Standard General Purpose v2 storage accounts (recommended for most scenarios)
3939
- Blob Storage accounts
4040
- General Purpose v1 storage accounts (both Classic or Azure Resource Manager deployments),
4141

articles/virtual-network/public-ip-address-prefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You create a public IP address prefix in an Azure region and subscription by spe
2929

3030
## Why create a public IP address prefix?
3131

32-
When you create public IP address resources, Azure assign an available public IP address from any of the ranges used in a region. Once Azure assigns the address, you know what the address is, but until Azure assigns the address, you don't know what address might be assigned. This can be problematic when, for example, you, or your business partners, setup firewall rules that allow specific IP addresses. Each time you assign a new public IP address to a resource, the address has to be added to the firewall rule. When you assign addresses to your resources from a public IP address prefix, firewall rules don't need to be updated each time you assign one of the addresses, because the whole range could be added to a rule.
32+
When you create public IP address resources, Azure assigns an available public IP address from any of the ranges used in the region. Once Azure assigns the address, you know what the address is, but until Azure assigns the address, you don't know what address might be assigned. This can be problematic when, for example, you, or your business partners, setup firewall rules that allow specific IP addresses. Each time you assign a new public IP address to a resource, the address has to be added to the firewall rule. When you assign addresses to your resources from a public IP address prefix, firewall rules don't need to be updated each time you assign one of the addresses, because the whole range could be added to a rule.
3333

3434
## Benefits
3535

0 commit comments

Comments
 (0)