Skip to content

Commit d13070d

Browse files
authored
Merge pull request #245856 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 846390c + 58cbb7e commit d13070d

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

articles/active-directory/saas-apps/jiramicrosoft-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use your Microsoft Azure Active Directory account with Atlassian JIRA server to
3030
To configure Azure AD integration with JIRA SAML SSO by Microsoft, you need the following items:
3131

3232
- An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
33-
- JIRA Core and Software 6.4 to 9.8.1 or JIRA Service Desk 3.0 to 4.22.1 should be installed and configured on Windows 64-bit version.
33+
- JIRA Core and Software 6.4 to 9.10.0 or JIRA Service Desk 3.0 to 4.22.1 should be installed and configured on Windows 64-bit version.
3434
- JIRA server is HTTPS enabled.
3535
- Note the supported versions for JIRA Plugin are mentioned in below section.
3636
- JIRA server is reachable on the Internet particularly to the Azure AD login page for authentication and should able to receive the token from Azure AD.
@@ -51,7 +51,7 @@ To get started, you need the following items:
5151
5252
## Supported versions of JIRA
5353

54-
* JIRA Core and Software: 6.4 to 9.8.1.
54+
* JIRA Core and Software: 6.4 to 9.10.0.
5555
* JIRA Service Desk 3.0 to 4.22.1.
5656
* JIRA also supports 5.2. For more details, click [Microsoft Azure Active Directory single sign-on for JIRA 5.2](jira52microsoft-tutorial.md).
5757

articles/azure-maps/spatial-io-add-ogc-map-layer.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.service: azure-maps
1111

1212
# Add a map layer from the Open Geospatial Consortium (OGC)
1313

14-
The `atlas.layer.OgcMapLayer` class can overlay Web Map Services (WMS) imagery and Web Map Tile Services (WMTS) imagery on the map. WMS is a standard protocol developed by OGC for serving georeferenced map images over the internet. Image georeferencing is the processes of associating an image to a geographical location. WMTS is also a standard protocol developed by OGC. It's designed for serving pre-rendered and georeferenced map tiles.
14+
The `atlas.layer.OgcMapLayer` class can overlay Web Map Services (WMS) imagery and Web Map Tile Services (WMTS) imagery on the map. WMS is a standard protocol developed by OGC for serving georeferenced map images over the internet. Image georeferencing is the processes of associating an image to a geographical location. WMTS is also a standard protocol developed by OGC. It's designed for serving prerendered and georeferenced map tiles.
1515

16-
The following sections outline the web map service features that are supported by the `OgcMapLayer` class.
16+
The following sections outline the web map service features supported by the `OgcMapLayer` class.
1717

1818
**Web Map Service (WMS)**
1919

@@ -32,8 +32,8 @@ The following sections outline the web map service features that are supported b
3232

3333
- Supported versions: `1.0.0`
3434
- Tiles must be square, such that `TileWidth == TileHeight`.
35-
- CRS supported: `EPSG:3857` or `GoogleMapsCompatible`
36-
- TileMatrix identifier must be an integer value that corresponds to a zoom level on the map. On an azure map, the zoom level is a value between `"0"` and `"22"`. So, `"0"` is supported, but `"00"` isn't supported.
35+
- CRS supported: `EPSG:3857` or `GoogleMapsCompatible`
36+
- TileMatrix identifier must be an integer value that corresponds to a zoom level on the map. In Azure Maps, the zoom level is a value between `"0"` and `"22"`. So, `"0"` is supported, but `"00"` isn't supported.
3737
- Supported operations:
3838

3939
| Operation | Description |
@@ -66,7 +66,7 @@ The [OGC map layer options] sample demonstrates the different OGC map layer opti
6666

6767
The [OGC Web Map Service explorer] sample overlays imagery from the Web Map Services (WMS) and Web Map Tile Services (WMTS) as layers. You may select which layers in the service are rendered on the map. You may also view the associated legends for these layers. For the source code for this sample, see [OGC Web Map Service explorer source code].
6868

69-
:::image type="content" source="./media/spatial-io-add-ogc-map-layer/ogc-web-map-service-explorer.png"alt-text="A screenshot that shows a map with a WMTS layer that comes from the world geology survey. On the left of the map is a drop-down list showing the OGC services which can be selected.":::
69+
:::image type="content" source="./media/spatial-io-add-ogc-map-layer/ogc-web-map-service-explorer.png"alt-text="A screenshot that shows a map with a WMTS layer that comes from the world geology survey. Left of the map is a drop-down list showing the OGC services that can be selected.":::
7070

7171
<!----------------------------------------------
7272
<iframe height='750' scrolling='no' title='OGC Web Map Service explorer' src='//codepen.io/azuremaps/embed/YzXxYdX/?height=750&theme-id=0&default-tab=result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true'>See the Pen <a href='https://codepen.io/azuremaps/pen/YzXxYdX/'>OGC Web Map Service explorer</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.</iframe>
@@ -79,26 +79,30 @@ You may also specify the map settings to use a proxy service. The proxy service
7979
Learn more about the classes and methods used in this article:
8080

8181
> [!div class="nextstepaction"]
82-
> [OgcMapLayer](/javascript/api/azure-maps-spatial-io/atlas.layer.ogcmaplayer)
82+
> [OgcMapLayer]
8383
8484
> [!div class="nextstepaction"]
85-
> [OgcMapLayerOptions](/javascript/api/azure-maps-spatial-io/atlas.ogcmaplayeroptions)
85+
> [OgcMapLayerOptions]
8686
8787
See the following articles, which contain code samples you could add to your maps:
8888

8989
> [!div class="nextstepaction"]
90-
> [Connect to a WFS service](spatial-io-connect-wfs-service.md)
90+
> [Connect to a WFS service]
9191
9292
> [!div class="nextstepaction"]
93-
> [Leverage core operations](spatial-io-core-operations.md)
93+
> [Leverage core operations]
9494
9595
> [!div class="nextstepaction"]
96-
> [Supported data format details](spatial-io-supported-data-format-details.md)
96+
> [Supported data format details]
9797
98-
[OGC map layer]: https://samples.azuremaps.com/spatial-io-module/ogc-map-layer-example
98+
[Connect to a WFS service]: spatial-io-connect-wfs-service.md
99+
[Leverage core operations]: spatial-io-core-operations.md
100+
[OGC map layer options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20map%20layer%20options/OGC%20map%20layer%20options.html
99101
[OGC map layer options]: https://samples.azuremaps.com/spatial-io-module/ogc-map-layer-options
100-
[OGC Web Map Service explorer]: https://samples.azuremaps.com/spatial-io-module/ogc-web-map-service-explorer
101-
102102
[OGC map layer source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20map%20layer%20example/OGC%20map%20layer%20example.html
103-
[OGC map layer options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20map%20layer%20options/OGC%20map%20layer%20options.html
103+
[OGC map layer]: https://samples.azuremaps.com/spatial-io-module/ogc-map-layer-example
104104
[OGC Web Map Service explorer source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20Web%20Map%20Service%20explorer/OGC%20Web%20Map%20Service%20explorer.html
105+
[OGC Web Map Service explorer]: https://samples.azuremaps.com/spatial-io-module/ogc-web-map-service-explorer
106+
[OgcMapLayer]: /javascript/api/azure-maps-spatial-io/atlas.layer.ogcmaplayer
107+
[OgcMapLayerOptions]: /javascript/api/azure-maps-spatial-io/atlas.ogcmaplayeroptions
108+
[Supported data format details]: spatial-io-supported-data-format-details.md

articles/load-balancer/skus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.service: load-balancer
77
ms.topic: reference
88
ms.workload: infrastructure-services
9-
ms.date: 04/20/2023
9+
ms.date: 07/10/2023
1010
ms.author: mbender
1111
ms.custom: template-reference, engagement-fy23
1212
---
@@ -43,7 +43,7 @@ To compare and understand the differences between Basic and Standard SKU, see th
4343
| **Global VNet Peering Support** | Standard Internal Load Balancer is supported via Global VNet Peering | Not supported |
4444
| **[NAT Gateway Support](../virtual-network/nat-gateway/nat-overview.md)** | Both Standard Internal Load Balancer and Standard Public Load Balancer are supported via Nat Gateway | Not supported |
4545
| **[Private Link Support](../private-link/private-link-overview.md)** | Standard Internal Load Balancer is supported via Private Link | Not supported |
46-
| **[Global tier (Preview)](./cross-region-overview.md)** | Standard Load Balancer supports the Global tier for Public Load Balancers enabling cross-region load balancing | Not supported |
46+
| **[Global tier](./cross-region-overview.md)** | Standard Load Balancer supports the Global tier for Public Load Balancers enabling cross-region load balancing | Not supported |
4747

4848
For more information, see [Load balancer limits](../azure-resource-manager/management/azure-subscription-service-limits.md#load-balancer). For Standard Load Balancer details, see [overview](./load-balancer-overview.md), [pricing](https://aka.ms/lbpricing), and [SLA](https://aka.ms/lbsla). For information on Gateway SKU - catered for third-party network virtual appliances (NVAs), see [Gateway Load Balancer overview](gateway-overview.md)
4949

0 commit comments

Comments
 (0)