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
Maps (preview) in [Microsoft Fabric] is a powerful geospatial visualization tool within Real-Time Intelligence that turns static and real-time spatial data into actionable insights by uncovering patterns and trends often missed in traditional charts. With an intuitive interface, you can create interactive maps featuring multiple layers, and rich customization options. Seamlessly integrated with other Fabric experiences and powered by Azure Maps services, it delivers accurate, scalable, and secure mapping for enterprise scenarios. Whether monitoring IoT devices, tracking assets, or analyzing regional trends, Maps helps you make sense of spatial data in real time. For more information, see [Create a map].
38
+
39
+
:::image type="content" source="./media/about-azure-maps/intro-fabric-maps.png" lightbox="./media/about-azure-maps/intro-fabric-maps.png" alt-text="A screenshot showing Maps in Microsoft Fabric.":::
40
+
35
41
## Map controls
36
42
37
43
### Web SDK
@@ -78,7 +84,7 @@ For more information, see [Route] in the Azure Maps REST API documentation.
78
84
79
85
### Search service
80
86
81
-
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode] addresses and cross streets based on latitudes and longitudes.
87
+
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode] addresses and cross streets based on latitudes and longitudes.[Geocode Autocomplete] (preview) suggests location completions as you type, based on partial input and optional location context.
82
88
83
89
:::image type="content" source="./media/about-azure-maps/intro_search.png" lightbox="./media/about-azure-maps/intro_search.png" alt-text="Example of a search on a map.":::
84
90
@@ -142,7 +148,7 @@ For more information, see [Traffic] in the Azure Maps REST API documentation.
142
148
143
149
### Weather service
144
150
145
-
The Weather service offers API to retrieve weather information for a particular location. This information includes observation date and time, weather conditions, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeel™ Temperature and UV index are also returned.
151
+
The Weather service offers API to retrieve weather information for a particular location. This information includes observation date and time, weather conditions, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeel™ Temperature and UV index are also returned.
146
152
147
153
Developers can use the [Get Weather along route API] to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.
148
154
@@ -200,6 +206,7 @@ Stay up to date on Azure Maps:
200
206
[Quickstart: Create a web app]: quick-demo-map-app.md
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-search-for-address.md
+56-7Lines changed: 56 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,9 @@ The example in this section uses [Get Geocoding] to convert an address into lati
234
234
235
235
The [Get Geocode Autocomplete] API supports both single-line and free-form address inputs, making it ideal for scenarios where a complete address is unavailable. You can submit either a full or partial address as the query. To enhance the accuracy and relevance of the results, it's recommended to constrain the search by specifying coordinates or a bounding box.
236
236
237
-
This example demonstrates how to use the Get Geocode Autocomplete API to search the entire North American continent for partial input like "university of w." It then shows how to narrow the search scope to a specific country or region using the `countryRegion` parameter. Finally, it demonstrates how to use the `coordinates` parameter to focus the search to a specific area.
237
+
### Search for a place
238
+
239
+
This example demonstrates how to use the Get Geocode Autocomplete API to search for a place in the entire North American continent for partial input like "university of w." It then shows how to narrow the search scope to a specific country or region using the `countryRegion` parameter. Finally, it demonstrates how to use the `coordinates` parameter to focus the search to a specific area.
238
240
239
241
> [!IMPORTANT]
240
242
> To geobias results to the relevant area for your users, always add as many location details as possible. For more information, see [Best Practices for Search].
@@ -306,6 +308,50 @@ Next, focus your search to include more results in a specific area within the de
306
308
> - **University of West Florida** in Escambia County, Florida, USA
307
309
> - **University of Wisconsin-Stout** in Menomonie, Dunn County, Wisconsin, USA
308
310
311
+
### Search for an address
312
+
313
+
The examples in this section demonstrate the difference between searching for a place and searching for an address using the `resultTypeGroups` parameter of the [Get Geocode Autocomplete] API, using examples that search for Disneyland in southern California using partial input like "dis" and the `coordinates` parameter to focus the search to a specific area.
314
+
315
+
> [!IMPORTANT]
316
+
> To geobias results to the relevant area for your users, always add as many location details as possible. For more information, see [Best Practices for Search].
317
+
318
+
1. Open the [Bruno] application.
319
+
320
+
1. Select **NEW REQUEST** to create the request. In the **NEW REQUEST** window, set **Type** to **HTTP**. Enter a **Name** for the request.
321
+
322
+
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
> The `type` property is most relevant when using `resultTypeGroups=place`. To view available types, refer to the [Autocomplete ResultType Enum]. To define which types to search, use the `resultTypes` [URI parameter]. For implementation details, see the [Autocomplete API call to search for 'Muir Woods', filtered by park and populated place resultTypes, place resultTypeGroups] example.
340
+
341
+
1. When no values are provided for the `resultTypeGroups` parameter, queries can return both place and address values. If your only interested in searching for addresses, include `resultTypeGroups=address` in your request:
| formattedAddress | Disneyland, Anaheim, CA 92802, United States |
354
+
309
355
## Search for a street address using Get Reverse Geocoding
310
356
311
357
[Get Reverse Geocoding] translates coordinates into human readable street addresses. This API is often used for applications that consume GPS feeds and want to discover addresses at specific coordinate points.
@@ -375,36 +421,39 @@ This example demonstrates how to search for a cross street based on the coordina
[Autocomplete API call to search for 'Muir Woods', filtered by park and populated place resultTypes, place resultTypeGroups]: /rest/api/maps/search/get-geocode-autocomplete?#autocomplete-api-call-to-search-for-'muir-woods',-filtered-by-park-and-populated-place-resulttypes,-place-resulttypegroups
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-functions-any.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
---
2
-
title: Bicep functions - any
3
-
description: Describes the any function that is available in Bicep to convert types.
2
+
title: Bicep functions - any()
3
+
description: Describes the any() function that's available in Bicep to convert types.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 02/12/2025
6
+
ms.date: 10/22/2025
7
7
---
8
8
9
-
# Any function for Bicep
9
+
# any() function (Bicep)
10
10
11
-
Bicep supports a function called`any()`to resolve type errors in the Bicep type system. You use this function when the format of the value you provide doesn't match what the type system expects. For example, if the property requires a number but you need to provide it as a string, like `'0.5'`. Use the `any()` function to suppress the error reported by the type system.
11
+
Bicep supports a function named`any()`that suppresses type check errors. Use the Bicep `any()`function to cast a value to a type that's compatible with any data type. For example, use the `any()` function when a property requires a number but you need to provide a string, like `'0.5'`.
12
12
13
-
This function doesn't exist in the Azure Resource Manager template runtime. It's only used by Bicep and isn't emitted in the JSON for the built template.
13
+
This function doesn't exist in the Azure Resource Manager template runtime. The Bicep `any()` function only affects compile-time type checking. It doesn't convert values at runtime and isn't emitted into the JSON for an Azure Resource Manager template.
14
14
15
15
> [!NOTE]
16
16
> To help resolve type errors, let us know when missing or incorrect types required you to use the `any()` function. Add your details to the [missing type validation/inaccuracies](https://github.com/Azure/bicep/issues/784) GitHub issue.
17
17
18
-
## any
18
+
## Syntax for the Bicep any() function
19
19
20
20
`any(value)`
21
21
22
-
Returns a value that is compatible with any data type.
22
+
Returns a value that's compatible with any Bicep data type.
Copy file name to clipboardExpand all lines: articles/azure-vmware/configure-azure-monitor-for-resource-health-for-azure-vmware-solution.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ To create or edit a Resource Health alert rule, you need:
27
27
28
28
1. In the Azure portal, navigate to your AVS private cloud resource.
29
29
1. From the left menu, select **Help** → **Resource Health**.
30
-
:::image type="content" source="media/resource-health/resource-health-left-nav.png" alt-text="Screenshot showing where to find Resource Health for the AVS private cloud.":::
30
+
:::image type="content" source="media/resource-health/resource-health-left-nav.png" alt-text="Screenshot showing where to find Resource Health for the AVS private cloud." lightbox="media/resource-health/resource-health-left-nav.png":::
31
31
32
32
1. Click **Add resource health alert**.
33
-
:::image type="content" source="media/resource-health/resource-health-create-alert.png" alt-text="Screenshot showing add resource health alert button.":::
@@ -43,7 +43,7 @@ To create or edit a Resource Health alert rule, you need:
43
43
|**Previous resource status**| (Optional) Select the previous resource status. Values are **Available**, **Degraded**, **Unavailable**, and **Unknown**.|
44
44
|**Reason type**| Select the causes of the resource health events. Values are **Platform Initiated**, **Unknown**, and **User Initiated**. |
45
45
46
-
:::image type="content" source="media/resource-health/resource-health-condition.png" alt-text="Screenshot showing condition tabs while creating alerts using Resource Health for the AVS private cloud.":::
46
+
:::image type="content" source="media/resource-health/resource-health-condition.png" alt-text="Screenshot showing condition tabs while creating alerts using Resource Health for the AVS private cloud." lightbox="media/resource-health/resource-health-condition.png":::
47
47
48
48
### Configure actions
49
49
@@ -54,7 +54,7 @@ To create or edit a Resource Health alert rule, you need:
54
54
55
55
- Provide an **Action group name** and **Display name**
56
56
57
-
:::image type="content" source="media/resource-health/resource-health-new-action-group.png" alt-text="Screenshot showing new action group creation wizard with basics tab.":::
57
+
:::image type="content" source="media/resource-health/resource-health-new-action-group.png" alt-text="Screenshot showing new action group creation wizard with basics tab." lightbox="media/resource-health/resource-health-new-action-group.png":::
58
58
59
59
- Under **Notification type**, select channels (Email, SMS, Push, Voice) and add stakeholder contacts
60
60
:::image type="content" source="media/resource-health/resource-health-action-group-notifications.png" alt-text="Screenshot showing new action group creation wizard with notifications tab." lightbox="media/resource-health/resource-health-action-group-notifications.png":::
@@ -68,11 +68,11 @@ To create or edit a Resource Health alert rule, you need:
68
68
- Subscription and resource group for the rule
69
69
- Ensure **Enable alert rule upon creation** is checked
70
70
71
-
:::image type="content" source="media/resource-health/resource-health-action-group-details.png" alt-text="Screenshot showing new action group creation wizard with details tab.":::
71
+
:::image type="content" source="media/resource-health/resource-health-action-group-details.png" alt-text="Screenshot showing new action group creation wizard with details tab." lightbox="media/resource-health/resource-health-action-group-details.png":::
72
72
73
73
1. Click **Review + create**, then **Create**.
74
74
75
-
:::image type="content" source="media/resource-health/resource-health-alert-review-create.png" alt-text="Screenshot showing new alert rule creation wizard with review-create tab.":::
75
+
:::image type="content" source="media/resource-health/resource-health-alert-review-create.png" alt-text="Screenshot showing new alert rule creation wizard with review-create tab." lightbox="media/resource-health/resource-health-alert-review-create.png":::
0 commit comments