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
|[Terms of Use experience](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Feature change|Jul 2023|
37
35
|[Azure AD PowerShell and MSOnline PowerShell](https://aka.ms/aadgraphupdate)|Deprecation|Mar 30, 2024|
38
36
|[Azure AD MFA Server](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Retirement|Sep 30, 2024|
@@ -44,6 +42,8 @@ Use the following table to learn about changes including deprecations, retiremen
44
42
45
43
|Functionality, feature, or service|Change|Change date |
46
44
|---|---|---:|
45
+
|[Azure AD Authentication Library (ADAL)](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Retirement|Jun 30, 2023|
|[Microsoft Authenticator Lite for Outlook mobile](../../active-directory/authentication/how-to-mfa-authenticator-lite.md)|Feature change|Jun 9, 2023|
48
48
|[My Groups experience](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Feature change|May 2023|
Copy file name to clipboardExpand all lines: articles/aks/coredns-custom.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,10 @@ You can customize CoreDNS with AKS to perform on-the-fly DNS name rewrites.
71
71
kubectl get configmaps --namespace=kube-system coredns-custom -o yaml
72
72
```
73
73
74
-
4. Force CoreDNS to reload the ConfigMap using the [`kubectl delete pod`][kubectl delete] command and the `kube-dns` label. This command deletes the `kube-dns` pods, and then the Kubernetes Scheduler recreates them. The new pods contain the change in TTL value.
74
+
4. To reload the ConfigMap and enable Kubernetes Scheduler to restart CoreDNS without downtime, perform a rolling restart using [`kubectl rollout restart`][kubectl-rollout].
75
75
76
76
```console
77
-
kubectl delete pod --namespace kube-system -l k8s-app=kube-dns
@@ -102,10 +102,10 @@ If you need to specify a forward server for your network traffic, you can create
102
102
kubectl apply -f corednsms.yaml
103
103
```
104
104
105
-
3. Force CoreDNS to reload the ConfigMap using the [`kubectl delete pod`][kubectl delete] so the Kubernetes Scheduler can recreate them.
105
+
3. To reload the ConfigMap and enable Kubernetes Scheduler to restart CoreDNS without downtime, perform a rolling restart using [`kubectl rollout restart`][kubectl-rollout].
106
106
107
107
```console
108
-
kubectl delete pod --namespace kube-system -l k8s-app=kube-dns
@@ -135,10 +135,10 @@ You may want to configure custom domains that can only be resolved internally. F
135
135
kubectl apply -f corednsms.yaml
136
136
```
137
137
138
-
3. Force CoreDNS to reload the ConfigMap using the [`kubectl delete pod`][kubectl delete] so the Kubernetes Scheduler can recreate them.
138
+
3. To reload the ConfigMap and enable Kubernetes Scheduler to restart CoreDNS without downtime, perform a rolling restart using [`kubectl rollout restart`][kubectl-rollout].
139
139
140
140
```console
141
-
kubectl delete pod --namespace kube-system -l k8s-app=kube-dns
@@ -174,10 +174,10 @@ CoreDNS can also be used to configure stub domains.
174
174
kubectl apply -f corednsms.yaml
175
175
```
176
176
177
-
3. Force CoreDNS to reload the ConfigMap using the [`kubectl delete pod`][kubectl delete] so the Kubernetes Scheduler can recreate them.
177
+
3. To reload the ConfigMap and enable Kubernetes Scheduler to restart CoreDNS without downtime, perform a rolling restart using [`kubectl rollout restart`][kubectl-rollout].
178
178
179
179
```console
180
-
kubectl delete pod --namespace kube-system -l k8s-app=kube-dns
Copy file name to clipboardExpand all lines: articles/azure-maps/map-events.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
title: Handle map events | Microsoft Azure Maps
2
+
title: Handle map events
3
+
titleSuffix: Microsoft Azure Maps
3
4
description: Learn which events are fired when users interact with maps. View a list of all supported map events. See how to use the Azure Maps Web SDK to handle events.
4
5
author: dubiety
5
6
ms.author: yuchungchen
@@ -8,9 +9,9 @@ ms.topic: how-to
8
9
ms.service: azure-maps
9
10
---
10
11
11
-
# Interact with the map
12
+
# Handle map events
12
13
13
-
This article shows you how to use [map events class](/javascript/api/azure-maps-control/atlas.map#events). The property highlight events on the map and on different layers of the map. You can also highlight events when you interact with an HTML marker.
14
+
This article shows you how to use [map events class]. The property highlight events on the map and on different layers of the map. You can also highlight events when you interact with an HTML marker.
14
15
15
16
## Interact with the map
16
17
@@ -52,7 +53,7 @@ The following table lists all supported map class events.
52
53
|`boxzoomend`| Fired when a "box zoom" interaction ends.|
53
54
|`boxzoomstart`| Fired when a "box zoom" interaction starts.|
54
55
|`click`| Fired when a pointing device is pressed and released at the same point on the map.|
55
-
|`close`| Fired when the popup is closed manually or programatically.|
56
+
|`close`| Fired when the popup is closed manually or programmatically.|
56
57
|`contextmenu`| Fired when the right button of the mouse is clicked.|
57
58
|`data`| Fired when any map data loads or changes. |
58
59
|`dataadded`| Fired when shapes are added to the `DataSource`.|
@@ -65,7 +66,7 @@ The following table lists all supported map class events.
65
66
|`error`| Fired when an error occurs.|
66
67
|`idle`| <p>Fired after the last frame rendered before the map enters an "idle" state:<ul><li>No camera transitions are in progress.</li><li>All currently requested tiles have loaded.</li><li>All fade/transition animations have completed.</li></ul></p>|
67
68
|`keydown`| Fired when a key is pressed down.|
68
-
|`keypress`| Fired when a key that produces a typable character (an ANSI key) is pressed.|
69
+
|`keypress`| Fired when a key that produces a typeable character (an ANSI key) is pressed.|
69
70
|`keyup`| Fired when a key is released.|
70
71
|`layeradded`| Fired when a layer is added to the map.|
71
72
|`layerremoved`| Fired when a layer is removed from the map.|
@@ -80,7 +81,7 @@ The following table lists all supported map class events.
80
81
|`move`| Fired repeatedly during an animated transition from one view to another, as the result of either user interaction or methods.|
81
82
|`moveend`| Fired just after the map completes a transition from one view to another, as the result of either user interaction or methods.|
82
83
|`movestart`| Fired just before the map begins a transition from one view to another, as the result of either user interaction or methods.|
83
-
|`open`| Fired when the popup is opened manually or programatically.|
84
+
|`open`| Fired when the popup is opened manually or programmatically.|
84
85
|`pitch`| Fired whenever the map's pitch (tilt) changes as the result of either user interaction or methods.|
85
86
|`pitchend`| Fired immediately after the map's pitch (tilt) finishes changing as the result of either user interaction or methods.|
86
87
|`pitchstart`| Fired whenever the map's pitch (tilt) begins a change as the result of either user interaction or methods.|
@@ -111,15 +112,18 @@ The following table lists all supported map class events.
111
112
See the following articles for full code examples:
112
113
113
114
> [!div class="nextstepaction"]
114
-
> [Using the Azure Maps Services module](./how-to-use-services-module.md)
Copy file name to clipboardExpand all lines: articles/azure-maps/map-extruded-polygon.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
title: Add a polygon extrusion layer to a map | Microsoft Azure Maps
2
+
title: Add a polygon extrusion layer to a map
3
+
titleSuffix: Microsoft Azure Maps
3
4
description: How to add a polygon extrusion layer to the Microsoft Azure Maps Web SDK.
4
5
author: dubiety
5
6
ms.author: yuchungchen
@@ -10,11 +11,11 @@ ms.service: azure-maps
10
11
11
12
# Add a polygon extrusion layer to the map
12
13
13
-
This article shows you how to use the polygon extrusion layer to render areas of `Polygon` and `MultiPolygon` feature geometries as extruded shapes. The Azure Maps Web SDK supports rendering of Circle geometries as defined in the [extended GeoJSON schema](extend-geojson.md#circle). These circles can be transformed into polygons when rendered on the map. All feature geometries may be updated easily when wrapped with the [atlas.Shape](/javascript/api/azure-maps-control/atlas.shape) class.
14
+
This article shows you how to use the polygon extrusion layer to render areas of `Polygon` and `MultiPolygon` feature geometries as extruded shapes. The Azure Maps Web SDK supports rendering of Circle geometries as defined in the [extended GeoJSON schema]. These circles can be transformed into polygons when rendered on the map. All feature geometries may be updated easily when wrapped with the [atlas.Shape] class.
14
15
15
16
## Use a polygon extrusion layer
16
17
17
-
Connect the [polygon extrusion layer](/javascript/api/azure-maps-control/atlas.layer.polygonextrusionlayer) to a data source. Then, loaded it on the map. The polygon extrusion layer renders the areas of a `Polygon` and `MultiPolygon` features as extruded shapes. The `height` and `base` properties of the polygon extrusion layer define the base distance from the ground and height of the extruded shape in **meters**. The following code shows how to create a polygon, add it to a data source, and render it using the Polygon extrusion layer class.
18
+
Connect the [polygon extrusion layer] to a data source. Then, loaded it on the map. The polygon extrusion layer renders the areas of a `Polygon` and `MultiPolygon` features as extruded shapes. The `height` and `base` properties of the polygon extrusion layer define the base distance from the ground and height of the extruded shape in **meters**. The following code shows how to create a polygon, add it to a data source, and render it using the Polygon extrusion layer class.
18
19
19
20
> [!NOTE]
20
21
> The `base` value defined in the polygon extrusion layer should be less than or equal to that of the `height`.
@@ -123,7 +124,7 @@ The [Create a Choropleth Map] sample shows an extruded choropleth map of the Uni
123
124
124
125
## Add a circle to the map
125
126
126
-
Azure Maps uses an extended version of the GeoJSON schema that provides a [definition for circles](./extend-geojson.md#circle). An extruded circle can be rendered on the map by creating a `point` feature with a `subType` property of `Circle` and a numbered `Radius` property representing the radius in **meters**. For example:
127
+
Azure Maps uses an extended version of the GeoJSON schema that provides a [definition for circles]. An extruded circle can be rendered on the map by creating a `point` feature with a `subType` property of `Circle` and a numbered `Radius` property representing the radius in **meters**. For example:
127
128
128
129
```javascript
129
130
{
@@ -205,18 +206,23 @@ The Polygon Extrusion layer has several styling options. The [Polygon Extrusion
205
206
Learn more about the classes and methods used in this article:
0 commit comments