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
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-feedback-tool.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,27 @@ ms.custom: mvc
14
14
15
15
# Provide data feedback to Azure Maps
16
16
17
-
Available since 2018, Azure Maps has been providing fresh map data, easy-to-use REST APIs, and powerful SDKs to support enterprise customers with various business use cases. The real world is constantly changing, and it’s crucial to have factual digital representations. The Azure Maps feedback tool exists to empower customers of both Bing and Azure Maps to communicate issues, which are shared with our data providers and their map editors. They can quickly evaluate and incorporate feedback into our mapping products.
17
+
Available since 2018, Azure Maps has been providing fresh map data, easy-to-use REST APIs, and powerful SDKs to support enterprise customers with various business use cases. The real world is constantly changing, and it’s crucial to have factual digital representations. The Azure Maps feedback tool exists to empower customers of both Bing and Azure Maps to communicate issues, which are shared with our data providers and their map editors. They can quickly evaluate and incorporate feedback into our mapping products.
18
18
19
-
## Providing feedback
19
+
## How to access the feedback tool
20
20
21
-
You can provide feedback on any issue you find in an Azure Maps map using the feedback tool. The following example demonstrates how to provide feedback when you encounter a road recently changed to become a two-way road.
21
+
There are three ways to access the feedback tool.
22
22
23
-
1.Navigate to the [Azure Maps feedback tool]. You can access the feedback tool in your **Azure Maps Account** from a link in the **Provide Map Data Feedback** tab of the **Overview** section.
23
+
1.**Azure Maps Account**. You can access the feedback tool in your **Azure Maps Account** from a link in the **Provide Map Data Feedback** tab of the **Overview** section.
24
24
25
25
:::image type="content" source="./media/how-to-use-feedback-tool/provide-map-data-feedback-link.png" lightbox="./media/how-to-use-feedback-tool/provide-map-data-feedback-link.png" alt-text="A screenshot showing the 'Provide Map Data Feedback' link in the overview section of an Azure Maps Account.":::
26
26
27
+
1.**Web SDK map control**. You can access the feedback tool from a link in the lower right-hand side of the map.
28
+
29
+
:::image type="content" source="./media/how-to-use-feedback-tool/web-sdk-map-control.png" lightbox="./media/how-to-use-feedback-tool/web-sdk-map-control.png" alt-text="A screenshot showing the link to the Azure Maps feedback tool from an Azure Maps map created using the Web SDK map control.":::
30
+
31
+
1.**URL**. You can access the feedback tool directly from the [Azure Maps feedback tool] URL.
32
+
33
+
## Providing feedback
34
+
35
+
You can provide feedback on any issue you find in an Azure Maps map using the feedback tool. The following example demonstrates how to provide feedback when you encounter a road recently changed to become a two-way road.
0 commit comments