Skip to content

Commit cd7fd6d

Browse files
authored
Merge branch 'main' into Release_Archive_main_2024-05-01-19-16-51
2 parents 7b2b077 + 3ecccf5 commit cd7fd6d

File tree

98 files changed

+411
-382
lines changed

Some content is hidden

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

98 files changed

+411
-382
lines changed

.openpublishing.redirection.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@
77
},
88
{
99
"source_path": "articles/traffic-manager/scripts/traffic-manager-cli-websites-high-availability.md",
10-
"redirect_url": "/previous-versions/azure/traffic-manager/scripts/traffic-manager-cli-websites-high-availability",
10+
"redirect_url": "/previous-versions/azure/traffic-manager/scripts/traffic-manager-cli-websites-high-availability
1111
"redirect_document_id": false
12-
},
12+
},
13+
{
14+
"source_path": "articles/germany/index.yml",
15+
"redirect_url": "/previous-versions/azure/germany/index",
16+
"redirect_document_id": false
17+
},
1318
{
1419
"source_path_from_root": "/articles/internet-analyzer/internet-analyzer-cli.md",
1520
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-cli",

articles/application-gateway/application-gateway-autoscaling-zone-redundant.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ ms.custom: fasttrack-edit, references_regions
1515
Application Gateway and WAF can be configured to scale in two modes:
1616

1717
- **Autoscaling** - With autoscaling enabled, the Application Gateway and WAF v2 SKUs scale out or in based on application traffic requirements. This mode offers better elasticity to your application and eliminates the need to guess the application gateway size or instance count. This mode also allows you to save cost by not requiring the gateway to run at peak-provisioned capacity for expected maximum traffic load. You must specify a minimum and optionally maximum instance count. Minimum capacity ensures that Application Gateway and WAF v2 don't fall below the minimum instance count specified, even without traffic. Each instance is roughly equivalent to 10 more reserved Capacity Units. Zero signifies no reserved capacity and is purely autoscaling in nature. You can also optionally specify a maximum instance count, which ensures that the Application Gateway doesn't scale beyond the specified number of instances. You are only billed for the amount of traffic served by the Gateway. The instance counts can range from 0 to 125. The default value for maximum instance count is 10 if not specified.
18+
19+
20+
> [!NOTE]
21+
> If the maximum instance count is updated to a value less than the current instance count, the new setting will not take immediate effect. The newly updated maximum will only be enforced after a scale-in operation brings the current count below newly updated maximum count. If the scale-in operation does not occur because the autoscaling scale in thresholds are not met, the new maximum setting will not be applied.
22+
1823
- **Manual** - You can also choose Manual mode where the gateway doesn't autoscale. In this mode, if there's more traffic than what Application Gateway or WAF can handle, it could result in traffic loss. With manual mode, specifying instance count is mandatory. Instance count can vary from 1 to 125 instances.
1924

2025
## Autoscaling and High Availability

articles/germany/index.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

articles/germany/toc.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

articles/iot-edge/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
- name: Azure IoT Edge 1.1 archive
292292
href: /previous-versions/azure/iot-edge
293293
- name: Runtime modules environment variables
294-
href: https://github.com/Azure/iotedge/blob/release/1.4/doc/EnvironmentVariables.md
294+
href: https://github.com/Azure/iotedge/blob/main/doc/EnvironmentVariables.md
295295
- name: Create test certificates
296296
href: how-to-create-test-certificates.md
297297
- name: Azure CLI

articles/iot-edge/configure-connect-verify-gpu.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: iot-edge
1212

1313
# Tutorial: Configure, connect, and verify an IoT Edge module for a GPU
1414

15-
[!INCLUDE [iot-edge-version-1.4](includes/iot-edge-version-1.4.md)]
15+
[!INCLUDE [iot-edge-version-all-supported](includes/iot-edge-version-all-supported.md)]
1616

1717
This tutorial shows you how to build a GPU-enabled virtual machine (VM). From the VM, you'll see how to run an IoT Edge device that allocates work from one of its modules to your GPU.
1818

@@ -43,12 +43,10 @@ To create a GPU-optimized virtual machine (VM), choosing the right size is impor
4343

4444
Let's create an IoT Edge VM with the [Azure Resource Manager (ARM)](../azure-resource-manager/management/overview.md) template in GitHub, then configure it to be GPU-optimized.
4545

46-
1. Go to the IoT Edge VM deployment template in GitHub: [Azure/iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy/tree/1.4).
46+
1. Go to the IoT Edge VM deployment template in GitHub: [Azure/iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy).
4747

4848
1. Select the **Deploy to Azure** button, which initiates the creation of a custom VM for you in the Azure portal.
4949

50-
:::image type="content" source="media/configure-connect-verify-gpu/deploy-to-azure-button.png" alt-text="Screenshot of the Deploy to Azure button in GitHub.":::
51-
5250
1. Fill out the **Custom deployment** fields with your Azure credentials and resources:
5351

5452
| **Property** | **Description or sample value** |

articles/iot-edge/configure-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ type = "docker"
338338
imagePullPolicy = "..." # "on-create" or "never". Defaults to "on-create"
339339

340340
[agent.config]
341-
image = "mcr.microsoft.com/azureiotedge-agent:1.4"
341+
image = "mcr.microsoft.com/azureiotedge-agent:1.5"
342342
createOptions = { HostConfig = { Binds = ["/iotedge/storage:/iotedge/storage"] } }
343343

344344
[agent.config.auth]

articles/iot-edge/debug-module-vs-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@ Remote SSH debugging prerequisites may be different depending on the language yo
374374
PS C:\> docker ps
375375
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
376376
a317b8058786 myacr.azurecr.io/filtermodule:0.0.1-amd64 "dotnet filtermodule…" 24 hours ago Up 6 minutes filtermodule
377-
d4d949f8dfb9 mcr.microsoft.com/azureiotedge-hub:1.4 "/bin/sh -c 'echo \"$…" 24 hours ago Up 6 minutes 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:5671->5671/tcp, :::5671->5671/tcp, 0.0.0.0:8883->8883/tcp, :::8883->8883/tcp, 1883/tcp edgeHub
377+
d4d949f8dfb9 mcr.microsoft.com/azureiotedge-hub:1.5 "/bin/sh -c 'echo \"$…" 24 hours ago Up 6 minutes 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:5671->5671/tcp, :::5671->5671/tcp, 0.0.0.0:8883->8883/tcp, :::8883->8883/tcp, 1883/tcp edgeHub
378378
1f0da9cfe8e8 mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0 "/bin/sh -c 'echo \"$…" 24 hours ago Up 6 minutes
379379
tempSensor
380-
66078969d843 mcr.microsoft.com/azureiotedge-agent:1.4 "/bin/sh -c 'exec /a…" 24 hours ago Up 6 minutes
380+
66078969d843 mcr.microsoft.com/azureiotedge-agent:1.5 "/bin/sh -c 'exec /a…" 24 hours ago Up 6 minutes
381381
edgeAgent
382382
```
383383

articles/iot-edge/gpu-acceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: iot-edge
1212

1313
# GPU acceleration for Azure IoT Edge for Linux on Windows
1414

15-
[!INCLUDE [iot-edge-version-1.4](includes/iot-edge-version-1.4.md)]
15+
[!INCLUDE [iot-edge-version-all-supported](includes/iot-edge-version-all-supported.md)]
1616

1717
GPUs are a popular choice for artificial intelligence computations, because they offer parallel processing capabilities and can often execute vision-based inferencing faster than CPUs. To better support artificial intelligence and machine learning applications, Azure IoT Edge for Linux on Windows (EFLOW) can expose a GPU to the virtual machine's Linux module.
1818

articles/iot-edge/how-to-access-built-in-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Choose different and unique host port numbers if you are mapping both the edgeHu
4545
> [!NOTE]
4646
> The environment variable `httpSettings__enabled` should not be set to `false` for built-in metrics to be available for collection.
4747
>
48-
> Environment variables that can be used to disable metrics are listed in the [azure/iotedge repo doc](https://github.com/Azure/iotedge/blob/master/doc/EnvironmentVariables.md).
48+
> Environment variables that can be used to disable metrics are listed in the [azure/iotedge repo doc](https://github.com/Azure/iotedge/blob/main/doc/EnvironmentVariables.md).
4949
5050
## Available metrics
5151

0 commit comments

Comments
 (0)