Skip to content

Commit 5e78ac8

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ip-direct
2 parents ad740de + a06d19b commit 5e78ac8

File tree

134 files changed

+2470
-951
lines changed

Some content is hidden

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

134 files changed

+2470
-951
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/confidential-computing/virtual-machine-solutions.md",
5+
"redirect_url": "/azure/virtual-machines/",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/defender-for-iot/organizations/eiot-sensor.md",
510
"redirect_url": "/previous-versions/azure/defender-for-iot/organizations/eiot-sensor",

articles/api-management/workspaces-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ Workspace gateways are currently available in the following regions:
9797
* North Central US
9898
* East US 2
9999
* UK South
100-
* France Central
100+
* France Central
101+
* Germany West Central
101102
* North Europe
102103
* East Asia
103104
* Southeast Asia

articles/app-service/environment/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ An App Service Environment is a single-tenant deployment of Azure App Service th
5050

5151
Applications are hosted in App Service plans, which are created in an App Service Environment. An App Service plan is essentially a provisioning profile for an application host. As you scale out your App Service plan, you create more application hosts with all the apps in that App Service plan on each host. A single App Service Environment v3 can have up to 200 total App Service plan instances across all the App Service plans combined. A single App Service Isolated v2 (Iv2) plan can have up to 100 instances by itself.
5252

53-
When you're deploying onto dedicated hardware (hosts), you're limited in scaling across all App Service plans to the number of cores in this type of environment. An App Service Environment that's deployed on dedicated hosts has 132 vCores available. I1v2 uses two vCores, I2v2 uses four vCores, and I3v2 uses eight vCores per instance. Only I1v2, I2v2, and I3v2 SKU sizes are available on App Service Environment deployed on dedicated hosts.
53+
If you have a requirement that you must have physical isolation all the way down to the hardware level, you can deploy your App Service Environment v3 onto dedicated hardware (hosts). When you're deploying onto dedicated hosts, you're limited in scaling across all App Service plans to the number of cores in this type of environment. An App Service Environment that's deployed on dedicated hosts has 132 vCores available. I1v2 uses two vCores, I2v2 uses four vCores, and I3v2 uses eight vCores per instance. Only I1v2, I2v2, and I3v2 SKU sizes are available on App Service Environment deployed on dedicated hosts. There's extra charges associated with deployment on dedicated hosts. Isolation down to the hardware level is typically not a requirement for the majority of customers. The limitations with dedicated host deployments should be considered before using the feature. To ensure a dedicated host deployment is right for you, you should review your security and compliance requirements before deployment.
5454

5555
## Virtual network support
5656

articles/azure-boost/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure Boost
33
description: Learn more about how Azure Boost can Learn more about how Azure Boost can improve security and performance of your virtual machines.
44
author: mattmcinnes
55
ms.service: azure-virtual-machines
6-
ms.topic: conceptual
6+
ms.topic: overview
77
ms.custom:
88
- ignite-2023
99
ms.date: 11/07/2023

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the b
355355

356356
### Will having firewall exceptions on the storage account affect persistence?
357357

358-
Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process. This only applies to persistence in the Premium tier.
358+
Yes. Using [firewall settings on the storage account](../storage/common/storage-network-security.md) can prevent the persistence feature from working. You can see if there are errors in persisting data by viewing the [Errors metric](monitor-cache-reference.md#azure-cache-for-redis-metrics). This metric will indicate if the cache is unable to persist data due to firewall restrictions on the storage account or other problems.
359+
360+
In order to use data persistence with a storage account that has a firewall set up, use [managed identity based authentication](cache-managed-identity.md) to connect to storage. Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process. This only applies to persistence in the Premium tier.
359361

360362
### Can I have AOF persistence enabled if I have more than one replica?
361363

Loading
Loading
40.9 KB
Loading
17 KB
Loading

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ Azure Functions currently can be used with the following "Preview" or "Go-live"
865865

866866
| Operating system | .NET preview version |
867867
| - | - |
868-
| Linux | .NET 9 Preview 7<sup>1, 2</sup> |
868+
| Linux | .NET 9 RC2<sup>1, 2</sup> |
869869

870870
<sup>1</sup> To successfully target .NET 9, your project needs to reference the [2.x versions of the core packages](#version-2x-preview). If using Visual Studio, .NET 9 requires version 17.12 or later.
871871

0 commit comments

Comments
 (0)