How to Configure a High Availability Cluster in Azure via Web Portal and ASM

Size: px
Start display at page:

Download "How to Configure a High Availability Cluster in Azure via Web Portal and ASM"

Transcription

1 How to Configure a High Availability Cluster in Azure via Web Portal and ASM To safeguard against hardware and software failures in the Azure cloud, use a high availability (HA) setup. The Barracuda NextGen Firewall F-Series units are deployed in an Azure availability set in a cloud service in order to guarantee that both virtual machines are running in different fault domains in the Azure datacenter. Both systems are connected to the same Azure virtual network and use static internal IP addresses (DIPs). An Azure load-balanced endpoint (level 4 load balancer) can be used to offer TCP- and UDP-based services on the VIP. For the backend servers to use the F-Series Firewall as the default gateway, Azure User Defined Routing must be configured. When a failover occurs the F-Series Firewall changes the default route of the backend subnets to use the F-Series Firewall the virtual server is running on. This removes the requirement for the Azure Connectivity Agent. Azure (Load-balanced) Endpoints can only be used for TCP/UDP-based services. All other IP protocols (ICMP, ESP,...) are blocked. Connecting to services and managing the HA cluster in the Azure cloud: Accessing Services in Azure/ on the F-Series Firewall Create a Load-balanced Endpoint for each service accessed on or behind the F-Series Firewall in Azure. Management Access If you are not using a Barracuda NextGen Control Center to manage your F- Series Firewall use the following solution to be able to access both VMs with NG Admin: Create an Endpoint on port TCP/807 to manage the primary F-Series Firewall. Configure a Client-to-Site VPN. You can now reach the static internal IP address of the secondary F- Series Firewall through the Client-to-Site VPN. Before You Begin Install Windows PowerShell for Azure version or later. ( Step Create an Azure wide Virtual Network Public Instance Level IPs (PIPs) require a wide Virtual Network (widevnet). WideVNETs use the Location tag instead of the AffinityGroup and cannot be created using the web interface. 1 / 14

2 Log into your Microsoft Azure Management Portal ( In the left menu, click on NETWORKS. Click EXPORT in the bottom pane to download the current network configuration as an XML file. You are prompted to save the NetworkConfig.xml file. Edit the network configuration XML file and add a definition for the wide Virtual Network. Alternatively, you can also modify an existing Virtual Network. [...] <VirtualNetworkSite name="widevnet" Location="West Europe"> <Subnets> <Subnet name="frontend"> <AddressPrefix> /24</AddressPrefix> </Subnet> <Subnet name="backend"> <AddressPrefix> /24</AddressPrefix> </Subnet> </Subnets> <AddressSpace> <AddressPrefix> /16</AddressPrefix> </AddressSpace> </VirtualNetworkSite> [...] In the lower left-hand corner, click + NEW > NETWORK SERVICES > VIRTUAL NETWORK > IMPORT CONFIGURATION. The IMPORT NETWORK CONFIGURATION FILE window opens. 6. Select the modified network configuration XML file and click Next. 2 / 14

3 7. Verify the changes to your Virtual Networks and click OK. 8. Click OK. Your VNET is now listed in the NETWORKS section. Step Create an Azure Cloud Service Create a cloud service. The Barracuda NextGen Firewalls will be deployed in the same cloud service so you can later assign both virtual machines the same Availability Set. Log into your Microsoft Azure Management Portal ( In the left pane, click on CLOUD SERVICES. In the lower left-hand corner click + NEW > COMPUTE > CLOUD SERVICE > CUSTOM CREATE. 3 / 14

4 Enter the URL for the cloud service. E.g., BarracudaNGCloudService Select a REGION OR AFFINITY GROUP for the cloud service. E.g., West Europe 6. Click OK. You now have a cloud service located in the Azure datacenter of your choice. Step Deploy two Barracuda NextGen Firewalls Deploy two Firewall Virtual Machines in the Microsoft Azure cloud, using: The cloud service created in Step The VNET and Frontend Subnet created in Step Optional: Depending on the deployment method, you may also assign static internal IP addresses to the NextGen Firewalls. For more information, see Microsoft Azure Deployments using Azure Service Manager (ASM). Step Assign Static Internal IP Addresses to the Firewall VMs The Azure virtual machine will automatically reboot after assigning the static IP address. You must use a static internal IP address to be able to create a high availability cluster. Choose free IP addresses in the Frontend subnet of the Virtual Network for both F-Series Firewalls. Open a Windows Azure PowerShell. Check if the chosen IP address is available by entering: Test-AzureStaticVNetIP -VNetName <your Azure virtual network name> -IPAddress 4 / 14

5 <your chosen static internal IP address> Save the virtual machine to a local variable. $staticvm = Get-AzureVM -ServiceName <Cloud Service name of your NG> -Name <virtual machine name> Change the internal IP address of the virtual machine from dynamic to static. Set-AzureStaticVNetIP -VM $staticvm -IPAddress <your chosen static internal IP address> Update-AzureVM The F-Series Firewall automatically reboots. Repeat the procedure for the secondary unit, using a different IP address from the same subnet. Both Firewall VMs are now assigned static internal IP addresses: 5 / 14

6 Step 6. Change the Network Configuration to Use the Static Internal IP Addresses Change the network configuration of the primary and secondary firewall to use a static network interface. Step 6.1 Reconfigure the Network Interface Change the network interface type from dynamic to static. 6. Log into the primary firewall via the assigned PIP. Go to CONFIGURATION > Configuration Tree > Box > Network. In the left menu, click on xdsl/dhcp/isdn. Click Lock. Delete the DHCP01 entry in the DHCP Links list. Select No from the DHCP Enabled dropdown list Click Send Changes. In the left menu, click on IP Configuration. In the Management IP and Network section in the Interface Name line, untick the Other checkbox. Select eth0 from the Interface Name list. Enter the static internal IP address from Step 1 as the Management IP (MIP). E.g., Step 6.3 Create the Default Route Add the default route. In the left menu, click on Routing. Click + in the Routes table and configure the following settings: Target Network Address Enter /0 Route Type Select gateway. Gateway Enter the first IP address of the subnet the F-Series Firewalls reside in. E.g., if the IP addresses of the units are and Trust Level Select Unclassified. 6 / 14

7 Click OK. Click Send Changes and Activate. Step 6.4 Disable ICMP Monitoring of the Gateway ICMP probing must be disabled for the interface. Go to *CONFIGURATION > Configuration Tree > Infrastructure Services > Control. Click Lock. In the ICMP Gateway Monitoring Parameter section click + to add an entry to the No Probing for Interface table. Enter eth0 In Other. Click Send Changes and Activate. Step 6.5 Activate the Network Changes Activate the changes to the network configuration. Go to CONTROL > Box. In the Network section of the left menu, click on Activate new network configuration. Click Activate Now or Force. 7 / 14

8 Do not use a Failsafe network activation when changing the management IP address. Step 6.6 Reconfigure the Secondary Unit Complete Steps for the secondary unit. Both F-Series Firewall systems are now using the static 'eth0' network interfaces (CONTROL > Network). Step 7. (PAYG only) Import PAYG Licenses from the Secondary Firewall Step 7.1 Export the PAYG License from the Secondary Firewall Log into the secondary firewall. Go to CONFIGURATION > Configuration Tree > Box > Licenses. Click Lock. Select the license file, click the export icon, and select Export to File. Click Unlock. Step 7.2 Import the PAYG License on the Primary Firewall Log into the primary firewall. Go to CONFIGURATION > Configuration Tree > Box > Licenses. Click Lock. Click + and select Import from File. Select the license file exported from the secondary firewall. The primary firewall now has both PAYG licenses listed in the Licenses list. Step 8. Create a DHA Cluster Configuration Create a DHA cluster configuration. For more information on DHA, see High Availability. Log into the primary F-Series Firewall. Go to CONFIGURATION > Configuration Tree. Right-click on Box and select Create DHA Box. Go to CONFIGURATION > Configuration Tree > HA Box > HA Network. Select eth0 from the Interface Name list. 6. Enter the static IP address of the secondary F-Series Firewall as the Management IP (MIP). E.g., In the left menu, select Routing. 8. Verify the default route is present. ( /0 gateway XX.XX.XX.1). 9. Click Send Changes and Activate. 8 / 14

9 Step 9. Deploy the HA PAR file to the Secondary Unit Step 9.1 Create the PAR file for the HA Unit Log into the primary F-Series Firewall unit. Go to CONFIGURATION > Configuration Tree. Right-click on Box and select CREATE PAR FILE for HA box. You are prompted to save the boxha.par file. Step 9.2 Deploy the PAR file on the Secondary Unit Log into the secondary F-Series Firewall unit. Go to CONFIGURATION > Configuration Tree. Right-click on Box and select Restore from PAR file. Choose the boxha.par file created in Step Click Activate. Go to CONTROL > Box. In the left menu in the Network section, click on Activate new network configuration. Click Failsafe. In the left menu in the Operating System section, click Firmware Restart. The F-Series Firewall systems are now in a high availability cluster. Step 9.3 Set the Active and Backup Unit for the Virtual Server Standalone F-Series Firewalls Log into the primary unit. Go to your cluster in the NextGen Control Center > Virtual Servers > your virtual server > Server Properties. Click Lock. In the Virtual Server Definition section, define the primary unit and secondary unit. Active Box Select This-Box. Backup Box Select Other-Box. Click Send Changes and Activate. Managed F-Series Firewalls Log in to your Control Center. Go to your cluster in the NextGen Control Center > Virtual Servers > your virtual server > Server Properties. Click Lock. In the Virtual Server Definition section, define the primary unit and secondary unit. 9 / 14

10 Primary Box The active system. Secondary Box The HA partner. Click Send Changes and Activate. Step 10. (BYOL only) Activate and License the Two Firewall VMs Activate the license on the secondary firewall then on the primary firewall. If the primary unit is activated prior to the secondary unit the licenses for the secondary can not be downloaded. In this case reboot the primary firewall and perform a complete manual HA sync and update to download and install the licenses correctly. For more information, see How to Activate and License a Standalone High Availability Cluster. Step 1 Add Both Firewall Virtual Machines to the Same Availability Set The Azure virtual machine will automatically reboot after assigning a new availability set. To avoid hardware failures, and to take advantage of the Microsoft Azure SLA for the compute cloud, both virtual machines must be in the same availability set.if you already placed the two F-Series Firewalls in a Availability Set during deployment continue with Step 10. Log into your Microsoft Azure Management Portal ( In the left pane, click on Virtual Machines. Click on the primary firewall VM. The DASHBOARD opens. In the top menu, click on CONFIGURE. Select Create an availability set. 6. Enter the name for the AVAILABILITY SET. E.g., HA_SET 7. In the bottom pane, click SAVE. Wait for the changes to be applied. The virtual machine will reboot. 8. Click on the secondary F-Series Firewall. The DASHBOARD opens. 9. In the top menu, click on CONFIGURE. 10. From the AVAILABILITY SET list, select the availability set created for the primary F-Series Firewall. E.g., HA_SET. 1 In the bottom pane, click SAVE. Wait for the changes to be applied. The virtual machine will reboot. Both firewall VMs are now in the same availability set. Go to virtual machines > your primary or secondary virtual machine > CONFIGURE. Both virtual machines are now listed below the AVAILABILITY SET list. Step 1 Configure a Load Balanced Endpoint Create a load-balanced endpoint for each Internet facing service you want to offer. E.g., a load-balanced endpoint for port UDP/691 if you are connecting via TINA to the VPN service on the HA cluster. 10 / 14

11 Log into your Microsoft Azure Management Portal ( In the left menu, click on VIRTUAL MACHINES. Click on the primary firewall VM. The DASHBOARD opens. In the top menu, click on ENDPOINTS. Select ADD A STAND-ALONE ENDPOINT. Click OK. In the ADD ENDPOINT window, enter: Name Enter a name for the endpoint. PROTOCOL Select TCP or UDP depending on your TINA configuration. PUBLIC PORT Enter the external port: E.g.,691 PRIVATE PORT Enter the internal port. E.g., 691 CREATE A LOAD-BALANCED SET Select the checkbox to enable load balancing for these ports. Click NEXT. Configure the load-balanced set: LOAD-BALANCED SET NAME Enter a name for the load balanced endpoint. PROBE PROTOCOL Select TCP. PROBE PORT Enter the port the service is listening on internally. E.g., 691 PROBE INTERVAL Enter how many seconds should be between probes. Default: 5sec NUMBER OF PROBES Enter how many probes should be sent before the service is switched to the other unit. Default: 2 Click OK. The load-balanced endpoint is created. Click on the secondary firewall VM. The DASHBOARD opens. In the top menu, click on ENDPOINTS. Select ADD AN ENDPOINT TO AN EXISTING LOAD BALANCED SET. Select the load balanced endpoint created for the primary unit. Click NEXT. Enter a NAME. Click OK. Step 1 Remove the SETUP-MGMT-ACCESS Rule This redirect access rule is no longer needed and can be deleted. Go to CONFIGURATION > Configuration Tree > Box > Virtual Servers > S1 > Firewall > Forwarding Rules. Click Lock. Right-click on SETUP-MGMT-ACCESS firewall rule and click Delete. Click Send Changes and Activate. Step 1 Configure Azure User Defined Routing Azure User Defined Routing allows you to use the F-Series Firewall HA cluster in the frontend subnet as the default gateway for all your VMs running in the backend networks. You must enable IP forwarding for the F- Series Firewall VMs and create and apply an Azure routing table to the backend networks. Using a management Certificate and the Azure subscriber ID the F-Series Firewall VMs can change the Azure Routing Table on the fly when the virtual server fails over from one VM to the other. Step 11 Configure User Defined Routes for your VNET Create a User Defined routing table and enable IP Forwarding for the two F-Series Firewall VMs. Assign this user defined routing table to all subnets that use the F-Series Firewall HA cluster as the default gateway. For more information, see How to Configure Azure Route Tables (UDR) in Azure using PowerShell and ASM. 11 / 14

12 Step 12 Create the Azure Management Certificate For the F-Series Firewall to be able to connect to the Azure backend, you must create and upload a Management certificate. Log in to the firewall via ssh. Create the certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mycert.pem -out mycert.pem openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mycert.pem -out mycert.pem Answer the questions at the prompt. The Common Name is used to identify this certificate in the Azure web interface. Convert the certificate to CER, as required by Azure: openssl x509 -inform pem -in mycert.pem -outform der -out mycert.cer openssl x509 -inform pem -in mycert.pem -outform der -out mycert.cer If you are using an OpenSSL version that generates PKCS#8 keys you must extract the RSA key separately: openssl rsa -in mycert.pem -out mycert.key.pem In this case upload mycert.pem as the Azure Management Certificate and mycert.key.pem as the Management Key on the F-Series Firewall. You now have two certificates mycert.pem and mycert.cer. Step 13 Upload the Azure Management Certificate Log into the Microsoft Azure Management Portal ( On the bottom of the left menu, click on SETTINGS. In the top navigation, click on MANAGEMENT CERTIFICATES. On the bottom Click UPLOAD. Select the mycert.cer certificate created in Step 1 and click OK. The management certificate is now listed with the Common Name of the certificate used as the Name. Step 1 Configure Cloud Integration You must enter your Azure SubscriptionId, VNET name and the management certificate to allow the F-Series Firewall to change the Azure User Defined Routing Table. Login to the primary firewall. Go to CONFIGURATION > Configuration Tree > Box > Advanced Configuration > Cloud Integration. Click Lock. In the left menu, click Azure Networking. Enter your Azure Subscription ID. Use Get-AzureSubscription in Azure PowerShell to display your SubscriptionId. 6. Enter the Virtual Network Name. 7. Next to Management Certificate click Ex/Import and select Import from PEM File. The File browser window opens. 8. Select the mycert.pem certificate created in step 12 and click Open. 12 / 14

13 9. Next to Management Key click Ex/Import and select Import from File. The File browser window opens. Select the mycert.pem certificate created in step 12 and click Open. If you are using an OpenSSL version that generates PKCS#8 keys import the mycert.key.pem file as the Management Key on the F-Series Firewall. 10. Set Protect IP forwarding settings to yes. 1 Click Send Changes and Activate. The Azure Routing table is now updated every time the virtual server fails over. Step 1 (Optional) Assign Public Instance Level IP addresses to the Firewall Virtual Machines To access both firewall virtual machines directly and individually, a Public Instance Level IP Address (PIP) must be assigned to each VM. PIPs can only be assigned and managed via Azure PowerShell and are currently not visible in the Microsoft Azure web interface. Once assigned to a VM, PIPs are used as the default source IP address for outgoing connections initiated by the F-Series Firewall. For more information, see Reserved, Static and Public IP Addresses in the Azure Cloud using ASM. 13 / 14

14 Figures 14 / 14

How to Configure a High Availability Cluster in Azure via PowerShell

How to Configure a High Availability Cluster in Azure via PowerShell How to Configure a High Availability Cluster in Azure via PowerShell To safeguard against hardware and software failures in the Azure cloud, use a high availability (HA) setup. Most advanced networking

More information

Reserved, Static and Public IP Addresses in the Azure Cloud using ASM

Reserved, Static and Public IP Addresses in the Azure Cloud using ASM Reserved, Static and Public IP Addresses in the Azure Cloud using ASM By default, a VM in the Azure cloud uses the hostname and IP address assigned to the cloud service the VM resides in. Whereas the hostname

More information

How to Configure Azure Route Tables (UDR) using Azure Portal and ARM

How to Configure Azure Route Tables (UDR) using Azure Portal and ARM How to Configure Azure Route Tables (UDR) using Azure Portal and ARM Azure Route Tables, or User Defined Routing, allow you to create network routes so that your F-Series Firewall VM can handle the traffic

More information

How to Deploy the Barracuda NG Firewall on Microsoft Azure via PowerShell

How to Deploy the Barracuda NG Firewall on Microsoft Azure via PowerShell How to Deploy the Barracuda NG Firewall on Microsoft Azure via PowerShell For most advanced networking features in the Microsoft Azure Cloud, such as multiple network interfaces or reserved IP addresses

More information

Lab Guide. Barracuda NextGen Firewall F-Series Microsoft Azure - NGF0501

Lab Guide. Barracuda NextGen Firewall F-Series Microsoft Azure - NGF0501 Barracuda NextGen Firewall F-Series Microsoft Azure - NGF0501 Lab Guide Official training material for Barracuda certified trainings and Authorized Training Centers. Edition 2018 Revision 1.0 campus.barracuda.com

More information

Deploying and Provisioning the Barracuda CloudGen WAF in the Classic Microsoft Azure Management Portal

Deploying and Provisioning the Barracuda CloudGen WAF in the Classic Microsoft Azure Management Portal Deploying and Provisioning the Barracuda CloudGen WAF in the Classic Microsoft Azure Management Portal Before you proceed, it is recommended that you go through the Deployment Best Practices article. Before

More information

How to Deploy the Barracuda Security Gateway in the New Microsoft Azure Management Portal

How to Deploy the Barracuda  Security Gateway in the New Microsoft Azure Management Portal How to Deploy the Barracuda Email Security Gateway in the New Microsoft Azure Management Portal This guide walks you through the steps to deploy and provision the Barracuda Email Security Gateway on Microsoft

More information

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management This guide will walk you through the steps to load balance traffic across multiple instances of the Barracuda

More information

How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud

How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud The Barracuda NG Firewall can run as a virtual appliance in the Amazon cloud as a gateway device for Amazon EC2 instances in an

More information

How to Configure VNET peering with the F-Series Firewall

How to Configure VNET peering with the F-Series Firewall How to Configure VNET peering with the F-Series Firewall If you have multiple virtual networks in the same Azure region, you can connect them with a high bandwidth, low-latency connection via virtual network

More information

How to Configure a Remote Management Tunnel for an F-Series Firewall

How to Configure a Remote Management Tunnel for an F-Series Firewall How to Configure a Remote Management Tunnel for an F-Series Firewall If the managed NextGen Firewall F-Series cannot directly reach the NextGen Control Center, it must connect via a remote management tunnel.

More information

NGF0502 AWS Student Slides

NGF0502 AWS Student Slides NextGen Firewall AWS Use Cases Barracuda NextGen Firewall F Implementation Guide Architectures and Deployments Based on four use cases Edge Firewall Secure Remote Access Office to Cloud / Hybrid Cloud

More information

How to Configure Azure Route Tables (UDR) using PowerShell and ARM

How to Configure Azure Route Tables (UDR) using PowerShell and ARM How to Configure Azure Route Tables (UDR) using PowerShell and ARM Azure Route Tables, or User Defined Routing, allow you to create network routes so that your F-Series Firewall VM can handle the traffic

More information

Title: Deploying AD into Windows Azure with No Corporate Connectivity

Title: Deploying AD into Windows Azure with No Corporate Connectivity Dean Suzuki Blog Title: Deploying AD into Windows Azure with No Corporate Connectivity Created: 6/2/2014 Description: In this blog post, I record the process that I went through to build an Active Directory

More information

3. In the upper left hand corner, click the Barracuda logo ( ) then click Settings 4. Select the check box for SPoE as default.

3. In the upper left hand corner, click the Barracuda logo ( ) then click Settings 4. Select the check box for SPoE as default. Week 1 Lab Lab 1: Connect to the Barracuda network. 1. Download the Barracuda NG Firewall Admin 5.4 2. Launch NG Admin 3. In the upper left hand corner, click the Barracuda logo ( ) then click Settings

More information

Deploying and Provisioning the Barracuda Web Application Firewall in the New Microsoft Azure Management Portal

Deploying and Provisioning the Barracuda Web Application Firewall in the New Microsoft Azure Management Portal Deploying and Provisioning the Barracuda Web Application Firewall in the New Microsoft Azure Management Deploying and Provisioning the Barracuda Web Application Firewall Using the Azure Resource Manager

More information

How to Configure an IPsec Site-to-Site VPN to a Windows Azure VPN Gateway

How to Configure an IPsec Site-to-Site VPN to a Windows Azure VPN Gateway How to Configure an IPsec Site-to-Site VPN to a Windows Azure VPN Gateway To connect your on-premise Barracuda NG Firewall to the static VPN gateway service in the Windows Azure cloud create a IPsec tunnel

More information

How to Configure a Remote Management Tunnel for Barracuda NG Firewalls

How to Configure a Remote Management Tunnel for Barracuda NG Firewalls How to Configure a Remote Management Tunnel for Barracuda NG Firewalls If the managed NG Firewall can not directly reach the NG Control Center it must connect via a remote management tunnel. The remote

More information

How to Configure an IKEv1 IPsec Site-to-Site VPN to the Static Microsoft Azure VPN Gateway

How to Configure an IKEv1 IPsec Site-to-Site VPN to the Static Microsoft Azure VPN Gateway How to Configure an IKEv1 IPsec Site-to-Site VPN to the Static Microsoft Azure VPN Gateway You can configure your local Barracuda NextGen Firewall F-Series to connect to the static IPsec VPN gateway service

More information

Developer s Guide to Azure RemoteApp Hybrid Collection Deployment

Developer s Guide to Azure RemoteApp Hybrid Collection Deployment Developer s Guide to Azure RemoteApp Hybrid Collection Deployment ABSTRACT I. II. ABSTRACT AZURE REMOTEAPP 1. What is Azure RemoteApp? 2. How It Works Behind the Scene 3. Advantages of Azure RemoteApp

More information

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide The Balabit s Privileged Session Management 5 F5 Azure Reference Guide March 12, 2018 Abstract Administrator Guide for Balabit s Privileged Session Management (PSM) Copyright 1996-2018 Balabit, a One Identity

More information

HA for Azure Classic Interface. Feature Description

HA for Azure Classic Interface. Feature Description Feature Description UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Exam : Implementing Microsoft Azure Infrastructure Solutions

Exam : Implementing Microsoft Azure Infrastructure Solutions Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Design and Implement Azure App Service

More information

Proxy Protocol Support for Sophos UTM on AWS. Sophos XG Firewall How to Configure VPN Connections for Azure

Proxy Protocol Support for Sophos UTM on AWS. Sophos XG Firewall How to Configure VPN Connections for Azure Proxy Protocol Support for Sophos UTM on AWS Sophos XG Firewall How to Configure VPN Connections for Azure Document date: April 2017 1 Contents 1 Overview... 3 2 Azure Virtual Network and VPN Gateway...

More information

Barracuda Networks NG Firewall 7.0.0

Barracuda Networks NG Firewall 7.0.0 RSA SECURID ACCESS Standard Agent Implementation Guide Barracuda Networks.0 fal, RSA Partner Engineering Last Modified: 10/13/16 Solution Summary The Barracuda NG Firewall

More information

Enterprise Azure Quick Start Guide v8.3.0

Enterprise Azure Quick Start Guide v8.3.0 Enterprise Azure Quick Start Guide v8.3.0 Rev. 1.0.0 Copyright Loadbalancer.org Table of Contents 1. Introduction...3 2. About Enterprise Azure...3 Main Differences to the Non-Cloud Product...3 Why use

More information

How to Set Up VPN Certificates

How to Set Up VPN Certificates For the VPN service, you can use either self-signed certificates or certificates that are generated by an external CA. In this article: Before You Begin Before you set up VPN certificates, verify that

More information

Load Balancing Web Servers with OWASP Top 10 WAF in Azure

Load Balancing Web Servers with OWASP Top 10 WAF in Azure Load Balancing Web Servers with OWASP Top 10 WAF in Azure Quick Reference Guide v1.0.3 ABOUT THIS GUIDE This document provides a quick reference guide on how to load balance Web Servers and configure a

More information

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

MarkLogic Server. MarkLogic Server on Microsoft Azure Guide. MarkLogic 9 January, 2018

MarkLogic Server. MarkLogic Server on Microsoft Azure Guide. MarkLogic 9 January, 2018 MarkLogic Server on Microsoft Azure Guide 1 MarkLogic 9 January, 2018 Last Revised: 9.0-4, January, 2018 2018 MarkLogic Corporation. MarkLogic and the MarkLogic logo are trademarks or registered trademarks

More information

How-to Guide: Tenable Nessus for Microsoft Azure. Last Updated: April 03, 2018

How-to Guide: Tenable Nessus for Microsoft Azure. Last Updated: April 03, 2018 How-to Guide: Tenable Nessus for Microsoft Azure Last Updated: April 03, 2018 Table of Contents How-to Guide: Tenable Nessus for Microsoft Azure 1 Introduction 3 Auditing the Microsoft Azure Cloud Environment

More information

Silver Peak EC-V and Microsoft Azure Deployment Guide

Silver Peak EC-V and Microsoft Azure Deployment Guide Silver Peak EC-V and Microsoft Azure Deployment Guide How to deploy an EC-V in Microsoft Azure 201422-001 Rev. A September 2018 2 Table of Contents Table of Contents 3 Copyright and Trademarks 5 Support

More information

Pexip Infinity and Google Cloud Platform Deployment Guide

Pexip Infinity and Google Cloud Platform Deployment Guide Pexip Infinity and Google Cloud Platform Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring your Google VPC network 4 Obtaining and preparing disk images for GCE Virtual Machines

More information

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org Load Balancing Microsoft Remote Desktop Services Deployment Guide v2.0.2 Copyright Loadbalancer.org Table of Contents About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

How-to Guide: Tenable.io for Microsoft Azure. Last Updated: November 16, 2018

How-to Guide: Tenable.io for Microsoft Azure. Last Updated: November 16, 2018 How-to Guide: Tenable.io for Microsoft Azure Last Updated: November 16, 2018 Table of Contents How-to Guide: Tenable.io for Microsoft Azure 1 Introduction 3 Auditing the Microsoft Azure Cloud Environment

More information

How to Configure SSL Interception in the Firewall

How to Configure SSL Interception in the Firewall Most applications encrypt outgoing connections with SSL or TLS. SSL Interception decrypts SSL-encrypted traffic to allow Application Control features (such as the Virus Scanner, ATD, URL Filter, Safe Search,

More information

How to Configure User Defined Routes in Azure

How to Configure User Defined Routes in Azure Azure allows you to change the routing in your VNET with Azure User Defined Routes (UDR). You must enable IP forwarding for the Barracuda NG Firewall and then create and configure the routing table for

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Virtual Private Cloud. User Guide. Issue 03 Date

Virtual Private Cloud. User Guide. Issue 03 Date Issue 03 Date 2016-10-19 Change History Change History Release Date What's New 2016-10-19 This issue is the third official release. Modified the following content: Help Center URL 2016-07-15 This issue

More information

AWS Reference Architecture - CloudGen Firewall Auto Scaling Cluster

AWS Reference Architecture - CloudGen Firewall Auto Scaling Cluster AWS Reference Architecture - CloudGen Firewall Auto Scaling Cluster Protecting highly dynamic AWS resources with a static firewall setup is neither efficient nor economical. A CloudGen Firewall Auto Scaling

More information

VMware Horizon View Deployment

VMware Horizon View Deployment VMware Horizon View provides end users with access to their machines and applications through a unified workspace across multiple devices, locations, and connections. The Horizon View Connection Server

More information

How to Create a TINA VPN Tunnel between F- Series Firewalls

How to Create a TINA VPN Tunnel between F- Series Firewalls How to Create a TINA VPN Tunnel between F- Series Firewalls As the TINA protocol offers significant advantages over IPsec, it is the main protocol that is used for VPN connections between F-Series Firewalls.

More information

Next-Generation Security Platform on Azure Reference Architecture

Next-Generation Security Platform on Azure Reference Architecture t n e g i l l e nt i ES UR T C E T I ARCH Next-Generation Security Platform on Azure Reference Architecture Release 2 February 2018 Contents. Introduction................................................

More information

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Version 1.0 Note Before using this information and the product it supports, read the information in Appendix A Notices on

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

How to Set Up External CA VPN Certificates

How to Set Up External CA VPN Certificates To configure a client-to-site, or site-to-site VPN using s created by External CA, you must create the following VPN s for the VPN service to be able to authenticate Before you begin Use an external CA

More information

Load Balancing Nginx Web Servers with OWASP Top 10 WAF in Azure

Load Balancing Nginx Web Servers with OWASP Top 10 WAF in Azure Load Balancing Nginx Web Servers with OWASP Top 10 WAF in Azure Quick Reference Guide v1.0.2 ABOUT THIS GUIDE This document provides a quick reference guide on how to load balance Nginx Web Servers and

More information

How to Configure Route 53 for F-Series Firewalls in AWS

How to Configure Route 53 for F-Series Firewalls in AWS How to Configure Route 53 for F-Series Firewalls in AWS If you are running multiple stacks in different AWS regions, or multiple deployments in a single region, you must configure AWS Route 53 to access

More information

Authentication, Encryption, Transport, IP Version and VPN Routing

Authentication, Encryption, Transport, IP Version and VPN Routing Authentication, Encryption, Transport, IP Version and VPN Routing VPN clients must authenticate themselves to the VPN server. A valid certificate is required for the client to verify the identity of the

More information

Windows Azure Services - At Different Levels

Windows Azure Services - At Different Levels Windows Azure Windows Azure Services - At Different Levels SaaS eg : MS Office 365 Paas eg : Azure SQL Database, Azure websites, Azure Content Delivery Network (CDN), Azure BizTalk Services, and Azure

More information

Deploying the Cisco ASA 1000V

Deploying the Cisco ASA 1000V CHAPTER 2 This chapter includes the following sections: Information About the ASA 1000V Deployment, page 2-1 Downloading the ASA 1000V OVA File, page 2-7 Deploying the ASA 1000V Using the VMware vsphere

More information

How to Configure and Use High Availability

How to Configure and Use High Availability For redundancy and reliability, you can set up two Barracuda NextGen X-Series Firewalls in a high availability (HA) cluster. During normal operations, the primary unit is active while the secondary unit

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

vapp Deployment and Configuration Guide

vapp Deployment and Configuration Guide vapp Deployment and Configuration Guide vcenter Operations Manager 5.8.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

Azure Compute. Azure Virtual Machines

Azure Compute. Azure Virtual Machines Azure Compute Azure Virtual Machines Virtual Machines Getting started Select image and VM size New disk persisted in storage Management portal Windows Server Boot VM from new disk >_ Scripting (Windows,

More information

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

Pexip Infinity and Amazon Web Services Deployment Guide

Pexip Infinity and Amazon Web Services Deployment Guide Pexip Infinity and Amazon Web Services Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring AWS security groups 4 Deploying a Management Node in AWS 6 Deploying a Conferencing Node

More information

LoadMaster for Azure Resource Manager. Feature Description

LoadMaster for Azure Resource Manager. Feature Description LoadMaster for Azure Resource Manager Feature Description UPDATED: 16 October 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

User Manual. SSV Remote Access Gateway. Web ConfigTool

User Manual. SSV Remote Access Gateway. Web ConfigTool SSV Remote Access Gateway Web ConfigTool User Manual SSV Software Systems GmbH Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Securing VMware NSX MAY 2014

Securing VMware NSX MAY 2014 Securing VMware NSX MAY 2014 Securing VMware NSX Table of Contents Executive Summary... 2 NSX Traffic [Control, Management, and Data]... 3 NSX Manager:... 5 NSX Controllers:... 8 NSX Edge Gateway:... 9

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Privileged Remote Access Virtual Appliance Setup

Privileged Remote Access Virtual Appliance Setup Privileged Remote Access Virtual Appliance Setup 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of

More information

Check Point vsec for Microsoft Azure

Check Point vsec for Microsoft Azure Check Point vsec for Microsoft Azure Test Drive User Guide 2017 Check Point Software Technologies Ltd. All rights reserved Page 1 Learn More: checkpoint.com Content 1 INTRODUCTION... 3 2 TEST DRIVE OVERVIEW...

More information

Pexip Infinity and Amazon Web Services Deployment Guide

Pexip Infinity and Amazon Web Services Deployment Guide Pexip Infinity and Amazon Web Services Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring AWS security groups 4 Deploying a Management Node in AWS 6 Deploying a Conferencing Node

More information

How to Perform a Manual High Availability Failover

How to Perform a Manual High Availability Failover How to Perform a Manual High Availability Failover In an HA setup, the primary CloudGen Firewall stays active until a serious problem occurs. If virtual servers and services must be shut down (for example,

More information

If you prefer to use your own SSH client, configure NG Admin with the path to the executable:

If you prefer to use your own SSH client, configure NG Admin with the path to the executable: Each Barracuda NG Firewall system is routinely equipped with an SSH daemon listening on TCP port 22 on all administrative IP addresses (the primary box IP address and all other IP addresses that administrative

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

Install the ExtraHop session key forwarder on a Windows server

Install the ExtraHop session key forwarder on a Windows server Install the ExtraHop session key forwarder on a Windows server Published: 2018-07-23 The ExtraHop session key forwarder runs as a process on a monitored Windows server running SSL services. The forwarder

More information

Microsoft Exam

Microsoft Exam Volume: 206 Questions Question No: 1 HOTSPOT You manage an Azure Service Bus for your company. You plan to enable access to the Azure Service Bus for an application named ContosoLOB. You need to create

More information

Implementing Infoblox Data Connector 2.0

Implementing Infoblox Data Connector 2.0 DEPLOYMENT GUIDE Implementing Infoblox Data Connector 2.0 2017 Infoblox Inc. All rights reserved. Implementing Infoblox Data Connector, July 2017 Page 1 of 31 Contents Overview... 3 Prerequisites... 3

More information

VMware Horizon Cloud Service on Microsoft Azure Administration Guide

VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service VMware Horizon Cloud Service on Microsoft Azure 1.4 You can find the most up-to-date technical documentation

More information

How to Deploy an F-Series Firewall in Microsoft Azure using PowerShell and ARM

How to Deploy an F-Series Firewall in Microsoft Azure using PowerShell and ARM How to Deploy an F-Series Firewall in Microsoft Azure using PowerShell and ARM For most advanced networking features in the Microsoft Azure Cloud, such as multiple network interfaces or user images, you

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

PowerShell cmdlets For Azure Resource Manager (ARM)

PowerShell cmdlets For Azure Resource Manager (ARM) PowerShell cmdlets For Azure Resource Manager (ARM) Run Windows PowerShell ISE as Administrator and use the commands mentioned in the following sections to perform various tasks with ARM. PowerShell ISE

More information

AirWatch Mobile Device Management

AirWatch Mobile Device Management RSA Ready Implementation Guide for 3rd Party PKI Applications Last Modified: November 26 th, 2014 Partner Information Product Information Partner Name Web Site Product Name Version & Platform Product Description

More information

How-to Guide: Tenable Core Web Application Scanner for Microsoft Azure. Last Updated: May 16, 2018

How-to Guide: Tenable Core Web Application Scanner for Microsoft Azure. Last Updated: May 16, 2018 How-to Guide: Tenable Core Web Application Scanner for Microsoft Azure Last Updated: May 16, 2018 Table of Contents How-to Guide: Tenable Core Web Application Scanner for Microsoft Azure 1 Introduction

More information

How to Generate and Install a Certificate on a SMA

How to Generate and Install a Certificate on a SMA How to Generate and Install a Certificate on a SMA Contents Introduction Prerequisites How to Generate and Install a Certificate on a SMA Create and Export Certificate from an ESA Convert the Exported

More information

Configuring High Availability (HA)

Configuring High Availability (HA) 4 CHAPTER This chapter covers the following topics: Adding High Availability Cisco NAC Appliance To Your Network, page 4-1 Installing a Clean Access Manager High Availability Pair, page 4-3 Installing

More information

Veriato Recon / 360. Version 9.0.3

Veriato Recon / 360. Version 9.0.3 Veriato Recon / 360 Version 9.0.3 1/3/2018 Upgrade Guide January 3, 2018 Table of Contents Before You Begin... 1 What's New... 1 How the System Works... 1 Upgrade Support... 6 Update Antivirus Exclusions...

More information

Microsoft Cloud Workshops. Enterprise-Ready Cloud Hackathon Leader Guide

Microsoft Cloud Workshops. Enterprise-Ready Cloud Hackathon Leader Guide Microsoft Cloud Workshops Enterprise-Ready Cloud Hackathon Leader Guide August 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential and proprietary to Microsoft. Internal

More information

How to Deploy a VHD Virtual Test Agent Image in Azure

How to Deploy a VHD Virtual Test Agent Image in Azure How to Deploy a VHD Virtual Test Agent Image in Azure Executive Summary This guide explains how to deploy a Netrounds Virtual Test Agent as a virtual machine in Microsoft Azure. Table of Contents 1 Netrounds

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide Product Version: 8 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses...5 Check your licenses...6

More information

CA Agile Central Installation Guide On-Premises release

CA Agile Central Installation Guide On-Premises release CA Agile Central Installation Guide On-Premises release 2016.2 Agile Central to Go 2017.1 rallysupport@rallydev.com www.rallydev.com 2017 CA Technologies (c) 2017 CA Technologies Version 2016.2 (c) Table

More information

Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application

Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application Overview This course includes optional practical exercises

More information

Session objectives and takeaways

Session objectives and takeaways Session objectives and takeaways Objectives Explain SDN Core Concepts Deploy SDN Fabric with SCVMM 2016 Takeaways: Deploying SDN Fabric components with SCVMM requires planning Deploying Tenant Resources

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

SonicOS Release Notes

SonicOS Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Issues... 4 Upgrading SonicOS Enhanced Image Procedures... 5 Related Technical Documentation... 10 Platform Compatibility The SonicOS

More information

Azure for On-Premises Administrators Practice Exercises

Azure for On-Premises Administrators Practice Exercises Azure for On-Premises Administrators Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide

More information

Sangoma VM SBC AMI at AWS (Amazon Web Services)

Sangoma VM SBC AMI at AWS (Amazon Web Services) Sangoma VM SBC AMI at AWS (Amazon Web Services) SBC in a Cloud Based UC/VoIP Service. One of the interesting use cases for Sangoma SBC is to provide VoIP Edge connectivity between Softswitches or IPPBX's

More information

Sophos Mobile Control SaaS startup guide. Product version: 7

Sophos Mobile Control SaaS startup guide. Product version: 7 Sophos Mobile Control SaaS startup guide Product version: 7 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 What are the key steps?...7 4 Change your password...8 5 Change your login

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Xrio UBM Quick Start Guide

Xrio UBM Quick Start Guide XRIO UBM QUICK START GUIDE V.2.0 Updated September 2009 Xrio UBM Quick Start Guide Page 1 of 35 UBM QUICK START GUIDE CONTENTS 1.0 Getting Started Page 04 1.1 Connecting to Your UBM Appliance Page 05 1.2

More information

PCoIP Connection Manager for Amazon WorkSpaces

PCoIP Connection Manager for Amazon WorkSpaces PCoIP Connection Manager for Amazon WorkSpaces Version 1.0.7 Administrators' Guide TER1408002-1.0.7 Introduction Amazon WorkSpaces is a fully managed cloud-based desktop service that enables end users

More information

NETOP HOST ON A TERMINAL SERVER

NETOP HOST ON A TERMINAL SERVER 27.09.2017 NETOP HOST ON A TERMINAL SERVER Contents 1 Introduction... 2 1.1 Incoming traffic... 2 1.2 Outgoing traffic... 2 2 Using a Netop Gateway with the Netop Host on a Terminal Server... 3 2.1 Install

More information

Firebox Cloud. Deployment Guide. Firebox Cloud for AWS and Microsoft Azure

Firebox Cloud. Deployment Guide. Firebox Cloud for AWS and Microsoft Azure Firebox Cloud Deployment Guide Firebox Cloud for AWS and Microsoft Azure About This Guide The Firebox Cloud Deployment Guide is a guide for deployment of a WatchGuard Firebox Cloud virtual security appliance.

More information

EASYSECURITY SYMANTEC V1.0

EASYSECURITY SYMANTEC V1.0 EASYSECURITY SYMANTEC V1.0 CONTENTS 1 Introduction... 2 2 Creating a virtual machine... 3 3 Installing Endpoint Protection 14:... 8 9/1/2017 EasySecurity Symantec 1 1 INTRODUCTION EasySecurity Symantec

More information

Microsoft Implementing Microsoft Azure Infrastructure Solutions.

Microsoft Implementing Microsoft Azure Infrastructure Solutions. Microsoft 70-533 Implementing Microsoft Azure Infrastructure Solutions http://killexams.com/pass4sure/exam-detail/70-533 QUESTION: 125 You have an Azure subscription. In Azure, you create two virtual machines

More information

70-533_. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft

70-533_. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft 70-533_ Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Microsoft 70-533 Implementing Azure Infrastructure Solutions Экзамен A QUESTION 1 You work as a network administrator at

More information