Skip to content

Commit dba800b

Browse files
authored
Merge pull request #275063 from mbender-ms/patch-100
virtual network manager - Update concept-use-cases.md
2 parents 3ee5022 + a2ad72b commit dba800b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@
127127
href: /powershell/module/az.network#networking
128128
- name: Azure CLI
129129
href: /cli/azure/network/manager
130+
- name: Terraform
131+
href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_manager
130132
- name: REST
131133
href: /rest/api/networkmanager/
132134
- name: .NET SDK

articles/virtual-network-manager/concept-use-cases.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Learn about use cases for Azure Virtual Network Manager including managing conne
1616

1717
[!INCLUDE [virtual-network-manager-preview](../../includes/virtual-network-manager-preview.md)]
1818

19-
This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see Supplemental Terms of Use for Microsoft Azure Previews.
20-
2119
## Creating topology and connectivity
2220
Connectivity configuration allows you to create different network topologies based on your network needs. You create a connectivity configuration by adding new or existing virtual networks into [network groups](concept-network-groups.md) and creating a topology that meets your needs. The connectivity configuration offers three topology options: mesh, hub and spoke, or hub and spoke with direct connectivity between spoke virtual networks.
2321

@@ -33,6 +31,9 @@ This topology combines the two above topologies. It's recommended when you have
3331
### Maintaining virtual network topology
3432
AVNM automatically maintains the desired topology you defined in the connectivity configuration when changes are made to your infrastructure. For example, when you add new spoke to the topology, AVNM can handle the changes necessary to create the connectivity to the spoke and its virtual networks.
3533

34+
> [!NOTE]
35+
> Azure Virtual Network Manager can be deployed and managed through the [Azure portal](./create-virtual-network-manager-portal.md), [Azure CLI](./create-virtual-network-manager-cli.md), [Azure PowerShell](./create-virtual-network-manager-powershell.md), or[Terraform](./create-virtual-network-manager-terraform.md).
36+
3637
## Security
3738

3839
With Azure Virtual Network Manager, you create [security admin rules](concept-security-admins.md) to enforce security policies across virtual networks in your organization. Security admin rules take precedence over rules defined by network security groups, and they're applied first when analyzing traffic as seen in the following diagram:

articles/virtual-network-manager/faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Azure Virtual Network Manager charges are based on the number of subscriptions t
4242

4343
Current pricing for your region can be found on the [Azure Virtual Network Manager pricing](https://azure.microsoft.com/pricing/details/virtual-network-manager/) page.
4444

45+
### How do I deploy Azure Virtual Network Manager?
46+
47+
You can deploy and manage a virtual network manager instance and configurations through a variety of tools including:
48+
- [Azure portal](./create-virtual-network-manager-portal.md)
49+
- [Azure CLI](./create-virtual-network-manager-cli.md)
50+
- [Azure PowerShell](./create-virtual-network-manager-powershell.md)
51+
- [Terraform](./create-virtual-network-manager-terraform.md).
52+
4553
## Technical
4654

4755
### Can a virtual network belong to multiple Azure Virtual Network Managers?

0 commit comments

Comments
 (0)