Skip to content

Commit 1013ae5

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into patricka-create-dataflow-fixes
2 parents 2905b46 + bda7373 commit 1013ae5

File tree

440 files changed

+4264
-2354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

440 files changed

+4264
-2354
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3729,6 +3729,21 @@
37293729
"source_path_from_root": "/articles/virtual-network/tutorial-create-route-table-cli.md",
37303730
"redirect_url": "/azure/virtual-network/tutorial-create-route-table",
37313731
"redirect_document_id": false
3732+
},
3733+
{
3734+
"source_path_from_root": "/articles/virtual-network/tutorial-connect-virtual-networks-portal.md",
3735+
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks",
3736+
"redirect_document_id": false
3737+
},
3738+
{
3739+
"source_path_from_root": "/articles/virtual-network/tutorial-connect-virtual-networks-powershell.md",
3740+
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks",
3741+
"redirect_document_id": false
3742+
},
3743+
{
3744+
"source_path_from_root": "/articles/virtual-network/tutorial-connect-virtual-networks-cli.md",
3745+
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks",
3746+
"redirect_document_id": false
37323747
}
37333748
]
37343749
}

articles/api-management/api-management-howto-ip-addresses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Public IP addresses will be part of the response:
3939
"properties": {
4040
...
4141
"publicIPAddresses": [
42-
"13.77.143.53"
42+
"172.31.0.1"
4343
],
4444
...
4545
}
@@ -70,7 +70,7 @@ GET https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/
7070
"properties": {
7171
...
7272
"publicIPAddresses": [
73-
"13.85.20.170"
73+
"172.31.0.1"
7474
],
7575
"privateIPAddresses": [
7676
"192.168.1.5"
-3.33 KB
Loading
-3.24 KB
Loading
34.7 KB
Loading
Loading

articles/app-service/environment/networking.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ App Service Environment is a single-tenant deployment of Azure App Service that
1616
1717
## Subnet requirements
1818

19-
You must delegate the subnet to `Microsoft.Web/hostingEnvironments`, and the subnet must be empty.
19+
The following are the minimum set of requirements for the subnet your App Service Environment is in.
20+
21+
- The subnet must be delegated to `Microsoft.Web/hostingEnvironments`.
22+
- The subnet must be empty.
23+
- The subnet's `addressPrefix` property must be formatted as a string, not an array.
2024

2125
The size of the subnet can affect the scaling limits of the App Service plan instances within the App Service Environment. For production scale, we recommend a `/24` address space (256 addresses) for your subnet. If you plan to scale near max capacity of 200 instances in our App Service Environment and you plan frequent up/down scale operations, we recommend a `/23` address space (512 addresses) for your subnet.
2226

articles/application-gateway/overview-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The v2 SKU includes the following enhancements:
2525
- **Autoscaling**: Application Gateway or WAF deployments under the autoscaling SKU can scale out or in based on changing traffic load patterns. Autoscaling also removes the requirement to choose a deployment size or instance count during provisioning. This SKU offers true elasticity. In the Standard_v2 and WAF_v2 SKU, Application Gateway can operate both in fixed capacity (autoscaling disabled) and in autoscaling enabled mode. Fixed capacity mode is useful for scenarios with consistent and predictable workloads. Autoscaling mode is beneficial in applications that see variance in application traffic.
2626
- **Zone redundancy**: An Application Gateway or WAF deployment can span multiple Availability Zones, removing the need to provision separate Application Gateway instances in each zone with a Traffic Manager. You can choose a single zone or multiple zones where Application Gateway instances are deployed, which makes it more resilient to zone failure. The backend pool for applications can be similarly distributed across availability zones.
2727

28-
Zone redundancy is available only where Azure Zones are available. In other regions, all other features are supported. For more information, see [Regions and Availability Zones in Azure](../reliability/availability-zones-service-support.md)
28+
Zone redundancy is available only where Azure availability zones are available. In other regions, all other features are supported. For more information, see [Azure regions with availability zone support](../reliability/availability-zones-region-support.md).
2929
- **Static VIP**: Application Gateway v2 SKU supports the static VIP type exclusively. Static VIP ensures that the VIP associated with the application gateway doesn't change for the lifecycle of the deployment, even after a restart. You must use the application gateway URL for domain name routing to App Services via the application gateway, as v1 doesn't have a static VIP.
3030
- **Header Rewrite**: Application Gateway allows you to add, remove, or update HTTP request and response headers with v2 SKU. For more information, see [Rewrite HTTP headers with Application Gateway](./rewrite-http-headers-url.md)
3131
- **Key Vault Integration**: Application Gateway v2 supports integration with Key Vault for server certificates that are attached to HTTPS enabled listeners. For more information, see [TLS termination with Key Vault certificates](key-vault-certs.md).

articles/automation/TOC.yml

Lines changed: 46 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -252,46 +252,42 @@
252252
href: automation-dsc-extension-history.md
253253
- name: Troubleshoot State Configuration issues
254254
href: troubleshoot/desired-state-configuration.md
255-
- name: Change tracking and inventory
255+
- name: Change Tracking and Inventory using AMA
256256
items:
257-
- name: Use Azure Monitoring Agent (AMA)
258-
items:
259-
- name: Overview
260-
items:
261-
- name: About Change tracking and inventory
262-
href: change-tracking/overview-monitoring-agent.md
263-
- name: Change tracking extension version
264-
href: change-tracking/extension-version-details.md
265-
- name: Supported regions
266-
href: change-tracking/region-mappings-monitoring-agent.md
267-
- name: Enable change tracking and inventory
268-
href: change-tracking/enable-vms-monitoring-agent.md
269-
- name: Manage change tracking and inventory
270-
href: change-tracking/manage-change-tracking-monitoring-agent.md
271-
- name: Configure alerts
272-
href: change-tracking/configure-alerts.md
273-
- name: Migration guidance
274-
items:
275-
- name: Migration from Log Analytics to Azure Monitoring Agent version
276-
href: change-tracking/guidance-migration-log-analytics-monitoring-agent.md
277-
- name: Use Log Analytics (Retired)
257+
- name: About Change tracking and inventory
258+
href: change-tracking/overview-monitoring-agent.md
259+
- name: Change tracking extension version
260+
href: change-tracking/extension-version-details.md
261+
- name: Supported regions
262+
href: change-tracking/region-mappings-monitoring-agent.md
263+
- name: Enable change tracking and inventory
264+
href: change-tracking/enable-vms-monitoring-agent.md
265+
- name: Manage change tracking and inventory
266+
href: change-tracking/manage-change-tracking-monitoring-agent.md
267+
- name: Configure alerts
268+
href: change-tracking/configure-alerts.md
269+
- name: Migration from Change Tracking and Inventory using AMA to Change Tracking using LA (Retired)
270+
items:
271+
- name: Migration from Log Analytics to Azure Monitoring Agent version
272+
href: change-tracking/guidance-migration-log-analytics-monitoring-agent.md
273+
- name: Change Tracking and Inventory using Log Analytics (Retired)
274+
items:
275+
- name: Overview
276+
href: change-tracking/overview.md
277+
- name: Support regions for linked Log Analytics workspace
278+
href: how-to/region-mappings.md
279+
- name: Discover the software installed on your VMs
280+
href: automation-tutorial-installed-software.md
281+
- name: Enable
278282
items:
279-
- name: Overview
280-
href: change-tracking/overview.md
281-
- name: Support regions for linked Log Analytics workspace
282-
href: how-to/region-mappings.md
283-
- name: Discover the software installed on your VMs
284-
href: automation-tutorial-installed-software.md
285-
- name: Enable
286-
items:
287-
- name: Enable from the Azure portal
288-
href: change-tracking/enable-from-portal.md
289-
- name: Enable from an Azure VM
290-
href: change-tracking/enable-from-vm.md
291-
- name: Enable from an Automation account
292-
href: change-tracking/enable-from-automation-account.md
293-
- name: Enable from a runbook
294-
href: change-tracking/enable-from-runbook.md
283+
- name: Enable from the Azure portal
284+
href: change-tracking/enable-from-portal.md
285+
- name: Enable from an Azure VM
286+
href: change-tracking/enable-from-vm.md
287+
- name: Enable from an Automation account
288+
href: change-tracking/enable-from-automation-account.md
289+
- name: Enable from a runbook
290+
href: change-tracking/enable-from-runbook.md
295291
- name: Manage change tracking and inventory
296292
href: change-tracking/manage-change-tracking.md
297293
- name: Manage inventory collection from VMs
@@ -300,18 +296,18 @@
300296
href: change-tracking/manage-scope-configurations.md
301297
- name: Configure alerts
302298
href: change-tracking/configure-alerts.md
303-
- name: Disable
304-
items:
305-
- name: Remove Change Tracking and Inventory
306-
href: change-tracking/remove-feature.md
307-
- name: Remove machines
308-
href: change-tracking/remove-vms-from-change-tracking.md
309-
- name: Troubleshoot
310-
items:
311-
- name: Troubleshoot feature deployment issues
312-
href: troubleshoot/onboarding.md
313-
- name: Troubleshoot Change Tracking and Inventory issues
314-
href: troubleshoot/change-tracking.md
299+
- name: Disable
300+
items:
301+
- name: Remove Change Tracking and Inventory
302+
href: change-tracking/remove-feature.md
303+
- name: Remove machines
304+
href: change-tracking/remove-vms-from-change-tracking.md
305+
- name: Troubleshoot
306+
items:
307+
- name: Troubleshoot feature deployment issues
308+
href: troubleshoot/onboarding.md
309+
- name: Troubleshoot Change Tracking and Inventory issues
310+
href: troubleshoot/change-tracking.md
315311
- name: Update Management (Retired)
316312
items:
317313
- name: Overview

articles/automation/automation-availability-zones.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the event when a zone is down, there's no action required by you to recover f
3131

3232
## Supported regions with availability zones
3333

34-
See [Regions and Availability Zones in Azure](../reliability/availability-zones-service-support.md) for the Azure regions that have availability zones.
34+
See [Azure regions with availability zone support](../reliability/availability-zones-region-support.md) for the Azure regions that have availability zones.
3535
Automation accounts currently support the following regions:
3636

3737
- Australia East
@@ -82,4 +82,4 @@ There is no change to the [Service Level Agreement](https://azure.microsoft.com/
8282

8383
## Next steps
8484

85-
- Learn more about [regions that support availability zones](../reliability/availability-zones-service-support.md).
85+
- Learn more about [regions that support availability zones](../reliability/availability-zones-region-support.md).

0 commit comments

Comments
 (0)