You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| imageHeight (Json)<BR>ImageWidth (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string) and offers 256 x 256 and 512 x 512 pixel tile sizes. |
79
-
| imageUrl (Json)<BR>ImageUrl (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string), as opposed to an image URL. |
80
-
| imageUrlSubdomains (Json)<BR>ImageUrlSubdomains (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string), as opposed to an image URL. |
81
-
| imageWidth (Json)<BR>ImageWidth (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string) and offers 256 x 256 and 512 x 512 pixel tile sizes. |
82
-
| vintageEnd (Json)<BR>VintageEnd (XML) | Not supported | Azure Maps Get Map Tile API provides map tile vintage information in the response header (Data-Capture-Date-Range<SUP>**1**</SUP>), rather than in the response body. |
83
-
| vintageStart (Json)<BR>VintageStart (XML)| Not supported | Azure Maps Get Map Tile API provides map tile vintage information in the response header (Data-Capture-Date-Range<SUP>**1**</SUP>), rather than in the response body. |
84
-
| zoomMax (Json)<BR>ZoonMax (XML) | Not supported | For information on zoom levels and maximum zoom supported by map tile styles, see [Zoom levels and tile grid] and [TilesetID].|
85
-
| zoomMin (Json)<BR>ZoomMin (XML) | Not supported | For information on zoom levels and maximum zoom supported by map tile styles, see [Zoom levels and tile grid] and [TilesetID]. |
78
+
| imageHeight (JSON)<BR>ImageWidth (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string) and offers 256 x 256 and 512 x 512 pixel tile sizes. |
79
+
| imageUrl (JSON)<BR>ImageUrl (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string), as opposed to an image URL. |
80
+
| imageUrlSubdomains (JSON)<BR>ImageUrlSubdomains (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string), as opposed to an image URL. |
81
+
| imageWidth (JSON)<BR>ImageWidth (XML) | Not supported | Azure Maps Get Map Tile API provides the map tile image directly in the HTML response (binary image string) and offers 256 x 256 and 512 x 512 pixel tile sizes. |
82
+
| vintageEnd (JSON)<BR>VintageEnd (XML) | Not supported | Azure Maps Get Map Tile API provides map tile vintage information in the response header (Data-Capture-Date-Range<SUP>**1**</SUP>), rather than in the response body. |
83
+
| vintageStart (JSON)<BR>VintageStart (XML)| Not supported | Azure Maps Get Map Tile API provides map tile vintage information in the response header (Data-Capture-Date-Range<SUP>**1**</SUP>), rather than in the response body. |
84
+
| zoomMax (JSON)<BR>ZoonMax (XML) | Not supported | For information on zoom levels and maximum zoom supported by map tile styles, see [Zoom levels and tile grid] and [TilesetID].|
85
+
| zoomMin (JSON)<BR>ZoomMin (XML) | Not supported | For information on zoom levels and maximum zoom supported by map tile styles, see [Zoom levels and tile grid] and [TilesetID]. |
86
86
87
87
<SUP>**1**</SUP> When using Azure Maps API to obtain RGB satellite images, you can also retrieve information about the acquisition date. The HTTP response includes a header called **Data-Capture-Date-Range**, which provides a date range indicating when the image was captured. For instance, it might appear as “7/31/2022-9/1/2023”. Keep in mind that satellite imagery often spans a date range due to batch processing and the stitching together of multiple images from different dates to create seamless maps. So, while a single date isn’t always applicable, the date range gives you insight into when the image data was collected.
| Azure Key Vault | All public regions<br/> All Government regions || GA <br/> [Learn how to create a private endpoint for Azure Key Vault.](/azure/key-vault/general/private-link-service)|
104
-
|Azure App Configuration | All public regions || GA </br> [Learn how to create a private endpoint for Azure App Configuration](../azure-app-configuration/concept-private-endpoint.md)|
104
+
|Azure App Configuration | All public regions<br/> All Government regions<br/>All China regions|| GA </br> [Learn how to create a private endpoint for Azure App Configuration](../azure-app-configuration/concept-private-endpoint.md)|
105
105
|Azure Application Gateway | All public regions || GA </br> [Azure Application Gateway Private Link](../application-gateway/private-link.md)|
Copy file name to clipboardExpand all lines: articles/private-link/private-endpoint-dns.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can use the following options to configure your DNS settings for private end
24
24
25
25
-**Use the host file (only recommended for testing)**. You can use the host file on a virtual machine to override the DNS.
26
26
27
-
-**Use a private DNS zone**. You can use [private DNS zones](../dns/private-dns-privatednszone.md) to override the DNS resolution for a private endpoint. A private DNS zone can be linked to your virtual network to resolve specific domains.
27
+
-**Use a private DNS zone**. You can use [Private DNS Zones](../dns/private-dns-privatednszone.md) to override the DNS resolution for a private endpoint. A private DNS zone can be linked to your virtual network to resolve specific domains.
28
28
29
29
-**Use Azure Private Resolver (optional)**. You can use Azure Private Resolver to override the DNS resolution for a private link resource. For more information about Azure Private Resolver, see [What is Azure Private Resolver?](../dns/dns-private-resolver-overview.md).
30
30
@@ -43,7 +43,10 @@ Connection URLs for your existing applications don't change. Client DNS requests
43
43
> Azure File Shares must be remounted if connected to the public endpoint.
44
44
45
45
> [!CAUTION]
46
-
> * Private networks already using the private DNS zone for a given type, can only connect to public resources if they don't have any private endpoint connections, otherwise a corresponding DNS configuration is required on the private DNS zone in order to complete the DNS resolution sequence. The corresponding DNS configuration is a manually entered A-record that points to the public IP address of the resource. This procedure isn't recommended as the IP address of the A record won't be automatically updated if the corresponding public IP address changes.
46
+
> * Private networks using a Private DNS Zone for any given resource type (for example, privatelink.blob.core.windows.net/Storage Account) can only resolve DNS Queries to public resources/Public IPs if those public resources don't have any existing Private Endpoint Connections. If this applies, an additional DNS configuration is required on the Private DNS Zone to complete the DNS resolution sequence. Otherwise, the Private DNS Zone will respond to the DNS query with a NXDOMAIN as no matching DNS record would be found in the Private DNS Zone.
47
+
>
48
+
> > *[Fallback to Internet](../dns/private-dns-fallback.md) for Private DNS Zone Virtual Network Links can be implemented for proper DNS Resolution for the Public IP of the public resource. This allows DNS queries that reach Private DNS Zones to be forwarded to Azure DNS for public resolution.
49
+
> > * Alternatively, a manually entered A-record in the Private DNS Zone that contains the Public IP of the public resource would allow for proper DNS resolution. This procedure isn't recommended as the Public IP of the A record in the Private DNS Zone won't be automatically updated if the corresponding public IP address changes for the public resource.
47
50
>
48
51
> * Private endpoint private DNS zone configurations will only automatically generate if you use the recommended naming scheme in the following tables.
49
52
@@ -96,7 +99,7 @@ For Azure services, use the recommended zone names as described in the following
96
99
>| Private link resource type | Subresource | Private DNS zone name | Public DNS zone forwarders |
97
100
>|---|---|---|---|
98
101
>| Azure Kubernetes Service - Kubernetes API (Microsoft.ContainerService/managedClusters) | management | privatelink.{regionName}.azmk8s.io </br> {subzone}.privatelink.{regionName}.azmk8s.io | {regionName}.azmk8s.io |
"BriefMessage": "Json input stream should either be an array of objects or line separated objects. Found token type: Integer",
26
+
"BriefMessage": "JSON input stream should either be an array of objects or line separated objects. Found token type: Integer",
27
27
"Message": "Input Message Id: https:\\/\\/exampleBlob.blob.core.windows.net\\/inputfolder\\/csv.txt Error: JSON input stream should either be an array of objects or line separated objects. Found token type: Integer",
0 commit comments