Learn which tasks to complete after onboarding an Azure subscription to Cisco Multicloud Defense so you can prepare and secure your cloud environment.
Use the following procedures to wrap up and secure your Azure account with Multicloud Defense.
Cisco Multicloud Defense User Guide
Learn which tasks to complete after onboarding an Azure subscription to Cisco Multicloud Defense so you can prepare and secure your cloud environment.
Use the following procedures to wrap up and secure your Azure account with Multicloud Defense.
This document describes the requirements and resources (subnets, security-groups) to be created in your VNet so that you can create Multicloud Defense Gateways in the VNet.
When configuring your gateway deployment, the Multicloud Defense Controller will prompt you for the management and datapath subnet information.
The management subnet is a public subnet that must be associated with the route table that has a default route to the Internet. The Multicloud Defense Gateway instance has an interface attached to this subnet that it uses to communicate with the Multicloud Defense Controller. This interface is used for policy pushes and other management and telemetry activities between the Multicloud Defense Controller and the Multicloud Defense Gateway instances. Customer application traffic does not flow through this interface and subnet. The interface is associated with themanagement security group, which is described in the Security Groups section below.
The datapath subnet is a public subnet that must be associated with the route table that has a default route to the Internet. The Multicloud Defense Controller creates a network load balancer (NLB) in this subnet. In addition, a Multicloud Defense Gateway instance has an interface attached to this subnet. The customer applications traffic flows through this interface. A security policy is applied to the trafficingressing through this interface. The interface is associated with the datapath security group, which is described in the Security Groups section.
The management and datapath security groups are associated with the respective interfaces on the Multicloud Defense Gateway instance, as described in the subnets section above.
The management security group must allow outbound traffic that allows the gateway instance to communicate with the controller. Optionally, for inbound rules, enable port 22 (SSH) to allow SSH access to the gateway instance. SSH is not mandatory for the Multicloud Defense Gateway to function properly.
The datapath security group is attached to the datapath interface and allows traffic from the Internet to the Multicloud Defense Gateway. Currently, the Multicloud Defense Controller does not manage this security group. An outbound rule must exist, allowing the traffic to egress this interface. Inbound ports must be opened for each port that is configured in the Multicloud Defense Controller security policy and used by the Multicloud Defense Gateway.
For example, if an application is running on port 3000 and is proxied by the Multicloud Defense Gateway on port 443, port 443 must be opened on the datapath security group. This example also implies that port 3000 is open on the security group attached to your application.
Use the provided template to create all of the resources described on this page.
This template creates a new VNet. This is very useful to get started on Multicloud Defense without touching your existing production environment.
The provided template will create the following resources:
VNet.
Management subnet.
Datapath subnet.
Management security group with outbound rules.
Datapath security group with outbound rules and Inbound rules for port 443.
You can create additional subnets to run apps and create app-specific security groups, as needed.
Use the following steps to launch an ARM template:
| 1. | Log into your Azure account and Deploy a custom template. |
|
| 2. | Click Build your own template in the editor. |
|
| 3. | Copy the content from the ARM template and paste into the editor. |
|
| 4. | Click Save. |
|
| 5. | Select the Subscription, Resource group and the Region. |
|
| 6. | Click Review+ create. |
|
| 7. | Wait for a few minutes for all the resources to be created. |