Skip to content

Commit 18ab52c

Browse files
authored
Merge pull request #235088 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 22912ef + 42f5abe commit 18ab52c

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

articles/aks/csi-secrets-store-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In addition to an AKS cluster, you'll need an Azure key vault resource that stor
115115
The Secrets Store CSI Driver allows for the following methods to access an Azure key vault:
116116
117117
* An [Azure Active Directory pod identity][aad-pod-identity] (preview)
118-
* An [Azure Active Directory workload identity][aad-workload-identity] (preview)
118+
* An [Azure Active Directory workload identity][aad-workload-identity]
119119
* A user-assigned or system-assigned managed identity
120120
121121
Follow the instructions in [Provide an identity to access the Azure Key Vault Provider for Secrets Store CSI Driver][identity-access-methods] for your chosen method.

articles/aks/ingress-tls.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ When you upgrade your ingress controller, you must pass a parameter to the Helm
130130
helm upgrade ingress-nginx ingress-nginx/ingress-nginx \
131131
--namespace $NAMESPACE \
132132
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"=$DNS_LABEL \
133-
--set controller.service.loadBalancerIP=$STATIC_IP
133+
--set controller.service.loadBalancerIP=$STATIC_IP \
134+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz
134135
```
135136
136137
### [Azure PowerShell](#tab/azure-powershell)
@@ -165,7 +166,8 @@ When you upgrade your ingress controller, you must pass a parameter to the Helm
165166
helm upgrade ingress-nginx ingress-nginx/ingress-nginx `
166167
--namespace $Namespace `
167168
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"=$DnsLabel `
168-
--set controller.service.loadBalancerIP=$StaticIP
169+
--set controller.service.loadBalancerIP=$StaticIP `
170+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz
169171
```
170172
171173
---
@@ -292,7 +294,8 @@ NAMESPACE="ingress-basic"
292294

293295
helm upgrade ingress-nginx ingress-nginx/ingress-nginx \
294296
--namespace $NAMESPACE \
295-
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"=$DNSLABEL
297+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"=$DNSLABEL \
298+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz
296299
```
297300

298301
### [Azure PowerShell](#tab/azure-powershell)
@@ -303,7 +306,8 @@ $Namespace = "ingress-basic"
303306
304307
helm upgrade ingress-nginx ingress-nginx/ingress-nginx `
305308
--namespace $Namespace `
306-
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"=$DnsLabel
309+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"=$DnsLabel `
310+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz
307311
```
308312

309313
---

articles/aks/static-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This article shows you how to create a static public IP address and assign it to
7979
loadBalancerIP: 40.121.183.52
8080
type: LoadBalancer
8181
ports:
82-
- port: 80
82+
- port: 80
8383
selector:
8484
app: azure-load-balancer
8585
```

articles/azure-maps/how-to-render-custom-data.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following are examples of custom data:
3030

3131
This article uses the [Postman] application, but you may use a different API development environment.
3232

33-
We'll use the Azure Maps [Data service] to store and render overlays.
33+
Use the Azure Maps [Data service] to store and render overlays.
3434

3535
## Render pushpins with labels and a custom image
3636

@@ -67,7 +67,7 @@ To get a static image with custom pins and labels:
6767
> [!NOTE]
6868
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
6969
70-
In this section, we'll upload path and pin data to Azure Map data storage.
70+
In this section, you upload path and pin data to Azure Map data storage.
7171
7272
To upload pins and path data:
7373
@@ -245,7 +245,7 @@ To render a polygon with color and opacity:
245245
> [!NOTE]
246246
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
247247
248-
You can modify the appearance of the pins by adding style modifiers. For example, to make pushpins and their labels larger or smaller, use the `sc` "scale style" modifier. This modifier takes a value that's greater than zero. A value of 1 is the standard scale. Values larger than 1 will make the pins larger, and values smaller than 1 will make them smaller. For more information about style modifiers, see [static image service path parameters].
248+
You can modify the appearance of the pins by adding style modifiers. For example, to make pushpins and their labels larger or smaller, use the `sc` "scale style" modifier. This modifier takes a value that's greater than zero. A value of 1 is the standard scale. Values larger than 1 makes the pins larger, and values smaller than 1 makes them smaller. For more information about style modifiers, see [static image service path parameters].
249249
250250
To render a circle and pushpins with custom labels:
251251
@@ -269,7 +269,7 @@ To render a circle and pushpins with custom labels:
269269
270270
:::image type="content" source="./media/how-to-render-custom-data/circle-custom-pins.png" alt-text="Render a circle with custom pushpins.":::
271271
272-
8. Now we'll change the color of the pushpins by modifying the `co` style modifier. If you look at the value of the `pins` parameter (`pins=default|la15+50|al0.66|lc003C62|co002D62|`), you'll see that the current color is `#002D62`. To change the color to `#41d42a`, we'll replace `#002D62` with `#41d42a`. Now the `pins` parameter is `pins=default|la15+50|al0.66|lc003C62|co41D42A|`. The request looks like the following URL:
272+
8. Next, change the color of the pushpins by modifying the `co` style modifier. If you look at the value of the `pins` parameter (`pins=default|la15+50|al0.66|lc003C62|co002D62|`), notice that the current color is `#002D62`. To change the color to `#41d42a`, replace `#002D62` with `#41d42a`. Now the `pins` parameter is `pins=default|la15+50|al0.66|lc003C62|co41D42A|`. The request looks like the following URL:
273273
274274
```HTTP
275275
https://atlas.microsoft.com/map/static/png?api-version=1.0&style=main&layer=basic&zoom=14&height=700&Width=700&center=-122.13230609893799,47.64599069048016&path=lcFF0000|lw2|la0.60|ra1000||-122.13230609893799 47.64599069048016&pins=default|la15+50|al0.66|lc003C62|co41D42A||'Microsoft Corporate Headquarters'-122.14131832122801 47.64690503939462|'Microsoft Visitor Center'-122.136828 47.642224|'Microsoft Conference Center'-122.12552547454833 47.642940335653996|'Microsoft The Commons'-122.13687658309935 47.64452336193245&subscription-key={Your-Azure-Maps-Subscription-key}
@@ -285,17 +285,20 @@ Similarly, you can change, add, and remove other style modifiers.
285285
286286
## Next steps
287287
288-
- Explore the [Azure Maps Get Map Image API] documentation.
289-
- To learn more about Azure Maps Data service, see the [service documentation].
288+
> [!div class="nextstepaction"]
289+
> [Render - Get Map Image]
290+
291+
> [!div class="nextstepaction"]
292+
> [Data service]
293+
290294
291295
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
292-
[Subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
293-
[Postman]: https://www.postman.com/
296+
[Render - Get Map Image]: /rest/api/maps/render/getmapimage
294297
[Data service]: /rest/api/maps/data
295-
[static image service]: /rest/api/maps/render/getmapimage
296298
[Data Upload]: /rest/api/maps/data-v2/upload
297-
[Render service]: /rest/api/maps/render/get-map-image
298299
[path parameter]: /rest/api/maps/render/getmapimage#uri-parameters
299-
[Azure Maps Get Map Image API]: /rest/api/maps/render/getmapimage
300-
[service documentation]: /rest/api/maps/data
300+
[Postman]: https://www.postman.com/
301+
[Render service]: /rest/api/maps/render/get-map-image
301302
[static image service path parameters]: /rest/api/maps/render/getmapimage#uri-parameters
303+
[static image service]: /rest/api/maps/render/getmapimage
304+
[Subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account

0 commit comments

Comments
 (0)