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/automation/automation-disaster-recovery.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
@@ -93,7 +93,7 @@ You can use these scripts for migration of Automation account assets from the ac
93
93
1. Ensure that both the source and destination Automation accounts should belong to the same Microsoft Entra tenant.
94
94
95
95
### Create and execute the runbook
96
-
You can use the[PowerShell script](https://github.com/azureautomation/Migrate-automation-account-assets-from-one-region-to-another) or [PowerShell workflow](https://github.com/azureautomation/Migrate-automation-account-assets-from-one-region-to-another-PwshWorkflow/tree/main) runbook or import from the Runbook gallery and execute it to enable migration of assets from one Automation account to another.
96
+
You can use the[PowerShell script](https://github.com/azureautomation/Migrate-automation-account-assets-from-one-region-to-another) or [PowerShell workflow](https://github.com/azureautomation/Migrate-automation-account-assets-from-one-region-to-another-PwshWorkflow/tree/main) runbook or import from the Runbook gallery and execute it to enable migration of assets from one Automation account to another.
97
97
98
98
Follow the steps to import and execute the runbook:
Copy file name to clipboardExpand all lines: articles/automation/automation-scenario-aws-deployment.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
@@ -95,7 +95,7 @@ Ensure that the AWS PowerShell module has been imported into Azure Automation.
95
95
96
96
## Next steps
97
97
98
-
* To find out what runbooks are supported, see[Azure Automation runbook types](automation-runbook-types.md).
98
+
* To find out what runbooks are supported, see[Azure Automation runbook types](automation-runbook-types.md).
99
99
* To work with runbooks, see [Manage runbooks in Azure Automation](manage-runbooks.md).
100
100
* For details of PowerShell, see [PowerShell Docs](/powershell/scripting/overview).
101
101
* For script support, see [Native PowerShell script support in Azure Automation](https://azure.microsoft.com/blog/announcing-powershell-script-support-azure-automation-2/).
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-manage-artifact.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ az login
58
58
az acr login -n $REGISTRY
59
59
```
60
60
61
-
If Docker isn't available, you can utilize the AD token provided for authentication. Authenticate with your[individual Microsoft Entra identity](container-registry-authentication.md?tabs=azure-cli#individual-login-with-azure-ad) using an AD token. Always use "000..." for the `USER_NAME` as the token is parsed through the `PASSWORD` variable.
61
+
If Docker isn't available, you can utilize the AD token provided for authentication. Authenticate with your[individual Microsoft Entra identity](container-registry-authentication.md?tabs=azure-cli#individual-login-with-azure-ad) using an AD token. Always use "000..." for the `USER_NAME` as the token is parsed through the `PASSWORD` variable.
62
62
63
63
```azurecli
64
64
# Login to Azure
@@ -528,5 +528,3 @@ In this article, you learned how to use Azure Container Registry to store, manag
Copy file name to clipboardExpand all lines: articles/dns/dns-faq-private.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ sections:
101
101
- question: |
102
102
How do I migrate my existing private DNS zones to the new model?
103
103
answer: |
104
-
We strongly recommend that you migrate to the new resource model as soon as possible. Legacy resource model will be supported, however, further features won't be developed on top of this model. In future, we intend to deprecate it in favor of new resource model. For guidance on how to migrate your existing private DNS zones to new resource model see[migration guide for Azure DNS private zones](private-dns-migration-guide.md).
104
+
We strongly recommend that you migrate to the new resource model as soon as possible. Legacy resource model will be supported, however, further features won't be developed on top of this model. In future, we intend to deprecate it in favor of new resource model. For guidance on how to migrate your existing private DNS zones to new resource model see[migration guide for Azure DNS private zones](private-dns-migration-guide.md).
105
105
106
106
- question: |
107
107
Which one takes precedence, Azure private DNS or a custom DNS server setup on a VM?
Copy file name to clipboardExpand all lines: articles/dns/dns-operations-recordsets-portal.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
@@ -25,7 +25,7 @@ To create a record set in the Azure portal, see [Create an Azure DNS zone and re
25
25
26
26
2. Select your DNS zone and then select **Recordsets**. The current record sets are displayed.
27
27
28
-

28
+
[](./media/dns-operations-recordsets-portal/recordsets.png)
29
29
30
30
## Add a new record to a record set
31
31
@@ -37,7 +37,7 @@ You can add up to 20 records to any record set. A record set may not contain two
37
37
38
38
2. Specify the record set properties by filling in the fields.
39
39
40
-

40
+
[](./media/dns-operations-recordsets-portal/record-page.png)
41
41
42
42
3. Select **Apply** at the bottom of the page to save your settings.
43
43
@@ -68,7 +68,7 @@ You can use the Azure portal to remove records from a record set. Removing the l
68
68
2. A message appears asking if you want to delete the record set.
69
69
3. Verify that the name matches the record set that you want to delete, and then select **Yes**.
70
70
71
-

71
+
[](./media/dns-operations-recordsets-portal/delete-record-set.png)
72
72
73
73
4. On the **DNS zone** page, verify that the record set is no longer visible.
74
74
@@ -100,4 +100,4 @@ You can't delete the SOA and NS record sets at the zone apex (name = "\@") that
100
100
* For more information about Azure DNS, see the [Azure DNS overview](dns-overview.md).
101
101
* For more information about automating DNS, see [Creating DNS zones and record sets using the .NET SDK](dns-sdk.md).
102
102
* For more information about reverse DNS records, see [Overview of reverse DNS and support in Azure](dns-reverse-dns-overview.md).
103
-
* For more information about Azure DNS alias records, see [Azure DNS alias records overview](dns-alias.md).
103
+
* For more information about Azure DNS alias records, see [Azure DNS alias records overview](dns-alias.md).
Copy file name to clipboardExpand all lines: articles/dns/private-resolver-hybrid-dns.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,19 @@ Next, create a rule in your ruleset for your on-premises domain. In this example
90
90
91
91
The procedure to configure on-premises DNS depends on the type of DNS server you're using. In the following example, a Windows DNS server at **10.100.0.2** is configured with a conditional forwarder for the private DNS zone **azure.contoso.com**. The conditional forwarder is set to forward queries to **10.10.0.4**, which is the inbound endpoint IP address for your Azure DNS Private Resolver. There's another IP address also configured here to enable DNS failover. For more information about enabling failover, see [Tutorial: Set up DNS failover using private resolvers](tutorial-dns-private-resolver-failover.md). For the purposes of this demonstration, only the **10.10.0.4** inbound endpoint is required.
Using a VM located in the virtual network where the Azure DNS Private Resolver is provisioned, issue a DNS query for a resource record in your on-premises domain. In this example, a query is performed for the record **testdns.contoso.com**:
98
98
99
-

99
+

100
100
101
101
The path for the query is: Azure DNS > inbound endpoint > outbound endpoint > ruleset rule for contoso.com > on-premises DNS (10.100.0.2). The DNS server at 10.100.0.2 is an on-premises DNS resolver, but it could also be an authoritative DNS server.
102
102
103
103
Using an on-premises VM or device, issue a DNS query for a resource record in your Azure private DNS zone. In this example, a query is performed for the record **test.azure.contoso.com**:
104
104
105
-

105
+

106
106
107
107
The path for this query is: client's default DNS resolver (10.100.0.2) > on-premises conditional forwarder rule for azure.contoso.com > inbound endpoint (10.10.0.4)
Copy file name to clipboardExpand all lines: articles/event-grid/authenticate-with-entra-id-namespaces.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
@@ -61,7 +61,7 @@ The identity used to publish events to Event Grid must have the permission ``Mic
61
61
With RBAC privileges taken care of, you can now [build your client application to send events](#publish-events-using-event-grids-client-sdks) to Event Grid.
62
62
63
63
> [!NOTE]
64
-
> Event Grid supports more RBAC roles for purposes beyond sending events. For more information, see[Event Grid built-in roles](security-authorization.md#built-in-roles).
64
+
> Event Grid supports more RBAC roles for purposes beyond sending events. For more information, see[Event Grid built-in roles](security-authorization.md#built-in-roles).
Copy file name to clipboardExpand all lines: articles/event-grid/authenticate-with-microsoft-entra-id.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
@@ -64,7 +64,7 @@ The identity used to publish events to Event Grid must have the permission ``Mic
64
64
With RBAC privileges taken care of, you can now [build your client application to send events](#publish-events-using-event-grids-client-sdks) to Event Grid.
65
65
66
66
> [!NOTE]
67
-
> Event Grid supports more RBAC roles for purposes beyond sending events. For more information, see[Event Grid built-in roles](security-authorization.md#built-in-roles).
67
+
> Event Grid supports more RBAC roles for purposes beyond sending events. For more information, see[Event Grid built-in roles](security-authorization.md#built-in-roles).
Copy file name to clipboardExpand all lines: articles/expressroute/rate-limit.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
@@ -51,21 +51,21 @@ To enable rate limiting for an existing ExpressRoute Direct circuit, complete th
51
51
52
52
1. Select **Yes** for *Enable Rate Limiting*. The following diagram illustrates the configuration page for enabling rate limiting for an ExpressRoute Direct circuit.
53
53
54
-
:::image type="content" source="./media/rate-limit/existing-circuit.png" alt-text="Screenshot of the configuration page for an ExpressRoute Direct circuit showing the rate limiting setting.":::
54
+
:::image type="content" source="./media/rate-limit/existing-circuit.png" alt-text="Screenshot of the configuration page for an ExpressRoute Direct circuit showing the Enable Rate Limiting setting set to Yes.":::
55
55
56
56
1. Finally, select the **Save** button at the top of the page to apply the changes.
57
57
58
58
## Disable rate limiting
59
59
60
-
To disable rate limiting for an existing ExpressRoute Direct circuit, complete the following these:
60
+
To disable rate limiting for an existing ExpressRoute Direct circuit, complete the following steps:
61
61
62
62
1. Sign-in to the Azure portal using this [Azure portal](https://portal.azure.com/?feature.erdirectportratelimit=true) link, then go to the ExpressRoute Direct circuit that you want to configure rate limiting for.
63
63
64
64
1. Select **Configuration** under *Settings* on the left side pane.
65
65
66
66
1. Select **No** for *Enable Rate Limiting*. The following diagram illustrates the configuration page for disabling rate limiting for an ExpressRoute Direct circuit.
67
67
68
-
:::image type="content" source="./media/rate-limit/disable-rate-limiting.png" alt-text="Screenshot of the configuration page for an ExpressRoute Direct circuit showing how to disable rate limiting.":::
68
+
:::image type="content" source="./media/rate-limit/disable-rate-limiting.png" alt-text="Screenshot of the configuration page for an ExpressRoute Direct circuit showing the Enable Rate Limiting setting set to No.":::
69
69
70
70
1. Finally, select the **Save** button at the top of the page to apply the changes.
71
71
@@ -81,11 +81,11 @@ To disable rate limiting for an existing ExpressRoute Direct circuit, complete t
81
81
82
82
* How does rate limiting affect my circuit performance?
83
83
84
-
An ExpressRoute circuit has two connection links between Microsoft edge routers and customer edge (CE) routers. For example, if your circuit bandwidth is set to 1 Gbps and you distribute your traffic evenly across both links, you can reach up to 2*1 (that is, 2) Gbps. However, it isn't a recommended practice and we suggest using the extra bandwidth for high availability only. If you exceed the configured bandwidth over private or Microsoft peering on either of the links by more than 20%, then rate limiting lowers the throughput to the configured bandwidth.
84
+
An ExpressRoute circuit has two connection links between Microsoft edge routers and customer edge (CE) routers. For example, if your circuit bandwidth is set to 1 Gbps and you distribute your traffic evenly across both links, you can reach up to 2*1 (that is, 2) Gbps. However, this is not a recommended practice and we suggest using the extra bandwidth for high availability only. If you exceed the configured bandwidth over private or Microsoft peering on either of the links by more than 20%, then rate limiting lowers the throughput to the configured bandwidth.
85
85
86
86
* How can I check the rate limiting status of my ExpressRoute Direct port circuits?
87
87
88
-
In Azure portal, on the ‘Circuits’ pane of your ExpressRoute Direct port, you would see all the circuits configured over the ExpressRoute Direct port along with the rate limiting status. See the following screenshot:
88
+
In the Azure portal, on the ‘Circuits’ pane of your ExpressRoute Direct port, you will see all the circuits configured over the ExpressRoute Direct port along with the rate limiting status. See the following screenshot as an example:
89
89
90
90
:::image type="content" source="./media/rate-limit/status.png" alt-text="Screenshot of the rate limiting status from an ExpressRoute Direct resource.":::
91
91
@@ -116,7 +116,7 @@ To disable rate limiting for an existing ExpressRoute Direct circuit, complete t
116
116
117
117
* How does increasing the circuit bandwidth affect the traffic flow through the circuit?
118
118
119
-
Increasing the circuit bandwidth doesn’t affect the traffic flow through the circuit. The bandwidth increase is seamless and the circuit bandwidth upgrade reflects in a few minutes. However, the bandwidth increase is irreversible.
119
+
Increasing the circuit bandwidth does not affect the traffic flow through the circuit. The bandwidth increase is seamless and the circuit bandwidth upgrade will be reflected in a few minutes. It is important to note the bandwidth increase is irreversible.
120
120
121
121
* Can I enable or disable rate limiting for a specific circuit configured over my ExpressRoute Direct port?
Copy file name to clipboardExpand all lines: articles/frontdoor/classic-retirement-faq.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
@@ -32,7 +32,7 @@ Azure Front Door (classic) is a legacy service that provides dynamic site accele
32
32
Azure Front Door Standard and Premium tiers represent the enhanced versions of Azure Front Door (classic). They maintain the same Service Level Agreement (SLA) and offer more benefits, including:
33
33
34
34
* A unified static and dynamic delivery platform, with simplified cost model.
35
-
* Enhanced security features, such as[Private Link integration](private-link.md), advanced WAF enhancements with DRS 2.1, anomaly scoring based detection and bot management, and many more to come.
35
+
* Enhanced security features, such as[Private Link integration](private-link.md), advanced WAF enhancements with DRS 2.1, anomaly scoring based detection and bot management, and many more to come.
36
36
* Deep integration with Azure services to deliver secure, accelerated, and user friendly end-to-end cloud solutions. These integrations include:
37
37
* DNS deterministic name library integrations to prevent subdomain take over
38
38
*[Prevalidated domain integration with PaaS service with one-time domain validation](./standard-premium/how-to-add-custom-domain.md#associate-the-custom-domain-with-your-azure-front-door-endpoint).
0 commit comments