Azure Developer Immersion Getting Started

Size: px
Start display at page:

Download "Azure Developer Immersion Getting Started"

Transcription

1 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 machine so that you may complete the walkthroughs. If you are working on this Immersion at a Microsoft hosted event, you will have access to a virtual machine with all the necessary software installed. However, if you choose to do it on your own machine, you will need the following: Visual Studio 2015 Update 3 with the SQL Server Data Tools SQL LocalDB instance called (localdb)\mssqllocaldb (the Visual Studio 2015 installer creates this automatically by default) SQL Server 2016 Management Studio Azure SDK for Visual Studio 2015 Update 3 Regardless of whether you do this at a Microsoft event or on your own, you will need some online accounts described later. The documents in the Immersion will let you know when you need an account, and will provide you with an opportunity to create those accounts if necessary. The following is for future reference. You do NOT need to do anything now. The required accounts are as follows: An Azure subscription (details provided later in this document) Two Microsoft accounts (you can create them for free at A Windows developer account (you can get one at (this is only required for one of the later walkthroughs; specifically Notification Hubs)

2 There are six exercises in this walkthrough: 1. Get Microsoft accounts 2. Get a Visual Studio Dev Essentials Subscription 3. Configure Visual Studio Load Sample Work Items into VSTS 5. Create and configure a directory in Azure Active Directory (AAD) 6. Download Sample Source Code Expected duration: 60 minutes Exercise 1: Get Microsoft accounts In order to complete these labs, you need to have two Microsoft accounts (more information at If you have an existing Microsoft account that you want to use, you can use that. If you already happen to have two, then you re all set. If you have no Microsoft accounts, or you have just one, please visit to create the necessary Microsoft accounts. Do this now if you do not have at least one Microsoft account. If you already have a Microsoft account that you want to use, just continue. (You will need the second account by the time you get to Exercise 5.)

3 Exercise 2: Get a Visual Studio Dev Essentials Subscription In order to do these exercises, you will need a Visual Studio Team Services account. In addition, you can get a free Visual Studio Dev Essentials subscription that provides many benefits including free monthly credits to work with Microsoft Azure. Visual Studio Team Services accounts are free and have extended benefits if you also have an MSDN subscription. Creating or using a VSTS account during the lab will allow you to use and retrieve all of your work later. Visual Studio Team Services is your home base for all of your development efforts. It allows you to host your code privately in the cloud, manage your work in one place, build your applications in the cloud or on premise, and gain insight into your applications. It keeps your code safe and helps you quickly get great solutions out the door. Depending upon whether or not you have an MSDN subscription or whether you have tried Visual Studio Team Services before, the getting started process you see may vary. In any case, you will need a valid Microsoft account or already linked Organizational Account to move forward. 1. Start a web browser. 2. Navigate to 3. In the upper right-hand corner, click the Sign In link.

4 4. Depending upon whether you ve still got a browser open that has you logged into a Microsoft account, you could see a couple of different screens. Regardless follow the prompts to enter your user name and password if required.

5 5. Once you ve logged in, you may be greeted with a page like the following (if not, jump to the next step). It will ask you to confirm your name, where you re from (country/region), and contact . You can change the contact to something other than your Microsoft account s e- mail if you never check that account. Click Continue when ready. You should now be at the My Information page. Before you go further, you need to have an Azure subscription. There are a number of ways you could already have access to an Azure subscription. You could have access to a paid account. You could also have a subscription already created as part of your MSDN benefit. Regardless, for now, please continue reading and following the steps.

6 6. On the left-hand side of the page, find the Use your benefits link under Visual Studio Dev Essentials. Click the link. Your browser will open a new tab. The exact layout and items shown might vary. As you can see, there are a lot of great benefits (even if you have a paid MSDN subscription). If you don t have an Azure subscription, you can get one with a year s worth of credit. If you have an existing Azure subscription that you can and want to use, you can skip the next few steps and jump to step 10 in this exercise. Otherwise, continue reading to acquire an Azure subscription. You re going to activate the Azure monthly credit.

7 7. Click the Activate link in the Azure tile (the currency should be localized to your region). Your browser will open a new tab. Your browser will open a confirmation page that requires you accept the terms by clicking Confirm.

8 8. After you click Confirm, you ll need to click the Activate link in the Azure tile again. In the new tab your browser opens, you ll get a Sign up page to fill out. Do this and click Sign up. Please note, you will either need a mobile phone or be at a location where the automated verification system can call you. In addition, you will need a valid credit or debit card to complete the sign up process. Microsoft will not charge you. This is primarily a security measure. In order for Microsoft to charge you once you create your subscription, you will have to explicitly enable them to do so. By default you can only spend up to your free credit amount. After you click Sign Up, you ll see a message. Read it and wait for Azure to finish creating your subscription.

9 Once ready, you ll see a message like the following (it takes as little as 30 seconds to a few minutes to complete). Wait until it s done before continuing. It s critical to the labs to have an Azure subscription. It s quite possible you might get a video or a slightly different looking screen. 9. Click Start managing my service. You will end up a screen similar to the one below. At this point, you re ready to go. 10. Return to the My Information tab in your browser. The next section describes creating a new VSTS Account. Please read it. You ll find more steps at the end of the prose.

10 Please continue reading before making choices. It s important that you follow the steps carefully so your VSTS Account and Team Project get configured correctly. When you are creating an account, there are two pieces of data Microsoft generally wants. However, from time to time, they experiment with different ways to onboard new customers. It is possible what you see will vary. In general, the following data is required. The first piece of data is the Account URL. Currently, all Visual Studio Team Services accounts live within the top-level visualstudio.com domain. The account name you choose could be something personal, like your name, or something more work-related, like your company name. If you do intend to set up your account to share with others at your organization, you might want to coordinate this with those in your organization that manage your servers and infrastructure. Regardless, your biggest complication might be finding a good short name. The good news is that you can change your account name later if needed. The second field that affects your account is where Microsoft hosts your account. Visual Studio Team Services is a purpose-built cloud service hosted in Microsoft Azure. As of August 2016, Microsoft has four regions that can be used to host your account: India South, South Central US, West Europe, Australia East and Brazil South. You should pick the one that is closest to you and the majority of users of your account. Microsoft is continuing to work to make the service available in more regions Microsoft Azure currently has 20 regions worldwide, so there are plenty of future possibilities. Once your account is created, changing your region will require a special request to Microsoft Customer Support Services. Once you have an account, you need at least one Team Project to track you work, store your code, test, and run builds. This lab gives you specific instructions so you can use some tools and complete the lab. Understand that Visual Studio Team Services is very flexible and that you should explore it after the event. The next section describes the Visual Studio Team Services onboarding experience. What you see can vary from the instructions presented throughout this Immersion.

11 11. On your My Information screen, find the Create new account button and click it. 12. On the following screen, click the Change details link. 13. Enter a value in the text field that says Pick a memorable name field. It is possible you might have to try a couple different names.

12 14. Select Git for Version Control. This is required. 15. Enter rgroup in the Project name field for your Team Project. If you use rgroup while you are doing this lab, your screen will better match the screenshots and instructions here. 16. Select the Scrum process template. This is also required. 17. Select the appropriate region in the drop-down box. 18. Click the Continue button. If you have picked an account name in use, you will receive a warning. Pick a different name and try again. Creating a new account is fast and can take as little as a few seconds to complete. Visual Studio Team Services queues up a job to build your Team Project and, once again, in as little as a few seconds, you will have a new Team Project.

13 19. You might be greeted with a dialog offering congratulations and an offer to help you get started. 20. If you see the above screen, click the Add Code button. If not, click the CODE hub link. You can now continue to the next exercise.

14 Exercise 3: Configure Visual Studio 2015 At this point, you should have an Azure Subscription you can use and your own Visual Studio Team Services account. In this exercise, you are going to clone the empty repository created by VSTS and configure Visual Studio to work with Git. 1. Your web browser should be open with you still logged into Visual Studio Team Services. 2. You should be at your Team Project s CODE hub. Note: The Visual Studio Team Services team updates the service about every three weeks. Based on new features and customer feedback, your page may be slightly different. In addition, the features available on Visual Studio Team Services can be affected by the level of your MSDN subscription if you have one (more on this below).

15 3. Scroll down the page until you can see the Create a ReadMe file button. 4. Click the Create a ReadMe file button and wait for the file to be created. Feel free to take a quick look. The read me file is a Markdown file that you use to describe the purpose of your Team Project and more or even just the code that you will put in this repo. You can come back here later if you have time. Visit for more information. 5. Click the rgroup link for your repo. 6. At the far right, opposite of where you clicked for the rgroup link, click the Clone button.

16 7. Click the Clone in Visual Studio button. 8. Your browser prompts you to allow it to launch Visual Studio. Click Allow if using Internet Explorer. Click Launch Application if you re using Chrome.

17 Click Yes if you re using Edge 9. Once Visual Studio loads, you will be prompted to log in. Do so using the same account and password you just used for Visual Studio Team Services. Note If you re using a virtual machine provided to you at an event, DO NOT Sign In to Visual Studio in the upper right corner of the IDE. If you re not sure, ask for help. 10. In the Team Explorer tool window on the right, change the local path to C:\VSTS\Repos\rGroup\. 11. Click the Clone button. At this point, you have created a Team Project and cloned the repo which at this point only has a readme.md file. However, there are a couple more things to do. 12. Go ahead and leave Visual Studio 2015 and your browser running. Minimize them and any other running applications so you can see your Windows desktop and continue to the next exercise in this walkthrough.

18 Exercise 4: Load Sample Work Items into VSTS In this exercise, you will generate some sample work items in your Visual Studio Team Services Team Project to track your work as you work on the rest of the labs. Note In order to complete this exercise, you need a small.net application we ve created. If you re using a Microsoft provided virtual machine, the application is already installed and you can jump to step 1. If however, you re using your own computer, you ll need to access the rgroup site at and download VSTS Sample Data Loader app. 1. Locate the icon for the Load VSTS Sample Data app. 2. Open the Load VSTS Sample Data application.

19 3. Once started, click the Connect to VSTS button. The app will open the Connect to Team Foundation Server dialog. 4. Check for your account in the Select a Team Foundation Server combo-box. If it is there, select it and jump down to step 10. If the combo-box is empty or you do not see your account, continue on. 5. If your newly created account is not selected and it is not in the dropdown list, click the Servers button. 6. In the Add/Remove Team Foundation Server dialog, click the Add button. 7. In the Add Team Foundation Server dialog, type your Visual Studio Team Services account name, including the visualstudio.com domain name, (for example alm2015.visualstudio.com) and click OK. You can find your name in your browser Window. DO NOT use ALM2015.

20 8. You will be prompted to sign in. Do that and continue. 9. Click Close in the Add/Remove Team Foundation Server dialog. 10. At this point, select the new Team Project (rgroup) you created earlier in this walkthrough and click Connect. 11. Once you have picked your Team Project, verify that the correct Team Project is shown.

21 12. Once you have verified everything, click Load Data to create the sample data. Once it is done, click the OK button. 13. Close the application. 14. Continue on to the next exercise.

22 Exercise 5: Configure Azure Active Directory (AAD) The application you will work on in these labs relies on Azure Active Directory (AAD) to authenticate users. To be able to control who can use your application, you will need to create your own AAD Directory (AD). Within your AD you will need to create an application, which is a set of configuration settings that tell AAD about your web app. 1. Open a web browser window (or switch back to your existing running copy and open a new tab) and navigate to Note This is the old Azure management site. At the time of writing these lab instructions, the newer Azure portal does not yet fully support configuring AAD. 2. If prompted to log in, do so using the Microsoft Account you used when setting up your Azure subscription. 3. Close any welcome messages, etc. and ignore prompts encouraging you to use the new Azure portal. 4. At the bottom left of the browser window, click the + NEW button if the drawer doesn t automatically open (see the next step and figure). 5. In the list that appears, select APP SERVICES, and then in the next list select ACTIVE DIRECTORY (you may have to scroll down to find that). In the next list that opens, select DIRECTORY.

23 6. Next, select CUSTOM CREATE. You will see a dialog asking for details. 7. Enter rgroup as the NAME. In DOMAIN NAME enter a short name, which will need to be globally unique you could try rgroup followed by your name, and if that turns out to be unavailable, try adding numbers on the end until you see a green tick indicating that the name you ve entered is available. Under COUNTRY OR REGION select the entry appropriate for wherever you re working. Click the tick at the bottom right of the dialog. 8. Azure will show a message indicating that it is creating your directory. 9. It might remove this message before it has finished. You can click the icon at the bottom right of the browser window to show it again:

24 10. Once finished, the message is replaced with one showing that the directory was created: 11. To find your newly created directory, you ll need to scroll down through the icons and labels on the left until you find the ACTIVE DIRECORY entry: 12. Select this and the middle of the web page will show a list of directories you control. Unless you ve created other directories before now, or someone has made you administrator of another directory, you will see two in the list. One is the directory set up as part of the management of your Azure subscription and the other is the one you just created. You might be prompted by Azure to talk about Azure via an subscription ignore. Click the arrow for your new directory s entry: 13. Next we need to add a user. Near the top of the page for your directory, you will see a USERS link. Click it. 14. This page shows a list of all the users in the directory. Currently this will just be you. This list will determine who will have access to your application. (That s why we re setting up this directory.) At the bottom of the web page, you ll see an ADD USER button. Click it.

25 15. In the ADD USER dialog that appears, in the TYPE OF USER dropdown select User with an existing Microsoft account. 16. Enter the account of your second Microsoft account (not the one you signed into this Azure portal). 17. Click the arrow at the bottom right of the dialog to move to the user profile section of the ADD USER dialog. 18. Enter a name. You ll need this to be visibly different from the name of your first Microsoft account, so either use a made up name or add some text to the end of the DISPLAY NAME that will differentiate this account from the first. 19. Click the tick at the bottom right. The dialog will close and after a few seconds a new entry should appear in the USERS list.

26 20. Near the top of the web page, click the APPLICATIONS link. 21. Click the ADD button at the bottom of the web page. A dialog will open asking what you want to do. 22. Select Add an application my organization is developing. The ADD APPLICATION dialog s Tell us about your application page appears. 23. Enter rgroup as the NAME.

27 24. Under Type select WEB APPLICATION AND/OR WEB API. 25. Click the arrow at the bottom right to move to the App properties section. 26. Enter as both the SIGN-ON URL and the APP ID URI. (If you want, you can change these later to reflect the real address of your web app once you publish it to Azure.) 27. Click the tick at the bottom right corner. After a few seconds, you will see a web page for your new AAD application. 28. Near the top of the page, click the CONFIGURE link. 29. Scroll down until you find the Client ID you will need this later, so make a copy of it (perhaps put text into a copy of a Notepad file and save it to your Documents folder as labnotes.txt). 30. Scroll down further to the single sign-on section. 31. In the REPLY URL list, Azure normally adds an entry with the value but if it hasn t, add one now. If you had to add a reply URL entry, near the bottom of the web page, click the SAVE button. (This button won t appear if you didn t need to change anything.) Later, you will come back and add the address of your website once it is hosted in Azure.

28 32. At the bottom of the web page click the View Endpoints button. 33. A list of App Endpoints appears. Copy the URL under the FEDERATION METADATA DOCUMENT heading. 34. Open a new browser tab, and paste the URL you just copied into the address bar. This will show an XML document. Near the top, you should see an EntityDescriptor element with an entityid attribute. That attribute will have a value of the form: Take a copy of this URL. It is your directory s Issuer URL and you will need it later. Save it in your notes. Also, make note of the string of hexadecimal digits and dashes in that URL. This part is your directory s Tenant ID and you will also need that later. (When you come to need the ID, you want to exclude everything except the hex and dashes. Do not include the / characters these are part of the Issuer URL but they are not part of the Tenant ID.) You are now done with configuring AAD. You can close the browser tab you used to open the XML document. Back in previous tab, you can close the App Endpoints dialog also.

29 Exercise 6: Download Sample Source Code In order to work through the labs, you will need to download the source code contained in a zip file. 1. Open Internet Explorer (or switch back to your existing running copy and open a new tab) and navigate to 2. On the main page, there will be a link to download the before.zip file. 3. Click the link. Internet Explorer will ask what you want to do with before.zip. Click Save as. 4. Accept the default location (your logged user account s Downloads folder by default) and click Save. 5. Start Windows Explorer by clicking the Open folder button in Internet Explorer to navigate to the location where you downloaded the ZIP file.

30 6. Right-click on the before.zip file and select Properties. 7. Click the Unblock button and then click OK. NOTE If you do not do this, Windows will add annotations to all of the files you extract from the ZIP to indicate that they were downloaded from the Internet. Visual Studio detects these annotations, and will show warnings when you open the project. Unblocking the ZIP avoids this. 8. Right-click on the ZIP file and select Extract All. 9. In the Extract Compressed (Zipped) Folders dialog, browse to C:\VSTS\Repos\rGroup\ to set the extraction path. 10. Click Extract. When complete, you will now have a folder named Before with all the source files in it. You should see your README.md file also. 11. Switch back to your running copy Visual Studio Select the File Open File menu item, find the Before folder you just created, and inside that open the Rg.Web folder, and then open the Web.config file. 13. On lines 19 and 20 of this file, you will find the following lines: <add key="aadtenantid" value="c763c88d-e e-9abf-8c1ec " /> <add key="aadappid" value="9cf614df-3d a511-3ed90c24385b" />

31 Replace the highlighted value in the first line with the Tenant ID of the AAD directory you created earlier. Replace the highlighted value in the second line with the ID of the AAD application you created earlier (also called the Client ID). 14. Save your changes. 15. In the Team Explorer, click the Manage Connections button. 16. Double-click on rgroup under Local Git Repositories (NOT your Visual Studio Team Services account). 17. In the Team Explorer window, click the Changes tile. If you see a message telling you to configure your user name and , fill them in and then move to the next step. If not, do not worry; you will verify that in a moment.

32 18. Near the bottom, you will see a Changes (xxx) (where xxx is a number) section. 19. Click the Home button on the Team Explorer window. 20. Click the Settings tile. 21. Under the Git item, choose Global Settings.

33 22. Verify your User Name and Address and click Update if necessary. 23. Click the Home button again. 24. Click the Settings tile again. 25. Under the Git item, choose Repository Settings. 26. Click the Add link (once for each item) for the Ignore and Attributes files. 27. Click the Home button one more time. 28. Click the Changes tile. 29. To the right-hand side of the Changes (xxx) title, you will see a plus (+) symbol. Click this. You will now see a section entitled Staged Changes (xxx) (most likely 1470) and the Changes section will be empty. 30. In the Commit message field, type Add sample code for Immersion.

34 31. Click the dropdown arrow to the right of the Commit Staged button and select Commit Staged and Push. This sends your changes up to Visual Studio Team Services. It first checks to make sure that your local copy isn t out of date. If someone else has already pushed new code to the server and you haven t picked that up, the Push will be blocked. At this point, you are ready to start building your app.

35 Appendix: Using an Azure Pass You only need to do this if you are at a Microsoft event and your instructor tells you to do so. 1. Launch Internet Explorer. 2. Navigate to 3. Select your country. 4. Enter the code provided. 5. Click Submit and complete the sign up process. 6. When you are done, resume where you left off. Last Updated: September 23, 2016.

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 SourceTree on the Development Server

Using SourceTree on the Development Server Using SourceTree on the Development Server This content has been modified to exclude client information. Such omissions include the client name and details of the client s infrastructure, such as domain

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

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

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Table of Contents Preparation... 3 Exercise 1: Create a repository. Use the command line.... 4 Create a repository...

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

How to set up SQL Source Control The short guide for evaluators

How to set up SQL Source Control The short guide for evaluators GUIDE How to set up SQL Source Control The short guide for evaluators 1 Contents Introduction Team Foundation Server & Subversion setup Git setup Setup without a source control system Making your first

More information

This walkthrough assumes you have completed the Getting Started walkthrough and the first lift and shift walkthrough.

This walkthrough assumes you have completed the Getting Started walkthrough and the first lift and shift walkthrough. Azure Developer Immersion In this walkthrough, you are going to put the web API presented by the rgroup app into an Azure API App. Doing this will enable the use of an authentication model which can support

More information

Cloud Enabling.NET Client Applications ---

Cloud Enabling.NET Client Applications --- Cloud Enabling.NET Client Applications --- Overview Modern.NET client applications have much to gain from Windows Azure. In addition to the increased scalability and reliability the cloud has to offer,

More information

Hands-On Lab. Getting Started with Git using Team Foundation Server Lab version: Last updated: 12/30/2013

Hands-On Lab. Getting Started with Git using Team Foundation Server Lab version: Last updated: 12/30/2013 Hands-On Lab Getting Started with Git using Team Foundation Server 2013 Lab version: 12.0.21005.1 Last updated: 12/30/2013 CONTENTS OVERVIEW... 3 EXERCISE 1: GETTING STARTED WITH GIT... 3 EXERCISE 2: GIT

More information

Tips on how to set up a GitHub account:

Tips on how to set up a GitHub account: Tips on how to set up a GitHub account: 1. Go to the website https://github.com/, you will see the following page: Figure 1: The GitHub main webpage (before you create an account and sign in) Then choose

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Using GitHub to Share with SparkFun a

Using GitHub to Share with SparkFun a Using GitHub to Share with SparkFun a learn.sparkfun.com tutorial Available online at: http://sfe.io/t52 Contents Introduction Gitting Started Forking a Repository Committing, Pushing and Pulling Syncing

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

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

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Oracle Cloud. Content and Experience Cloud Android Mobile Help E

Oracle Cloud. Content and Experience Cloud Android Mobile Help E Oracle Cloud Content and Experience Cloud Android Mobile Help E82091-01 Februrary 2017 Oracle Cloud Content and Experience Cloud Android Mobile Help, E82091-01 Copyright 2017, Oracle and/or its affiliates.

More information

Oracle Cloud. Content and Experience Cloud ios Mobile Help E

Oracle Cloud. Content and Experience Cloud ios Mobile Help E Oracle Cloud Content and Experience Cloud ios Mobile Help E82090-01 February 2017 Oracle Cloud Content and Experience Cloud ios Mobile Help, E82090-01 Copyright 2017, 2017, Oracle and/or its affiliates.

More information

How to use IBM/Softlayer Object Storage for Offsite Backup

How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage is a redundant

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5 Hands-On Lab Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish Lab version: 1.0.5 Last updated: 27/03/2013 Overview This hands- on lab is part two out of

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

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

Configure App Service Authentication for Your Azure Web App

Configure App Service Authentication for Your Azure Web App Azure Web App Security Labs Page 1 of 12 Configure App Service Authentication for Your Azure Web App Introduction This lab is part of a series. This second lab will show you how to set up Azure App Service

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

POC Evaluation Guide May 09, 2017

POC Evaluation Guide May 09, 2017 POC Evaluation Guide May 09, 2017 This page intentionally left blank P r o p r i e t a r y a n d C o n f i d e n t i a l. 2 0 1 7 R F P M o n k e y. c o m L L C Page 2 CONTENTS Read Me First... 4 About

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.7.0 The owncloud developers October 30, 2018 CONTENTS 1 Release Notes 1 1.1 Changes in 2.7.0............................................. 1 1.2 Changes in 2.6.0.............................................

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

CICD pipeline for your extensions with Visual Studio Team Services

CICD pipeline for your extensions with Visual Studio Team Services 2017-10-11 8:11:00 AM - v2 rev2 CICD pipeline for your extensions with Visual Studio Team Services AUTHORS REVIEWERS TESTERS Willy Schaub Dave McKinstry, David Sanchez Aguilar, Derek Keeler, Hosam Kamel,

More information

Managing your content with the Adobe Experience Manager Template Editor. Gabriel Walt Product Manager twitter.com/gabrielwalt

Managing your content with the Adobe Experience Manager Template Editor. Gabriel Walt Product Manager twitter.com/gabrielwalt Managing your content with the Adobe Experience Manager Template Editor Gabriel Walt Product Manager twitter.com/gabrielwalt Table of Contents 1. Introduction 3 1.1 Overview 3 1.2 Prerequisites 3 2. Getting

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

CSE 332: Data Structures and Parallelism Autumn 2017 Setting Up Your CSE 332 Environment In this document, we will provide information for setting up Eclipse for CSE 332. The first s ection covers using

More information

CUMULUS WEB CLIENT USER ASSISTANCE 2014, CANTO GMBH. ALL RIGHTS RESERVED. Welcome!

CUMULUS WEB CLIENT USER ASSISTANCE 2014, CANTO GMBH. ALL RIGHTS RESERVED. Welcome! Cumulus is Canto s state-of-the-art Digital Asset Management solution. Cumulus makes it easy to quickly organize, find, share, and track all of your digital files: photos, logos, presentations, videos,

More information

Photoshop World 2018

Photoshop World 2018 Photoshop World 2018 Unlocking the Power of Lightroom CC on the Web with Rob Sylvan Learn how to leverage the cloud-based nature of Lightroom CC to share your photos in a way that will give anyone with

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

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Git Setup Help using GitKraken (CSE 154)

Git Setup Help using GitKraken (CSE 154) Git Setup Help using GitKraken (CSE 154) Introduction: Git enables keeping track of different versions of files as we keep editing them. To make sure we understand git properly, here are some terms you

More information

ValuePRO Tutorial Internet Explorer 8 Configuration

ValuePRO Tutorial Internet Explorer 8 Configuration ValuePRO Tutorial Internet Explorer 8 Configuration Table of Contents Contents 1. Adding ValuePRO to Trusted Sites... 1 1. Overview... 1 2. Changes Required... 1 2. Enabling Cross Site Scripting... 3 1.

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

What is version control? (discuss) Who has used version control? Favorite VCS? Uses of version control (read)

What is version control? (discuss) Who has used version control? Favorite VCS? Uses of version control (read) 1 For the remainder of the class today, I want to introduce you to a topic we will spend one or two more classes discussing and that is source code control or version control. What is version control?

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

TECHNICAL GUIDE SSO SAML Azure AD

TECHNICAL GUIDE SSO SAML Azure AD 1 TECHNICAL GUIDE SSO SAML Azure AD At 360Learning, we don t make promises about technical solutions, we make commitments. This technical guide is part of our Technical Documentation. Version 1.0 2 360Learning

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

BT CLOUD PHONE. USER GUIDE FOR MY EXTENSION.

BT CLOUD PHONE. USER GUIDE FOR MY EXTENSION. BT CLOUD PHONE. USER GUIDE FOR MY EXTENSION. WHAT S IN THIS GUIDE. 1. Welcome to BT Cloud Phone. 3 2. Express setup. 4 3. Accessing the BT Cloud Phone Portal. 5 4. My Extension Dashboard. 6 4.1 Overview:

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

Unifer Documentation. Release V1.0. Matthew S

Unifer Documentation. Release V1.0. Matthew S Unifer Documentation Release V1.0 Matthew S July 28, 2014 Contents 1 Unifer Tutorial - Notes Web App 3 1.1 Setting up................................................. 3 1.2 Getting the Template...........................................

More information

Azure Developer Immersion Redis Cache

Azure Developer Immersion Redis Cache Azure Developer Immersion Redis Cache Azure Redis Cache is a high-performance, memory-based cache which can significantly improve performance and scalability when you have data that needs to be accessed

More information

Welcome to Moodle! How To Moodle

Welcome to Moodle! How To Moodle Welcome to Moodle! The MH Vicars School Moodle site is where you ll find all the online components of your Vicars curriculum. For the following year, this will include quizzes and access to multimedia

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

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

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

Visual Studio Subscriptions Administration Guide

Visual Studio Subscriptions Administration Guide Visual Studio Subscriptions Administration Guide 2 Contents INTRODUCTION... 4 ROLES AND RESPONSIBILITIES OF A VISUAL STUDIO SUBSCRIPTIONS ADMINISTRATOR... 4 BENEFITS AND LIMITATIONS OF VISUAL STUDIO SUBSCRIPTIONS...

More information

User Guide. Issued July DocAve Backup for Salesforce User Guide

User Guide. Issued July DocAve Backup for Salesforce User Guide DocAve Backup for Salesforce User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About DocAve Backup for Salesforce...5 Supported Browsers...6 Submitting Documentation Feedback

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

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE SETUP GETTING STARTED GUIDE About Benchmark Email Helping you turn your email list into relationships and sales. Your email list is your most valuable marketing asset. Benchmark Email helps marketers short

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

Script.byu.edu SharePoint Instructions

Script.byu.edu SharePoint Instructions Script.byu.edu SharePoint Instructions Site Actions Menu Go to script.byu.edu, click on Authenticate at the bottom of page, you will be prompted to enter a username and password, use your netid and password

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Welcome to Carbonite! Important Things to Know...4 Carbonite Features...5 Setting Up and Installing...6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription...9 Subscription

More information

Soundburst has been a music provider for Jazzercise since Our site is tailored just for Jazzercise instructors. We keep two years of full

Soundburst has been a music provider for Jazzercise since Our site is tailored just for Jazzercise instructors. We keep two years of full Soundburst has been a music provider for Jazzercise since 2001. Our site is tailored just for Jazzercise instructors. We keep two years of full R-sets and at least four years of individual tracks on our

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

Info Input Express Network Edition

Info Input Express Network Edition Info Input Express Network Edition Administrator s Guide A-61892 Table of Contents Using Info Input Express to Create and Retrieve Documents... 9 Compatibility... 9 Contents of this Guide... 9 Terminology...

More information

HOW TO BUILD YOUR FIRST ROBOT

HOW TO BUILD YOUR FIRST ROBOT Kofax Kapow TM HOW TO BUILD YOUR FIRST ROBOT INSTRUCTION GUIDE Table of Contents How to Make the Most of This Tutorial Series... 1 Part 1: Installing and Licensing Kofax Kapow... 2 Install the Software...

More information

Switchvox PBX User Manual

Switchvox PBX User Manual Switchvox PBX User Manual Welcome to the Switchvox PBX, the worlds most powerful, yet easy to configure IP- PBX on the market today. We have tried to make all the operations you do often easy to use and

More information

How To Upload Your Newsletter

How To Upload Your Newsletter How To Upload Your Newsletter Using The WS_FTP Client Copyright 2005, DPW Enterprises All Rights Reserved Welcome, Hi, my name is Donna Warren. I m a certified Webmaster and have been teaching web design

More information

Autodesk App Store Browser-based App Submission Process Overview

Autodesk App Store Browser-based App Submission Process Overview Autodesk App Store Browser-based App Submission Process Overview Please read through this information before and while submitting your first app to the Autodesk App store. It explains the basic workflow

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

Getting Started Guide

Getting Started Guide Maximizer Connect for Excel Quotes Getting Started Guide for Maximizer CRM Live Published By Prerequisites Microsoft Excel Maximizer Connect for Excel Quotes works with Excel 2013 or 2016 desktop versions

More information

Publications Database

Publications Database Getting Started Guide Publications Database To w a r d s a S u s t a i n a b l e A s i a - P a c i f i c!1 Table of Contents Introduction 3 Conventions 3 Getting Started 4 Suggesting a Topic 11 Appendix

More information

Using Devices with Microsoft HealthVault

Using Devices with Microsoft HealthVault Using Devices with Microsoft HealthVault A Microsoft HealthVault Step-by-Step Guide This guide will help you get started using Microsoft HealthVault Connection Center to send information from your health

More information

Installing Dolphin on Your PC

Installing Dolphin on Your PC Installing Dolphin on Your PC Note: When installing Dolphin as a test platform on the PC there are a few things you can overlook. Thus, this installation guide won t help you with installing Dolphin on

More information

Getting Started With Squeeze Server

Getting Started With Squeeze Server Getting Started With Squeeze Server & Squeeze Server takes the proven Squeeze encoding engine and makes it available on- premise, in the cloud or both, with a robust application programming interface (API)

More information

Testing in AWS. Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello

Testing in AWS. Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello Testing in AWS Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello Testing in AWS Simulate events and have the function react to them. Click the down

More information

How to Use Google. Sign in to your Chromebook. Let s get started: The sign-in screen. https://www.youtube.com/watch?v=ncnswv70qgg

How to Use Google. Sign in to your Chromebook. Let s get started: The sign-in screen. https://www.youtube.com/watch?v=ncnswv70qgg How to Use Google Sign in to your Chromebook https://www.youtube.com/watch?v=ncnswv70qgg Use a Google Account to sign in to your Chromebook. A Google Account lets you access all of Google s web services

More information

Introduction to Moodle

Introduction to Moodle Introduction to Moodle Preparing for a Moodle Staff Development Session... 2 Logging in to Moodle... 2 Adding an image to your profile... 4 Navigate to and within a course... 6 Content of the basic template

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

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I Welcome to your CSCI-1100 Lab! In the fine tradition of the CSCI-1100 course, we ll start off the lab with the classic bad joke

More information

Lab Exercise Test First using JUnit

Lab Exercise Test First using JUnit Lunds tekniska högskola Datavetenskap, Nov, 2017 Görel Hedin/Ulf Asklund EDAF45 Programvaruutveckling i grupp projekt Lab Exercise Test First using JUnit Goal This lab is intended to demonstrate basic

More information

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment This document guides you through setting up Eclipse for CSE 332. The first section covers using gitlab to access

More information

CLD206x Compliance in Office 365: Data Governance

CLD206x Compliance in Office 365: Data Governance CLD206x Compliance in Office 365: Data Governance Student Lab Manual WARNING Be prepared for Office 365 UI changes Given the dynamic nature of Microsoft cloud tools, you may experience Office 365 user

More information

Guide Installation and User Guide - Windows

Guide Installation and User Guide - Windows Guide Installation and User Guide - Windows With Fujitsu mpollux DigiSign Client, you can use your smart card for secure access to electronic services or organization networks, as well as to digitally

More information

SharePoint 2013 Power User EVALUATION COPY. (SHP version 1.0.1) Copyright Information. Copyright 2013 Webucator. All rights reserved.

SharePoint 2013 Power User EVALUATION COPY. (SHP version 1.0.1) Copyright Information. Copyright 2013 Webucator. All rights reserved. SharePoint 2013 Power User (SHP2013.2 version 1.0.1) Copyright Information Copyright 2013 Webucator. All rights reserved. The Authors Bruce Gordon Bruce Gordon has been a Microsoft Certified Trainer since

More information

Xchange for Samsung MAC User Guide. Version 2.4

Xchange for Samsung MAC User Guide. Version 2.4 Xchange for Samsung MAC User Guide Version 2.4 Contents Welcome to Xchange for Samsung Mac Desktop Client... 32 How to Install Xchange... 3 Where is it?... 43 The Dock menu... 4 The menu bar... 4 Preview

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

More information

Table of Contents. Concepts

Table of Contents. Concepts Table of Contents Git Repositories Overview Learn about Git Quickstarts Create repo - Web Create repo - CLI Create repo - Visual Studio Create repo - IntelliJ Create repo - Xcode Create repo - Eclipse

More information

edofe Management Toolkit

edofe Management Toolkit edofe Management Toolkit A guide to effective edofe management for Directly Licensed Centres 1 2 Contents Section one: Setting up the correct infrastructure on edofe... 4 Creating a group... 4 Editing

More information

Microsoft How-To Guide. For Real Estate Professionals

Microsoft How-To Guide. For Real Estate Professionals Microsoft How-To Guide For Real Estate Professionals Your role as a real-estate professional is simple: Turn your client s dreams into a reality. Of course, accomplishing that task is a whole lot more

More information

Volunteer Scheduler Pro Quick Start Guide Salvation Army

Volunteer Scheduler Pro Quick Start Guide Salvation Army Volunteer Scheduler Pro Quick Start Guide Salvation Army Introduction Welcome to Volunteer Scheduler Pro! This Quick Start Guide was created specifically with the Salvation Army and Kettle Campaigns in

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

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

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

Installing and Updating Templates

Installing and Updating Templates Installing and Updating Templates OrthoView customers have unlimited access to the entire template library, but initial installations do not include templates. The templates required must be downloaded,

More information