Skip to content

Commit 212fcea

Browse files
authored
Merge pull request #283671 from MicrosoftDocs/main
8/6 11:00 AM IST Publish
2 parents 9f18646 + a6f7552 commit 212fcea

23 files changed

+343
-291
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/azure-functions/durable/durable-functions-configure-durable-functions-with-credentials.md",
5+
"redirect_url": "/azure/azure-functions/durable/durable-functions-configure-managed-identity",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

articles/azure-arc/resource-bridge/system-requirements.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ Arc Appliance CLI extension, `arcappliance`, needs to be installed on the CLI. T
3131

3232
Arc resource bridge has the following minimum resource requirements:
3333

34-
- 50 GB disk space
34+
- 200 GB disk space
3535
- 4 vCPUs
3636
- 8 GB memory
37+
- supported storage configuration - hybrid storage (flash and HDD) or all-flash storage (SSDs or NVMe)
3738

38-
These minimum requirements enable most scenarios. However, a partner product may support a higher resource connection count to Arc resource bridge, which requires the bridge to have higher resource requirements. Failure to provide sufficient resources may cause errors during deployment, such as disk copy errors. Review the partner product's documentation for specific resource requirements.
39+
These minimum requirements enable most scenarios for products that use Arc resource bridge. Review the product's documentation for specific resource requirements. Failure to provide sufficient resources may cause errors during deployment or upgrade.
3940

4041
## IP address prefix (subnet) requirements
4142

42-
The IP address prefix (subnet) where Arc resource bridge will be deployed requires a minimum prefix of /29. The IP address prefix must have enough available IP addresses for the gateway IP, control plane IP, appliance VM IP, and reserved appliance VM IP. Arc resource bridge only uses the IP addresses assigned to the IP pool range (Start IP, End IP) and the Control Plane IP. We recommend that the End IP immediately follow the Start IP. Ex: Start IP =192.168.0.2, End IP = 192.168.0.3. Please work with your network engineer to ensure that there is an available subnet with the required available IP addresses and IP address prefix for Arc resource bridge.
43+
The IP address prefix (subnet) where Arc resource bridge will be deployed requires a minimum prefix of /29. The IP address prefix must have enough available IP addresses for the gateway IP, control plane IP, appliance VM IP, and reserved appliance VM IP. Arc resource bridge only uses the IP addresses assigned to the IP pool range (Start IP, End IP) and the Control Plane IP. We recommend that the End IP immediately follow the Start IP. Ex: Start IP = 192.168.0.2, End IP = 192.168.0.3. Please work with your network engineer to ensure that there is an available subnet with the required available IP addresses and IP address prefix for Arc resource bridge.
4344

4445
The IP address prefix is the subnet's IP address range for the virtual network and subnet mask (IP Mask) in CIDR notation, for example `192.168.7.1/29`. You provide the IP address prefix (in CIDR notation) during the creation of the configuration files for Arc resource bridge.
4546

articles/azure-cache-for-redis/cache-how-to-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can scale up/down to a different pricing tier with the following restriction
7171
- You can't scale from a **Standard** cache down to a **Basic** cache.
7272
- You can scale from a **Basic** cache to a **Standard** cache but you can't change the size at the same time. If you need a different size, you can later do a scaling operation to the wanted size.
7373
- You can't scale from a **Basic** cache directly to a **Premium** cache. First, scale from **Basic** to **Standard** in one scaling operation, and then from **Standard** to **Premium** in the next scaling operation.
74-
- You can't scale from a larger size down to the **C0 (250 MB)** size. However, you can scale down to any other size within the same pricing tier. For example, you can scale down from C5 Standard to C1 Standard.
74+
- You can't scale from a larger size in to the **C0 (250 MB)** size. However, you can scale in to any other size within the same pricing tier. For example, you can scale in from C5 Standard to C1 Standard.
7575
- You can't scale from a **Premium**, **Standard**, or **Basic** cache up to an **Enterprise** or **Enterprise Flash** cache.
7676
- You can't scale between **Enterprise** and **Enterprise Flash**.
7777

articles/azure-functions/durable/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
href: quickstart-netherite.md
4040
- name: Configure a storage provider - MSSQL
4141
href: quickstart-mssql.md
42-
- name: Authenticate a Durable Functions app
43-
href: durable-functions-configure-durable-functions-with-credentials.md
42+
- name: Configure Durable Functions app with managed identity
43+
href: durable-functions-configure-managed-identity.md
4444
- name: Tutorials
4545
items:
4646
- name: Function chaining

articles/azure-functions/durable/durable-functions-configure-durable-functions-with-credentials.md

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

0 commit comments

Comments
 (0)