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

Size: px
Start display at page:

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

Transcription

1 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 where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the individual practical exercises. See the Practical Exercises > Overview page in your course for information about getting started. You do not need an Azure subscription to complete the first exercise. However, you will need an Azure Subscription to complete the subsequent exercises. If you already have an Azure subscription you can use in a test or practice environment, you can use that, otherwise there are details available on the Practical Exercises > Overview page to help you set up a free trial account. There is also a step by step video available to walk you through this process at the beginning of the course in the Welcome > Start Here section, called "Setting up a Free Microsoft Azure 30-day Trial"

2 Practical Exercise: Install Service Fabric Explorer In this exercise, you will install the Service Fabric explorer on your local machine. You do not need a Microsoft Azure subscription for the first two practical exercises. 1. Navigate to the relevant page for your operating system Setup your development environment for Windows Setup your development environment for Linux Setup your development environment for Mac Follow the installation steps and notes for here to ensure you have the latest information and bits, as well as comments and Q and A. The steps here will involve getting any pre-requisites and 2. For Mac and Linux scenarios, the steps on the above pages show you how to create the local cluster. For Windows machines to create a local Service Fabric cluster proceed to steps 3 to On your windows box, locate the Service Fabric icon in the system trey, right click it and notice the available options in the context menu. 4. Select Setup Local Cluster > 5 Node 5. You should receive a notification saying that it is being created and it may take a few minutes. Once complete you will receive another message saying it is complete. 6. Once ready, again in the Service Fabric icon context menu, select Manage local Cluster. 7. Note some particular features present b The endpoint address leading with c The refresh rate settings d The Cluster details in the left hand side containing

3 Applications: This should be empty as no apps have been deployed at this stage Node: There should be 5 nodes System: For a local Service fabric environment there should be ClusterManagerService, FailoverManagerService, FaultAnalysisService and NamingService Note that as you click through these elements the endpoint address changes in the windows display according to the section you click 8. If you click the Cluster at the top of the tree in the left hand pane you will return back to the dashboard view 9. Click the Settings icon in the top right hand side and in the Choose a theme section select the alternative theme and notice the change in the dashboard view, from black to white themed dashboard. Choose your preferred theme. 10. If you click Microsoft Azure in the top left hand side of the explorer window, a new window will launch attempting to launch into your Azure subscription to allow you directly access your Azure Service Cluster. Notice and click on the other options for Privacy and Cookies and Suggest an improvement. Scroll through existing suggestions and feel free to submit any new ideas for improving Service Fabric. 11. Spend some time to click around the remainder of the dashboard and the various elements available within it.

4 Practical Exercise: Deploy an Application to a local Service Fabric Cluster In this exercise you will deploy a sample application to the local Service Fabric cluster and view the deployment in Service Fabric Explorer. Prerequisites Before working on this lab, you must have: Visual Studio 2015 with Update 3 ( ) and Service Fabric SDK v If you are using a different version of Visual Studio or the Service Fabric SDK there may be differences between what is documented in this lab and what you are presented with. See Prepare you development environment for information on how to install a development environment on your machine. 1. Open Visual Studio with elevated privileges by pressing the Start ( ) button on the keyboard and typing Visual Studio, then run Visual Studio by right clicking and choosing Run as Administrator. Visual Studio must be run using elevated privileges because it must interact with the Service Fabric runtime. 2. Select File New Project 3. Go to Cloud and choose Service Fabric Application

5 4. Enter Voting for the Name and Solution name fields and then click OK 5. In Service Templates choose Stateless Web API and enter VotingService for the service name. Click OK.

6 6. Visual Studio will create a solution containing two projects, Voting and VotingService. The Voting project is the Service Fabric project containing: a. A reference to the VotingService project b. ApplicationPackageRoot folder containing the ApplicationManifest.xml file describing your Service Fabric application c. ApplicationParameters folder containing deployment parameters for local (Local.1Node.xm and Local.5Node.xmll) and cloud (Cloud.xml) deployments. In this lab we ll only use the Local.5Node.xml parameters d. PublishProfiles containing deployment profiles for local (Local.1Node.xml and Local.5Node.xml) and cloud (Cloud.xml) deployments. The Cloud profile is used to publish to Azure e. Scripts containing the scripts used for deploying the application to the cluster f. Packages.config used to indicate the packages associated with this application The VotingService project contains the stateless service implementation and contains: a. Controllers folder containing the controllers for this project. An initial controller named ValuesController.cs has been generated b. PackageRoot folder containing the service configuration and ServiceManifest.xml

7 c. OwinCommunicationsListener.cs contains the ICommunicationListener implementation based on the Owin HTTP hosting framework d. Program.cs which is the host executable of the stateless service e. ServiceEventSource.cs contains the class used for diagnostic events f. Startup.cs containing the application server startup configuration g. VotingService.cs contains the classed implementing the stateless voting service 1. At this point, you have a functioning service that can be hosted within Service Fabric. 2. In Visual Studio in the Solution Explorer pane on the right hand side, right click the solution Voting and in the context menu select Publish 3. In the Publish Service Fabric Application dialogue box, for the Target profile: drop down box select PublishProfiles\Local.5Node.xml Note that the Application Parameters File: changes to match the Target profile selection you made. 4. Set the Connection Endpoint: Local Cluster and click Publish 5. Notice the output as the package is created in the Output window, then published to the local cluster. 6. Switch to the Servicer Fabric Explorer 7. Notice the VotingType application being deployed under the Applications node. 8. As you click through the sun nodes under applications notice the change in available tabs in the main dashboard central page including ESSENTIALS, DETAILS, DEPLOYMENTS, CLUSTER MAP, METRICS and MANIFEST 9. On the Cluster node, click the METRICS tab and select the Show system metrics box. Click and view each item that is now available. 10. Under Nodes, hover the mouse along the edge so the left pane view and notice the appearance of ellipsis, three dots, for each node as you do so. Click the _Node_0 ellipsis and notice the available options 11. Do the same for the Cluster node and notice which options have ellipsis available for additional possible actions. 12. Return to the Cluster node and notice the options and details available on this page, most notable being the dashboard view of number of Applications, number of Nodes and Upgrades in Progress.

8 Practical Exercise: Create an Azure hosted Service Fabric Cluster In this exercise, you will sign in to the new Azure Portal and create an Azure hosted Service Fabric Cluster. You will need an Azure subscription to complete this exercise. You will also need to obtain some security information that is required as part of the Service Fabric Cluster, namely Azure Key Vault details, a Certificate URL and the certificate Thumbprint. The first sections of this exercise will be covering those prerequisite items so we have them ready when we go to create out cluster. Create Key Vault There are several way sot do this but we will do via the Azure Portal to show you some of its components and allow you to visualize it within Azure. 1. Go to the azure Portal and sign in using your subscription credentials 2. Click the + sign in the left had pane to create a new item and type Key Vault 3. Select Key Vault from the resultant options and read the explanations about Key Vault and click Create 4. On Create Key Vault blade us the below values. You can use your own if you wish, just ensure you document them for later use and connection

9 b Name: asfckv c Subscription: < Your own subscription> d Resource Group: Create new and using name keyvault_rg e Location: < Your nearest datacenter location> 5. Take the remaining default values and click Create 6. Open up your newly created Key Vault asfckv 7. Go to Key Vault Settings > Properties and copy the Resource ID value to a.txt file or somewhere easily accessible, the resource ID should look something like the below /subscriptions/6e9a285a-37ea-40e6-b2fc e/resourceGroups/keyvault_rg/providers/Microsoft.KeyVault/vaults/asfckv 8. Enable for Deployment and use with Service Fabric Cluster by going to Advanced access policies and enabling the checkbox Enable Access to Azure Virtual Machines for deployment. Create Self Signed Certificate to place in Key Vault for use in Service Fabric Cluster We now need a certificate available in the Key Vault foe use in our Service Fabric Cluster, and we need to obtain its ID value as well as its Thumbprint. You could obtain a signed certificate by a trusted entity, or we will just create a self-signed certificate. There are several ways to generate a certificate and we will do so using PowerShell, and there are steps available on the Create a Service Fabric cluster by using Azure Resource Manager page, which the below steps are based around, that you can reference and may be useful if you run into any errors. 1. There are scripts available on GitHub to specifically help with uploading a certificate to Key vault and getting the information we need. There is a PowerShell module and also a script to use on Linux. We will use PowerShell in this scenario, but use the Linux scripts if they are relevant to your environment.

10 2. Go to GitHub and click Clone or download to download the Service fabric repository of files to a local folder call C:\ServiceFabricFiles (You can use an alternative location if you wish) 3. Extract the files and place the ServiceFabricRPHelpers.psm1 inside the System.Fabric.CSMTemplate folder 4. Open the PowerShell ISE with administrative privileges 5. At the PowerShell command prompt go to the System.Fabric.CSMTemplate folder location cd 'C:\Service Fabric\Service-Fabric-master\Service-Fabricmaster\Scripts\ServiceFabricRPHelpers\System.Fabric.CSMTemplate' 6. Import the PowerShell module by running the command and ensure the module imports correctly. You can check the module by ensuring no errors appeared and by running the command get-module and viewing the listed modules, making sure ServiceFabricRPHelpers module is listed Import-module.\ServiceFabricRPHelpers.psm1 7. Run the command Login-AzureRMAccount and enter your credentials when prompted to connect to your azure subscription account details 8. Run the below in the PowerShell ISE i.e. highlight the variables first and hit F8 to load the variables, then highlight the command and hit F8 to run the command. You will be prompted for a password, type the value password and hit enter $ResouceGroup = "keyvault_rg" #the resource created when create your key vault earlier $VaultName = "asfckv" #the Key Vault you created earlier $SubID = "<your subscription ID" # your Azure subscription guid $locationregion = "<your closest datacenter" # i.e. west Europe, east US etc $newcertname = "asfckv_cert" #any name you want to call the new certificate $dnsname = " #The certificate's subject name must match the domain used to access the Service Fabric cluster. $localcertpath = "C:\MyCertificates" # location where you want the.pfx to be stored Invoke-AddCertToKeyVault -SubscriptionId $SubID -ResourceGroupName $ResouceGroup - Location $locationregion -VaultName $VaultName -CertificateName $newcertname - CreateSelfSignedCertificate -DnsName $dnsname -OutputPath $localcertpath 9. The command will return three values for CertificateThumbprint, SourceVault, and CertificateURL. Copy these values for use later. The following is just to show you where the certificate was placed in Azure and where you can get the Certificate URL details from Key Vault. 10. Return to Azure Key Vault

11 11. Go to Settings > Secrets and verify the certificate you just created, i.e. asfckv_cert or whatever name you called it, is present. Double click it and double click again on it in the next blade 12. Notice the Secret Identifier; this should be the same value as the CertificateURL that the PowerShell command returned. 13. The thumbprint value would need to be pulled directly from the generated pfx file, which was place in a local store. If you wish to view that look at the.pfx file properties. Create an Azure hosted Service Fabric Cluster 1. Go to the azure Portal and sign in using your subscription credentials if you have not already done so. 2. Open Service Fabric Cluster 3. Read the general description of the service, and click the Documentation, Service Overview and Pricing details and browse through them later when you have time. The latest details about the service will be available via these sources. Also, as you create the Azure Service Fabric and move through the blades read the explanations for the various fields when they are available, to help you gain a clearer understanding on the various fields as you go. Click Create. 4. In the Basics blade enter the following information, use your own values if you wish or if you receive an errors whilst entering the below, and click OK b Cluster name: asfc c Operating System: Windows d Username: asfcadmin

12 e Password: Pa$$w0rd01 f Subscription: <Your own subscription> g Resource group: Create new h New resource group name: asfc_rg i Location: < your nearest datacenter location> 5. On the Cluster Configuration blade enter the values b Node type count: 1 c Node type 1 (Primary) iv > Node type configuration blade: 1 Node type name: nodetype1 2 Durability Tier: Bronze 3 Virtual machine size: D1_V2 Standard 4 Reliability Tier: Silver 5 Initial VM Scale set capacity: 5 d Check the Configure advanced settings checkbox and view the explanations and available options. Do not enter any values and click OK e Note also the Fabric version settings, leave the default values 6. Take the remaining default values in the Cluster configuration blade and click OK 7. On the Security mode ensure Secure is selected and enter the values Source key vault: <your value noted from earlier i.e. like /subscriptions/6e9a285a-37ea-40e6-b2fc e/resourceGroups/keyvault_rg/providers/Microsoft.KeyVault/vaul ts/asfckv> Certificate URL: < your value noted from earlier i.e. like b29f3610cc> Certificate thumbprint: <your value noted from earlier i.e. like D5329CBC3803AFBD1D73CF02261F2F0A953B6947> 8. Check the Configure Advanced settings checkbox and note the additional options available including secondary certs, admin client, read-only client, and Azure AD. Leave the default values and click OK.

13 9. Verify the Validation passed message appears 10. Click the link to Download template and in the template window note the script being available in different flavours such as ARM template, Azure CLI, PowerShell,.NET and Ruby 11. Download and save locally for future use. 12. Return to the Summary blade and click Create 13. It should take between 10 to 20 minutes to deploy 14. Once deployed look through the asfc settings that are available, going through each one noting the available options, such as Activity log, Access Control (Identity and Access Management (IAM)), and the various RBAC roles that are available Diagnose and Solve problems > listing solutions to common problems, as well as support links Node types and node > listing endpoint details as well as Upgrade and Fault domain info Fabric Upgrades > settings to manage upgrades Properties > client connection endpoint details, cluster ID, etc Note your endpoint Etc Return to the overview section and copy the Service Fabric Explorer link listed i.e. it should look something like the below Click on the Service Fabric Explorer URL that you copied from Azure Service Fabric 16. View the certificate when prompted to do so and verify it is the certificate you generated and uploaded earlier. 17. Install the Certificate the Trusted Root Certificate Authorities cert repository 18. When prompted to verify yourself, choose the certificate you generated earlier and uploaded to Key Vault and Click OK 19. Depending on your browser type the steps may be slightly different but you should point to the certificate you generated earlier for your verification.

14 20. If you are prompted, click to Allow the application access your private key 21. The browser should then continue to the Azure Service Fabric cluster. 22. You should be able to browse through the dashboard, view the Applications, Nodes, and System values 23. Notice you have two additional System items now that weren t present on the local cluster which are available on the hosted cluster, i.e. ImageStoreService and UpgradeService 24. Spend some time to browse around the explorer, if you have time open a local explorer and compare local explorer view to that connecting to the Azure endpoint. There is very little difference. 25. Also, take some time to compare the Azure Portal view and the Explorer view. Which one best suits your needs? Practical Exercise: Deploy Application to an Azure hosted Service Fabric Cluster In this exercise, you will deploy an application to an Azure hosted Service Fabric Cluster 1. Return to Visual Studio and the Voting project you created earlier 2. In Solution Explorer right click the Voting application and select Publish 3. In the Publish Service Fabric Application enter the following settings Target profile: PublishProfiles\Cloud.xml Sign In: Provide your Azure Subscription sign in details, you may be prompted for two factor authentication as well.

15 Connection Endpoint: the Azure Service Fabric Cluster connection Endpoint should be available i.e. depending on the values you used it should be something like asfc.westeurope.cloudapp.azure.com:19000 Application Parameters File: ApplicationParameters\Cloud.xml Accept the default values for the remainder of the settings. 4. Click Publish 5. Follow the values in the output windows at the bottom and verify the package is create and published successfully. 6. Return to the Azure Portal and the Service Fabric Cluster 7. Go to the Overview section and note the application goes from 0 to 1 8. Click on the Application and see values for it related to health state, status, version etc 9. Open the Service Fabric Explorer again and connect to the Azure Service fabric Instance. It should involve changing the address in the browser From To something like pe/votingtype/app/voting 10. Note the presence of 5 nodes and 1 application 11. Click through the various settings. It is possible to view the application via the portal or the Service Fabric Explorer 12. Note that there is really no difference in publishing application to the local cluster to the Azure Service Fabric cluster. It primarily involves having the subscription details, and the endpoint being available

16 Practical Exercise: Upgrade a Deployed Azure Service Fabric Application In this exercise, you will upgrade a deployed azure Service Fabric Application. 1. Return to Visual Studio 2. In Solution Explorer Right click on the Voting application you deployed earlier and select Publish 3. Ensure the Publish Service Fabric Application settings are as Target profile: PublishProfiles\Cloud.xml Sign In: Provide your Azure Subscription sign in details, you may be prompted for two factor authentication as well. Connection Endpoint: the Azure Service Fabric Cluster connection Endpoint should be available i.e. depending on the values you used it should be something like asfc.westeurope.cloudapp.azure.com:19000 Application Parameters File: ApplicationParameters\Cloud.xml Accept the default values for the remainder of the settings 4. Check the Upgrade the Application checkbox 5. Click the Manifest Versions button 6. Expand VotingServicePkg, there should be 4 values available now for both Current Version and New Version 7. Change all New Version values to and click Save 8. Click Publish 9. Follow the output and verify the package is generated and published successfully 10. Go to the Service Fabric Explorer that is connected to your Azure Service fabric App and then Cluster\Applications\VotingType\fabric:/Voting 11. In the Upgrade in Progress, notice the graphical display, which tells you, which gives you individual node upgrade progress as they change from black, to blue to green.

17 12. Go to the Azure Portal, notice the status says Upgrading, and the version still remains at When complete both the Azure portal and the Service Fabric Explorer should display 1 Application, at version 2.0.1, 5 Nodes and all should be healthy. 14. Follow the instructions to move your mouse over the blank area under the progress bar.

Azure Security and Compliance Practical Exercises

Azure Security and Compliance Practical Exercises Azure Security and Compliance Practical Exercises Overview This course includes optional practical exercises where you can try out the technologies described in the course for yourself. This guide lists

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

Microsoft Cloud Workshops. Microservices and Serverless Architecture - Developer Edition Leader Hackathon guide

Microsoft Cloud Workshops. Microservices and Serverless Architecture - Developer Edition Leader Hackathon guide Microsoft Cloud Workshops Microservices and Serverless Architecture - Developer Edition Leader Hackathon guide September 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential

More information

Azure 209x Practical Exercises Overview

Azure 209x Practical Exercises Overview Azure 209x Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the individual

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

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1 Hands-On Lab Windows Azure Virtual Machine Roles Lab version: 2.0.0 Last updated: 12/14/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING AND DEPLOYING A VIRTUAL MACHINE ROLE IN WINDOWS AZURE...

More information

Databases in Azure Practical Exercises

Databases in Azure Practical Exercises Databases in Azure Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the

More information

Microsoft Azure Fundamentals: Azure identity Practical Exercises

Microsoft Azure Fundamentals: Azure identity Practical Exercises Microsoft Azure Fundamentals: Azure identity Practical Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself.

More information

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER Table of Contents Table of Contents... 2 Freedom Archive VM

More information

Querying with Transact-SQL

Querying with Transact-SQL Querying with Transact-SQL Getting Started with Azure SQL Database / SQL Server Overview Transact-SQL is an essential skill for database professionals, developers, and data analysts working with Microsoft

More information

Microsoft Cloud Workshop

Microsoft Cloud Workshop Microsoft Cloud Workshop Hands-on lab step-by-step October 2017 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Cisco ACI vcenter Plugin

Cisco ACI vcenter Plugin This chapter contains the following sections: About Cisco ACI with VMware vsphere Web Client, page 1 Getting Started with, page 2 Features and Limitations, page 7 GUI, page 12 Performing ACI Object Configurations,

More information

Developing SQL Databases

Developing SQL Databases Developing SQL Databases Getting Started Overview Database development is more than just creating a table with rows and columns. This course introduces features and technologies for developing a database.

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

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Community Edition Getting Started Guide. July 25, 2018

Community Edition Getting Started Guide. July 25, 2018 Community Edition Getting Started Guide July 25, 2018 Copyright 2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are the

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Provisioning Databases

Provisioning Databases DAT219x Provisioning Databases Lab 00 Getting Started Estimated time to complete this lab is 60 minutes Overview In this lab, you will provision a Microsoft Azure Virtual Machine (VM) that will be used

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

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Hands-on Lab Manual. Introduction. Dell Storage Hands-on Lab Instructions. Estimated Completion Time: 30 minutes. Audience. What we will be doing

Hands-on Lab Manual. Introduction. Dell Storage Hands-on Lab Instructions. Estimated Completion Time: 30 minutes. Audience. What we will be doing Dell Storage Hands-on Lab Instructions Dell SC Series CITV Integration with VMware VASA Estimated Completion Time: 30 minutes Introduction Audience The audience for this document is technical professionals

More information

Student Lab Manual MS100.1x: Office 365 Management

Student Lab Manual MS100.1x: Office 365 Management Student Lab Manual MS100.1x: Office 365 Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Office 365 deployed in a virtualized lab environment. In this lab,

More information

Setup Guide for AD FS 3.0 on the Apprenda Platform

Setup Guide for AD FS 3.0 on the Apprenda Platform Setup Guide for AD FS 3.0 on the Apprenda Platform Last Updated for Apprenda 6.5.2 The Apprenda Platform leverages Active Directory Federation Services (AD FS) to support identity federation. AD FS and

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Azure Developer Immersion Getting Started

Azure Developer Immersion Getting Started Azure Developer Immersion Getting Started In this walkthrough, you will get connected to Microsoft Azure and Visual Studio Team Services. You will also get the code and supporting files you need onto your

More information

Azure Developer Immersions Application Insights

Azure Developer Immersions Application Insights Azure Developer Immersions Application Insights Application Insights provides live monitoring of your applications. You can detect and diagnose faults and performance issues, as well as discover how users

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 1 Developing Microsoft Azure Solutions Course Prerequisites A general understanding of ASP.NET and C# concepts Upon Completion of this Course, you will accomplish following: Compare the services available

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Azure Virtual Machines Practice Exercises

Azure Virtual Machines Practice Exercises Azure Virtual Machines Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps

More information

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Table of Contents Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Configure System Settings Add Cloud Administrators Add Viewers, Developers, or DevOps Administrators

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

CloudHealth. AWS and Azure On-Boarding

CloudHealth. AWS and Azure On-Boarding CloudHealth AWS and Azure On-Boarding Contents 1. Enabling AWS Accounts... 3 1.1 Setup Usage & Billing Reports... 3 1.2 Setting Up a Read-Only IAM Role... 3 1.3 CloudTrail Setup... 5 1.4 Cost and Usage

More information

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT TUTORIAL: DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT This tutorial describes how to deploy a dockerized version of the 3scale API Gateway 1.0 (APIcast) that is packaged for easy installation and

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Developing Intelligent Apps

Developing Intelligent Apps Developing Intelligent Apps Lab 1 Creating a Simple Client Application By Gerry O'Brien Overview In this lab you will construct a simple client application that will call an Azure ML web service that you

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

VMware AirWatch Integration with SecureAuth PKI Guide

VMware AirWatch Integration with SecureAuth PKI Guide VMware AirWatch Integration with SecureAuth PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

Communication. Identity

Communication. Identity Mailock User guide OUR MISSION STATEMENT To Secure your Communication Data Identity Contents Introducing Mailock... 5 Business Users... 5 What do you need to run Mailock?... 5 In a browser... 5 On a mobile

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

Two factor authentication for Microsoft Remote Desktop Web Access

Two factor authentication for Microsoft Remote Desktop Web Access Two factor authentication for Microsoft Remote Desktop Web Access logintc.com/docs/connectors/rd-web-access.html Overview The LoginTC RD Web Access Connector protects access to your Microsoft Remote Desktop

More information

New World ERP-eSuite

New World ERP-eSuite New World ERP-eSuite 2018.1 INSTALLATION GUIDE April 9, 2018 Review important information for installing this release: SSL is required for esuite Services and Website servers. 2018 Tyler Technologies.

More information

Deploying the Cisco Tetration Analytics Virtual Appliance in Microsoft Azure

Deploying the Cisco Tetration Analytics Virtual Appliance in Microsoft Azure Deploying the Cisco Tetration Analytics Virtual Appliance in Microsoft Azure About, on page 1 Prerequisites for, on page 1, on page 3 AboutDeployingtheCiscoTetrationAnalyticsVirtualAppliance in Microsoft

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

Using Blackboard Drive to upload/manage content in Blackboard Learn

Using Blackboard Drive to upload/manage content in Blackboard Learn Using Blackboard Drive to upload/manage content in Blackboard Learn Downloading and Installing Blackboard Drive 1. Login to Blackboard Learn, and click on the Utilities Tab. 2. Locate the Blackboard Drive

More information

Workspace ONE UEM Integration with RSA PKI. VMware Workspace ONE UEM 1810

Workspace ONE UEM Integration with RSA PKI. VMware Workspace ONE UEM 1810 Workspace ONE UEM Integration with RSA PKI VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

Table of Contents HOL-1757-MBL-6

Table of Contents HOL-1757-MBL-6 Table of Contents Lab Overview - - VMware AirWatch: Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with AirWatch (30 min)... 8 Getting Started... 9 F5 BigIP Configuration...

More information

Azure Developer Immersions API Management

Azure Developer Immersions API Management Azure Developer Immersions API Management Azure provides two sets of services for Web APIs: API Apps and API Management. You re already using the first of these. Although you created a Web App and not

More information

Using Microsoft Azure Active Directory MFA as SAML IdP with Pulse Connect Secure. Deployment Guide

Using Microsoft Azure Active Directory MFA as SAML IdP with Pulse Connect Secure. Deployment Guide Using Microsoft Azure Active Directory MFA as SAML IdP with Pulse Connect Secure Deployment Guide v1.0 May 2018 Introduction This document describes how to set up Pulse Connect Secure for SP-initiated

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

DBXL AZURE INSTALLATION GUIDE

DBXL AZURE INSTALLATION GUIDE Page 1 of 48 DBXL AZURE INSTALLATION GUIDE LAST UPDATED: October 25, 2016 ADDING A VIRTUAL MACHINE ON MICROSOFT AZURE Login to your Microsoft Azure site. Create a new Virtual Machine instance by clicking

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 4C Using the.net Framework Overview In this lab, you will use the Microsoft.NET Framework to serialize and upload data to Azure storage, and to initiate

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 1 - Getting Started with HDInsight Overview In this lab, you will provision an HDInsight cluster. You will then run a sample MapReduce job on the

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

Index. Chaminda Chandrasekara 2017 C. Chandrasekara, Beginning Build and Release Management with TFS 2017 and VSTS, DOI /

Index. Chaminda Chandrasekara 2017 C. Chandrasekara, Beginning Build and Release Management with TFS 2017 and VSTS, DOI / Index A Agent platforms, 10 system and user capabilities, 10 Agent pool add user, 12 assign permissions, 55 56 default pool, 8 hosted Linux pool, 8 hosted pool, 7 set up assign administrator role, 45 auto-provision

More information

DaDaDocs for Microsoft Dynamics 365 Administrator Guide

DaDaDocs for Microsoft Dynamics 365 Administrator Guide DaDaDocs for Microsoft Dynamics 365 Administrator Guide Requirements: Microsoft Dynamics 365 organization. PDFfiller user account. Installation and configuration 2 Install DaDaDocs 2 Update to the latest

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

Setup Guide: TeraVM on Microsoft Azure. TeraVM Version 11.4

Setup Guide: TeraVM on Microsoft Azure. TeraVM Version 11.4 Setup Guide: TeraVM on Microsoft Azure TeraVM Version 11.4 Help and Support Help and Support The TeraVM Documentation Guides, Online Training Guides and Videos are available on the documentation portal:

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

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

Course CLD221x: Enabling Office 365 Clients

Course CLD221x: Enabling Office 365 Clients Course CLD221x: Enabling Office 365 Clients Student Lab Manual Lab Design There are five exercises in this lab, each of which contains one or more tasks. For a successful outcome to the lab, the exercises

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

ncrypted Cloud works on desktops and laptop computers, mobile devices, and the web.

ncrypted Cloud works on desktops and laptop computers, mobile devices, and the web. OS X User Manual Welcome to ncrypted Cloud! ncrypted Cloud is a Security Collaboration application that uses Industry Standard Encryption Technology (AES-256 bit encryption) to secure files stored in the

More information

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0 Installation Guide Revision B McAfee Cloud Workload Security 5.0.0 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

AutomaTech Application Note July 2015

AutomaTech Application Note July 2015 Installing Active Directory Domain Services (AD DS), Remote Desktop Services (RDS), GE Advantage Licensing, and GE Proficy SCADA Thin Clients on Windows Server 2012 R2 SUMMARY This application note provides

More information

Mission Guide: Office 365 OneDrive

Mission Guide: Office 365 OneDrive Mission Guide: Office 365 OneDrive Your Mission: Use F-Response to collect Office365 Onedrive data Using F-Response to connect to Office365 Onedrive and collect its contents Important Note Disclaimer:

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features.

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features. SR L15 Hands-On Lab Description Protecting Corporate Networks with Symantec Validation and ID Protection At the end of this lab, you should be able to Technically present and answer questions from your

More information

IT Access Portal User Guide (Employees)

IT Access Portal User Guide (Employees) IT Access Portal User Guide (Employees) Introduction The University of Salford IT Access Portal provides University employees with secure, off-campus access to core IT applications and resources; for example:

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

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes Module 3 Remote Desktop Gateway Estimated Time: 90 minutes A. Datum Corporation provided access to web intranet web applications by implementing Web Application Proxy. Now, IT management also wants to

More information

Table of Contents. VMware AirWatch: Technology Partner Integration

Table of Contents. VMware AirWatch: Technology Partner Integration Table of Contents Lab Overview - HOL-1857-08-UEM - Workspace ONE UEM - Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with Workspace ONE UEM (30 min)... 9 Introduction...

More information

Introduction & Navigation

Introduction & Navigation Introduction & Navigation Logging In to Marketing Cloud 1. Open a tab in either the Chrome or Firefox web browser. 2. Place your cursor in the URL bar then type mc.exacttarget.com. 3. Strike the Enter

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

IBM WebSphere Java Batch Lab

IBM WebSphere Java Batch Lab IBM WebSphere Java Batch Lab What are we going to do? First we are going to set up a development environment on your workstation. Download and install Eclipse IBM WebSphere Developer Tools IBM Liberty

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes

Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes The remote access deployment is working well at A. Datum Corporation, but IT management also wants to enable access to some internal applications

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

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

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

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Student Lab Manual MS101.1x: Microsoft 365 Security Management

Student Lab Manual MS101.1x: Microsoft 365 Security Management Student Lab Manual MS101.1x: Microsoft 365 Security Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Microsoft 365 deployed in a virtualized lab environment.

More information

Load Balancing VMware Workspace Portal/Identity Manager

Load Balancing VMware Workspace Portal/Identity Manager Load Balancing VMware Workspace Portal/Identity Manager Overview VMware Workspace Portal/Identity Manager combines applications and desktops in a single, aggregated workspace. Employees can then access

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Overview The Map Visualization Component is a development toolkit packaged with Oracle Spatial and Graph for incorporating interactive

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information

This quick reference guide is designed for consumers of the Program Dashboard and provides details on how to: Log in

This quick reference guide is designed for consumers of the Program Dashboard and provides details on how to: Log in This quick reference guide is designed for consumers of the Program Dashboard and provides details on how to: Log in Filter data using input controls Access the Dashboard Access Collibra/ Definitions Glossary

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

SUREedge Migrator Installation Guide for Amazon AWS

SUREedge Migrator Installation Guide for Amazon AWS SUREedge Migrator Installation Guide for Amazon AWS Contents 1. Introduction... 3 1.1 SUREedge Migrator Deployment Scenarios... 3 1.2 Installation Overview... 4 2. Obtaining Software and Documentation...

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

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

VPN Solutions for Zerto Virtual Replication to Azure. IPSec Configuration Guide

VPN Solutions for Zerto Virtual Replication to Azure. IPSec Configuration Guide VPN Solutions for Zerto Virtual Replication to Azure IPSec Configuration Guide VERSION 1.0 AUGUST 2017 Table of Contents 1. Overview... 2 1.1 Use Cases... 2 2. Proofs of Concept and Lab Usage... 2 2.1

More information

Docker on Windows Server 2016

Docker on Windows Server 2016 Docker on Windows Server 2016 Friday, August 4, 2017 2:26 PM Install and configure Docker, along with deploying and managing Windows-based containers, on a Windows Server 2016 server. This is a short workshop

More information