Skip to content

Commit 3d40f99

Browse files
authored
Merge pull request #280619 from MicrosoftDocs/main
7/11/2024 AM Publish
2 parents f3e3c67 + 5c7cde5 commit 3d40f99

File tree

46 files changed

+214
-137
lines changed

Some content is hidden

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

46 files changed

+214
-137
lines changed

articles/api-management/self-hosted-gateway-settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This guidance helps you provide the required information to define how to authen
120120

121121
| Name | Description | Required | Default | Availability |
122122
| ------------- | ------------- | ------------- | ----| ----|
123-
| Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls13 | Indication whether or not SSL 3.0 is allowed towards the backend. Similar to [managing protocol ciphers in managed gateway](api-management-howto-manage-protocols-ciphers.md). | No | `true` | v2.0+ |
123+
| Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls13 | Indication whether or not TLS 1.3 is allowed towards the backend. Similar to [managing protocol ciphers in managed gateway](api-management-howto-manage-protocols-ciphers.md). | No | `true` | v2.0+ |
124124
| Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls12 | Indication whether or not TLS 1.2 is allowed towards the backend. Similar to [managing protocol ciphers in managed gateway](api-management-howto-manage-protocols-ciphers.md). | No | `true` | v2.0+ |
125125
| Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11 | Indication whether or not TLS 1.1 is allowed towards the backend. Similar to [managing protocol ciphers in managed gateway](api-management-howto-manage-protocols-ciphers.md). | No | `false` | v2.0+ |
126126
| Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10 | Indication whether or not TLS 1.0 is allowed towards the backend. Similar to [managing protocol ciphers in managed gateway](api-management-howto-manage-protocols-ciphers.md). | No | `false` | v2.0+ |

articles/application-gateway/understanding-pricing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The parameter with the highest utilization among these three parameters is used
4848

4949
#### Capacity Unit related to Instance Count
5050
<h4 id="instance-count"></h4>
51+
5152
You can also pre-provision resources by specifying the **Instance Count**. Each instance guarantees a minimum of 10 capacity units in terms of processing capability. The same instance could potentially support more than 10 capacity units for different traffic patterns depending upon the capacity unit parameters.
5253

5354
Manually defined scale and limits set for autoscaling (minimum or maximum) are set in terms of instance count. The manually set scale for instance count and the minimum instance count in autoscale config reserves 10 capacity units/instance. These reserved capacity units are billed as long as the application gateway is active regardless of the actual resource consumption. If actual consumption crosses the 10 capacity units/instance threshold, additional capacity units are billed under the variable component.

articles/azure-arc/system-center-virtual-machine-manager/overview.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the Azure Connected System Center Virtual Machine Manager
33
description: This article provides a detailed overview of the Azure Arc-enabled System Center Virtual Machine Manager.
4-
ms.date: 06/27/2024
4+
ms.date: 07/11/2024
55
ms.topic: overview
66
ms.services: azure-arc
77
ms.subservice: azure-arc-scvmm
@@ -86,23 +86,6 @@ Azure Arc-enabled SCVMM is currently supported in the following regions:
8686
- Southeast Asia
8787
- Australia East
8888

89-
### Resource bridge networking requirements
90-
91-
The following firewall URL exceptions are needed for the Azure Arc resource bridge VM:
92-
93-
[!INCLUDE [network-requirements](../resource-bridge/includes/network-requirements.md)]
94-
95-
In addition, SCVMM requires the following exception:
96-
97-
| **Service** | **Port** | **URL** | **Direction** | **Notes**|
98-
| --- | --- | --- | --- | --- |
99-
| SCVMM Management Server | 443 | URL of the SCVMM management server. | Appliance VM IP and control plane endpoint need outbound connection. | Used by the SCVMM server to communicate with the Appliance VM and the control plane. |
100-
| WinRM | WinRM Port numbers (Default: 5985 and 5986). | URL of the WinRM service. | IPs in the IP Pool used by the Appliance VM and control plane need connection with the VMM server. | Used by the SCVMM server to communicate with the Appliance VM. |
101-
102-
[!INCLUDE [network-requirement-principles](../includes/network-requirement-principles.md)]
103-
104-
For a complete list of network requirements for Azure Arc features and Azure Arc-enabled services, see [Azure Arc network requirements (Consolidated)](../network-requirements-consolidated.md).
105-
10689
## Data Residency
10790

10891
Azure Arc-enabled SCVMM doesn't store/process customer data outside the region the customer deploys the service instance in.

articles/azure-arc/system-center-virtual-machine-manager/support-matrix-for-system-center-virtual-machine-manager.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-scvmm
77
author: PriskeyJeronika-MS
88
ms.author: v-gjeronika
99
manager: jsuri
10-
ms.date: 07/10/2024
10+
ms.date: 07/11/2024
1111
keywords: "VMM, Arc, Azure"
1212

1313
# Customer intent: As a VI admin, I want to understand the support matrix for System Center Virtual Machine Manager.
@@ -55,13 +55,9 @@ In addition, SCVMM requires the following exception:
5555
| SCVMM Management Server | 443 | URL of the SCVMM management server. | Appliance VM IP and control plane endpoint need outbound connection. | Used by the SCVMM server to communicate with the Appliance VM and the control plane. |
5656
| WinRM | WinRM Port numbers (Default: 5985 and 5986). | URL of the WinRM service. | IPs in the IP Pool used by the Appliance VM and control plane need connection with the VMM server. | Used by the SCVMM server to communicate with the Appliance VM. |
5757

58-
Generally, connectivity requirements include these principles:
58+
[!INCLUDE [network-requirement-principles](../includes/network-requirement-principles.md)]
5959

60-
- All connections are TCP unless otherwise specified.
61-
- All HTTP connections use HTTPS and SSL/TLS with officially signed and verifiable certificates.
62-
- All connections are outbound unless otherwise specified.
63-
64-
To use a proxy, verify that the agents and the machine performing the onboarding process meet the network requirements in this article. For a complete list of network requirements for Azure Arc features and Azure Arc-enabled services, see [Azure Arc network requirements (Consolidated)](../network-requirements-consolidated.md).
60+
For a complete list of network requirements for Azure Arc features and Azure Arc-enabled services, see [Azure Arc network requirements (Consolidated)](../network-requirements-consolidated.md).
6561

6662
### Azure role/permission requirements
6763

articles/azure-arc/system-center-virtual-machine-manager/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: About Azure Arc-enabled SCVMM
66
href: overview.md
7+
- name: Plan for deployment
8+
href: support-matrix-for-system-center-virtual-machine-manager.md
79
- name: Switch to the new version
810
href: switch-to-the-new-version-scvmm.md
911
- name: Quickstarts
@@ -22,8 +24,6 @@
2224
items:
2325
- name: Deploy
2426
items:
25-
- name: Plan for deployment
26-
href: support-matrix-for-system-center-virtual-machine-manager.md
2727
- name: Enable SCVMM inventory resources in Azure
2828
href: enable-scvmm-inventory-resources.md
2929
- name: Enable virtual hardware and VM CRUD capabilities in an SCVMM machine with Arc agent installed

articles/azure-monitor/alerts/action-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ When an email address is rate limited, a notification is sent to communicate tha
351351
When you use Azure Resource Manager for email notifications, you can send email to the members of a subscription's role. Email is sent to Microsoft Entra ID **user** or **group** members of the role. This includes support for roles assigned through Azure Lighthouse.
352352

353353
> [!NOTE]
354-
> Action Groups only supports emailing the following roles: Owner, Contirbutor, Reader, Monitoring Contributor, Monitoring Reader.
354+
> Action Groups only supports emailing the following roles: Owner, Contributor, Reader, Monitoring Contributor, Monitoring Reader.
355355
356356
If your primary email doesn't receive notifications, configure the email address for the Email Azure Resource Manager role:
357357

Loading

articles/azure-resource-manager/bicep/best-practices.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: johndowns
55
ms.author: jodowns
66
ms.topic: conceptual
77
ms.custom: devx-track-bicep
8-
ms.date: 06/23/2023
8+
ms.date: 07/11/2024
99
---
1010
# Best practices for Bicep
1111

@@ -53,8 +53,12 @@ For more information about Bicep variables, see [Variables in Bicep](variables.m
5353

5454
* It's a good practice to use template expressions to create resource names, like in this example:
5555

56-
:::code language="bicep" source="~/azure-docs-bicep-samples/samples/best-practices/resource-name-expressions.bicep" highlight="3":::
57-
56+
```bicep
57+
param shortAppName string = 'toy'
58+
param shortEnvironmentName string = 'prod'
59+
param appServiceAppName string = '${shortAppName}-${shortEnvironmentName}-${uniqueString(resourceGroup().id)}'
60+
```
61+
5862
Using template expressions to create resource names gives you several benefits:
5963

6064
* Strings generated by `uniqueString()` aren't meaningful. It's helpful to use a template expression to create a name that includes meaningful information, such as a short descriptor of the project or environment name, as well as a random component to make the name more likely to be unique.
@@ -68,13 +72,13 @@ For more information about Bicep variables, see [Variables in Bicep](variables.m
6872
* Avoid using `name` in a symbolic name. The symbolic name represents the resource, not the resource's name. For example, instead of the following syntax:
6973

7074
```bicep
71-
resource cosmosDBAccountName 'Microsoft.DocumentDB/databaseAccounts@2023-04-15' = {
75+
resource cosmosDBAccountName 'Microsoft.DocumentDB/databaseAccounts@2023-11-15' = {
7276
```
7377

7478
Use:
7579

7680
```bicep
77-
resource cosmosDBAccount 'Microsoft.DocumentDB/databaseAccounts@2023-04-15' = {
81+
resource cosmosDBAccount 'Microsoft.DocumentDB/databaseAccounts@2023-11-15' = {
7882
```
7983

8084
* Avoid distinguishing variables and parameters by the use of suffixes.

articles/azure-resource-manager/bicep/bicep-cli.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep CLI commands and overview
33
description: Describes the commands that you can use in the Bicep CLI. These commands include building Azure Resource Manager templates from Bicep.
44
ms.topic: reference
55
ms.custom: devx-track-azurecli, devx-track-bicep, devx-track-arm-template
6-
ms.date: 01/02/2024
6+
ms.date: 07/11/2024
77
---
88

99
# Bicep CLI commands
@@ -172,6 +172,16 @@ The command returns an array of available versions.
172172

173173
```azurecli
174174
[
175+
"v0.28.1",
176+
"v0.27.1",
177+
"v0.26.170",
178+
"v0.26.54",
179+
"v0.25.53",
180+
"v0.25.3",
181+
"v0.24.24",
182+
"v0.23.1",
183+
"v0.22.6",
184+
"v0.21.1",
175185
"v0.20.4",
176186
"v0.19.5",
177187
"v0.18.4",
@@ -191,17 +201,7 @@ The command returns an array of available versions.
191201
"v0.9.1",
192202
"v0.8.9",
193203
"v0.8.2",
194-
"v0.7.4",
195-
"v0.6.18",
196-
"v0.6.11",
197-
"v0.6.1",
198-
"v0.5.6",
199-
"v0.4.1318",
200-
"v0.4.1272",
201-
"v0.4.1124",
202-
"v0.4.1008",
203-
"v0.4.613",
204-
"v0.4.451"
204+
"v0.7.4"
205205
]
206206
```
207207

articles/azure-resource-manager/bicep/bicep-extensibility-kubernetes-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep extensibility Kubernetes provider
33
description: Learn how to Bicep Kubernetes provider to deploy .NET applications to Azure Kubernetes Service clusters.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep, devx-track-dotnet
6-
ms.date: 03/20/2024
6+
ms.date: 07/11/2024
77
---
88

99
# Bicep extensibility Kubernetes provider (Preview)
@@ -14,7 +14,7 @@ The Kubernetes provider allows you to create Kubernetes resources directly with
1414
> Kubernetes provider is not currently supported for private clusters:
1515
>
1616
> ```bicep
17-
> resource AKS 'Microsoft.ContainerService/managedClusters@2023-01-02-preview' = {
17+
> resource AKS 'Microsoft.ContainerService/managedClusters@2024-02-01' = {
1818
> ...
1919
> properties: {
2020
> apiServerAccessProfile: {
@@ -61,7 +61,7 @@ import '[email protected]' with {
6161
The following sample shows how to pass `kubeConfig` value from a parent Bicep file:
6262

6363
```bicep
64-
resource aks 'Microsoft.ContainerService/managedClusters@2022-05-02-preview' existing = {
64+
resource aks 'Microsoft.ContainerService/managedClusters@2024-02-01' existing = {
6565
name: 'demoAKSCluster'
6666
}
6767

0 commit comments

Comments
 (0)