Skip to content

Commit 65b35f4

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into sla
2 parents fecb294 + eca1545 commit 65b35f4

File tree

38 files changed

+1092
-414
lines changed

38 files changed

+1092
-414
lines changed

articles/azure-arc/vmware-vsphere/quick-start-create-a-vm.md

Lines changed: 536 additions & 7 deletions
Large diffs are not rendered by default.

articles/azure-maps/how-to-use-map-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ For a list of supported languages and regional views, see [Localization support
238238

239239
Beginning with Azure Maps Web SDK 3.0, the Web SDK includes full compatibility with [WebGL 2], a powerful graphics technology that enables hardware-accelerated rendering in modern web browsers. By using WebGL 2, developers can harness the capabilities of modern GPUs to render complex maps and visualizations more efficiently, resulting in improved performance and visual quality.
240240

241-
![Map image showing WebGL 2 Compatibility.](./media/how-to-use-map-control/webgl-2-compatability.png)
241+
:::image type="content" source="./media/how-to-use-map-control/webgl-2-compatability.png" alt-text="Screenshot of a map image showing WebGL 2 Compatibility." lightbox="./media/how-to-use-map-control/webgl-2-compatability.png":::
242242

243243
```html
244244
<!DOCTYPE html>
@@ -249,7 +249,7 @@ Beginning with Azure Maps Web SDK 3.0, the Web SDK includes full compatibility w
249249
<title>WebGL2 - Azure Maps Web SDK Samples</title>
250250
<link href=https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css rel="stylesheet"/>
251251
<script src=https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js></script>
252-
<script src="https://unpkg.com/deck.gl@latest/dist.min.js"></script>
252+
<script src="https://unpkg.com/deck.gl@^8/dist.min.js"></script>
253253
<style>
254254
html,
255255
body {
-633 KB
Loading
858 KB
Loading
-335 KB
Loading
153 KB
Loading

articles/azure-monitor/alerts/action-groups.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,10 @@ After you create an action group, you can view it in the portal:
340340

341341
A phone number or email can be included in action groups in many subscriptions. Azure Monitor uses rate limiting to suspend notifications when too many notifications are sent to a particular phone number, email address or device. Rate limiting ensures that alerts are manageable and actionable.
342342

343-
Rate limiting applies to SMS, voice, and email notifications. All other notification actions aren't rate limited. For information about rate limits, see [Azure Monitor service limits](../service-limits.md).
344-
345-
Rate limiting applies across all subscriptions. Rate limiting is applied as soon as the threshold is reached, even if messages are sent from multiple subscriptions.
346-
347-
When an email address is rate limited, a notification is sent to communicate that rate limiting was applied and when the rate limiting expires.
343+
Rate limiting applies to SMS, voice, and email notifications. All other notification actions aren't rate limited. Rate limiting applies across all subscriptions. Rate limiting is applied as soon as the threshold is reached, even if messages are sent from multiple subscriptions. When an email address is rate limited, a notification is sent to communicate that rate limiting was applied and when the rate limiting expires.
348344

345+
For information about rate limits, see [Azure Monitor service limits](../service-limits.md).
346+
349347
## Email Azure Resource Manager
350348

351349
When you use Azure Resource Manager for email notifications, you can send email to the members of a subscription's role. Email is sent to Microsoft Entra ID **user** or **group** members of the role. This includes support for roles assigned through Azure Lighthouse.
@@ -386,11 +384,11 @@ When you set up the Resource Manager role:
386384
> It can take up to 24 hours for a customer to start receiving notifications after they add a new Azure Resource Manager role to their subscription.
387385
## SMS
388386

389-
For information about rate limits, see [Rate limiting for voice, SMS, emails, Azure App Service push notifications, and webhook posts](./alerts-rate-limiting.md).
387+
You might have a limited number of SMS actions per action group.
390388

391-
For important information about using SMS notifications in action groups, see [SMS alert behavior in action groups](./alerts-sms-behavior.md).
389+
- For information about rate limits, see [Azure Monitor service limits](../service-limits.md).
390+
- For important information about using SMS notifications in action groups, see [SMS alert behavior in action groups](./alerts-sms-behavior.md).
392391

393-
You might have a limited number of SMS actions per action group.
394392

395393
> [!NOTE]
396394
>
@@ -454,10 +452,9 @@ You might have a limited number of Azure app actions per action group.
454452
| 1 | United States |
455453

456454
## Voice
455+
You might have a limited number of voice actions per action group. For important information about rate limits, see [Azure Monitor service limits](../service-limits.md).
457456

458-
For important information about rate limits, see [Rate limiting for voice, SMS, emails, Azure App Service push notifications, and webhook posts](./alerts-rate-limiting.md).
459457

460-
You might have a limited number of voice actions per action group.
461458

462459
> [!NOTE]
463460
>

0 commit comments

Comments
 (0)