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/api-management/breaking-changes/stv1-platform-retirement-august-2024.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: danlep
16
16
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. **The infrastructure associated with the API Management `stv1` compute platform version will be retired effective 31 August 2024 in the global Microsoft Azure cloud.** A more current compute platform version (`stv2`) is already available, and provides enhanced service capabilities.
17
17
18
18
> [!NOTE]
19
-
> For API Management instances deployed in Microsoft Azure Government cloud or Microsoft Azure operated by 21Vianet cloud (Azure in China), the retirement date for the `stv1` platform is 28 February 2025. [Learn more](stv1-platform-retirement-sovereign-clouds-february-2025.md)
19
+
> For API Management instances deployed in Microsoft Azure Government cloud or Microsoft Azure operated by 21Vianet cloud (Azure in China), the retirement date for the `stv1` platform is 24 February 2025. [Learn more](stv1-platform-retirement-sovereign-clouds-february-2025.md)
20
20
21
21
The following table summarizes the compute platforms currently used for instances in the different API Management service tiers.
Copy file name to clipboardExpand all lines: articles/api-management/breaking-changes/stv1-platform-retirement-sovereign-clouds-february-2025.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Azure API Management - stv1 platform retirement - Azure Government, Azure in China (February 2025)
3
-
description: In Azure Government and Azure operated by 21Vianet, API Management will retire stv1 platform effective 28 February 2025. Instances must be migrated to stv2 platform.
3
+
description: In Azure Government and Azure operated by 21Vianet, API Management will retire stv1 platform effective 24 February 2025. Instances must be migrated to stv2 platform.
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. **The infrastructure associated with the API Management `stv1` compute platform version will be retired effective 28 February 2025 in Microsoft Azure Government and in Microsoft Azure operated by 21 Vianet (Azure in China).** A more current compute platform version (`stv2`) is already available, and provides enhanced service capabilities.
16
+
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. **The infrastructure associated with the API Management `stv1` compute platform version will be retired effective 24 February 2025 in Microsoft Azure Government and in Microsoft Azure operated by 21 Vianet (Azure in China).** A more current compute platform version (`stv2`) is already available, and provides enhanced service capabilities.
17
17
18
18
> [!NOTE]
19
19
> For API Management instances deployed in global Microsoft Azure, the retirement date for the `stv1` platform is 31 August 2024. [Learn more](stv1-platform-retirement-august-2024.md)
@@ -36,11 +36,11 @@ If the value of the `platformVersion` property of your service is `stv1`, it's h
36
36
37
37
## What is the deadline for the change?
38
38
39
-
In Azure Government and Azure operated by 21Vianet, support for API Management instances hosted on the `stv1` platform will be retired by 28 February 2025.
39
+
In Azure Government and Azure operated by 21Vianet, support for API Management instances hosted on the `stv1` platform will be retired by 24 February 2025.
40
40
41
41
## What do I need to do?
42
42
43
-
**Migrate all your existing instances hosted on the `stv1` compute platform to the `stv2` compute platform by 28 February 2025.**
43
+
**Migrate all your existing instances hosted on the `stv1` compute platform to the `stv2` compute platform by 24 February 2025.**
44
44
45
45
If you have existing instances hosted on the `stv1` platform, follow our **[migration guide](../migrate-stv1-to-stv2.md)** to ensure a successful migration.
Copy file name to clipboardExpand all lines: articles/azure-maps/map-add-bubble-layer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Add a Bubble layer to a map | Microsoft Azure Maps
3
3
description: Learn how to render points on maps as circles with fixed sizes. See how to use the Azure Maps Web SDK to add and customize bubble layers for this purpose.
4
4
author: sinnypan
5
5
ms.author: sipa
6
-
ms.date: 05/15/2023
6
+
ms.date: 08/27/2024
7
7
ms.topic: how-to
8
8
ms.service: azure-maps
9
9
ms.subservice: web-sdk
@@ -62,7 +62,7 @@ This code shows you how to use a bubble layer to render a point on the map and a
62
62
63
63
```javascript
64
64
//Create an instance of the map control and set some options.
Copy file name to clipboardExpand all lines: articles/azure-maps/map-add-custom-html.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
@@ -3,7 +3,7 @@ title: Add an HTML Marker to map | Microsoft Azure Maps
3
3
description: Learn how to add HTML markers to maps. See how to use the Azure Maps Web SDK to customize markers and add popups and mouse events to a marker.
For a complete working sample of how to add an HTML marker, see [Simple HTML Marker] in the [Azure Maps Samples]. For the source code for this sample, see [Simple HTML Marker source code].
49
49
50
-
:::image type="content" source="./media/map-add-custom-html/simple-html-marker.png" alt-text="Screenshot showing a map of the world with a simple HtmlMarker.":::
50
+
:::image type="content" source="./media/map-add-custom-html/simple-html-marker.png" lightbox="./media/map-add-custom-html/simple-html-marker.png" alt-text="Screenshot showing a map of the world with a simple HtmlMarker.":::
@@ -59,7 +59,7 @@ The default `htmlContent` of an Html marker is an SVG template with place folder
59
59
60
60
For a complete working sample of how to create a custom SVG template and use it with the HtmlMarker class, see [HTML Marker with Custom SVG Template] in the [Azure Maps Samples]. When running this sample, select the button in the upper left hand side of the window labeled **Update Marker Options** to change the `color` and `text` options from the SVG template used in the HtmlMarker. For the source code for this sample, see [HTML Marker with Custom SVG Template source code].
61
61
62
-
:::image type="content" source="./media/map-add-custom-html/html-marker-with-custom-svg-template.png" alt-text="Screenshot showing a map of the world with a custom SVG template used with the HtmlMarker class. It includes a button labeled update marker options, that when selected changes the color and text options from the SVG template used in the HtmlMarker. ":::
62
+
:::image type="content" source="./media/map-add-custom-html/html-marker-with-custom-svg-template.png" lightbox="./media/map-add-custom-html/html-marker-with-custom-svg-template.png" alt-text="Screenshot showing a map of the world with a custom SVG template used with the HtmlMarker class. It includes a button labeled update marker options, that when selected changes the color and text options from the SVG template used in the HtmlMarker. ":::
For a complete working sample of how to use CSS and HTML to create amarker on the map, see [CSS Styled HTML Marker] in the [Azure Maps Samples]. For the sourcecode for this sample, see [CSS Styled HTML Marker source code].
185
185
186
-
:::image type="content" source="./media/map-add-custom-html/css-styled-html-marker.gif" alt-text="Screenshot showing a CSS styled HTMLmarker. ":::
@@ -195,7 +195,7 @@ This sample shows how to make an HTML marker draggable. HTML markers support `dr
195
195
196
196
For a complete working sample of how to use CSS and HTML to create amarker on the map, see [Draggable HTML Marker] in the [Azure Maps Samples]. For the sourcecode for this sample, see [Draggable HTML Marker source code].
197
197
198
-
:::image type="content" source="./media/map-add-custom-html/draggable-html-marker.gif" alt-text="Screenshot showing amap of the United States with a yellow thumb tack being dragged to demonstrate a draggable HTMLmarker. ":::
198
+
:::image type="content" source="./media/map-add-custom-html/draggable-html-marker.gif" lightbox="./media/map-add-custom-html/draggable-html-marker.gif" alt-text="Screenshot showing amap of the United States with a yellow thumb tack being dragged to demonstrate a draggable HTMLmarker. ":::
@@ -205,7 +205,7 @@ For a complete working sample of how to use CSS and HTML to create a marker on t
205
205
206
206
For a complete working sample of how to add mouse and drag events to an HTMLmarker, see [HTML Marker events] in the [Azure Maps Samples]. For the sourcecode for this sample, see [HTML Marker events source code].
207
207
208
-
:::image type="content" source="./media/map-add-custom-html/html-marker-events.gif" alt-text="Screenshot showing amap of the world with an HtmlMarker and a list of HtmlMarker events that become highlighted in green when that event fires.":::
208
+
:::image type="content" source="./media/map-add-custom-html/html-marker-events.gif" lightbox="./media/map-add-custom-html/html-marker-events.gif" alt-text="Screenshot showing amap of the world with an HtmlMarker and a list of HtmlMarker events that become highlighted in green when that event fires.":::
0 commit comments