This document provides information about connecting to Windows Azure using PowerShell. It begins with an introduction to Windows Azure, describing it as an open cloud platform for building and deploying applications. It then discusses Windows PowerShell, describing its origins and how it can be used to manage Windows Azure resources through scripts. The document demonstrates how to download and install the Windows Azure PowerShell module, and how to connect to Windows Azure using either Active Directory authentication or certificates. It includes code samples for creating websites and exporting website state information.
1 of 36
Downloaded 21 times
More Related Content
Windows Powershell and Microsoft Azure : ¡°Global Windows Azure BootCamp 2014 ºÝºÝߣs
5. Windows Azure
Windows Azure is an open and flexible cloud platform that enables you
to quickly build, deploy and manage applications across a global
network of Microsoft-managed datacentres.
You can build applications using any language, tool or framework. And
you can integrate your public cloud applications with your existing IT
environment.
6. Benefits
1. Eco friendly
2. Improved TCO
3. Increased Stability
4. As Service
1. Software as Service
2. Platform as Service
5. Datacentre in the Cloud
7. Single Place for.
1. Hosting Websites
2. Virtual Machines
3. Mobile Services
4. Media
5. SQL Database
6. BIG Data
7. Visual Studio Online
8. Biz Talk Server
9. 1. Designed by ¡°Jeffrey Snover, Bruce Payette and James Truher
2. Started as project ¡°Monad¡± in 2002 , in April 2005 Microsoft renamed it as
¡°Windows PowerShell¡±.
3. For windows XP, Server 2003 available as optional feature.
4. Now Integrated in Windows 7 and later OS.
5. Current version is 4.0
6. Task based Command Line Shell and Scripting Language.
7. Based on .NET framework.
8. Syntax: verb-noun
9. It is a scripting language but we can design GUI Applications too.
Windows PowerShell
23. 1. Active Directory Authentication
1. Expire after 12 Hours
2. Certificate Authentication
1. They are valid until the subscription in available and certificates are valid.
Two types of Methods to
connect