SlideShare ist ein Scribd-Unternehmen logo
1 von 36
“Global Windows Azure BootCamp 2014”
“How to connect to
Windows Azure using
PowerShell”
http://bit.ly/1g6fBCC
Please
note !
“Intro : Windows Azure”
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.
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
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
“Intro : Windows
PowerShell”
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
PowerShell GUI Applications
# Multiple Sites
$mySitesNames = "SalesGlobalLogic",
"ITGlobalLogic",
"InfoGlobalLogic"
foreach ( $siteName in $mySitesNames )
{
Write-Host "Crating website $siteName" -ForegroundColor Green
New-AzureWebsite -Location "East Asia" -Name $siteName
}
Scripts…
Let’s Get Started ..
“Download Windows
Azure PowerShell
Module”
Windows Azure PowerShell
Module
• Microsoft Web Platform Installer
http://bit.ly/1i14PAe
• WindowsAzurePowerShell.3f.3f.3fnew
“Installing Windows
Azure PowerShell
Module”
Installing…
I Accept..
Installing…
Finish..
Yayyy!!!
“Connect to Windows
Azure”
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
1. Using “Add-AzureAccount” cmdlet.
Azure Active Directory
Authentication
“Demo”
“http://newdelhipowershell
usergroup.blogspot.in/2014
/02/part-2-azure-and-
powershell-connect-
to.html”
1. Get-AzurePublishSettingsFile
2. Import-AzurePublishSettingsFile
Using Certificates
“Demo
again…”
“http://newdelhipowershell
usergroup.blogspot.in/2014
/02/part-2-azure-and-
powershell-connect-
to.html”
“More Demo . . . .”
$mySitesNames = "SalesGlobalLogic",
"ITGlobalLogic",
"InfoGlobalLogic"
foreach ( $siteName in $mySitesNames )
{
Write-Output "Creting website $siteName"
New-AzureWebsite -Location "East Asia" -Name $siteName
}
Creating multiple Sites
“More Demo . ……….
. .”
Get-AzureWebsite | Select Name,State | ConvertTo-Html -Body "<h1> Azure
Website reports </h1>" | Out-File E:TempAzureReport.html
Exporting website State
About me.
• PowerShell MVP
• Founder of “New Delhi PowerShell
User Group”
• Technical Reviewer of “Instant
Windows PowerShell Guide” book.
• Blogger
• Scripter
• Book Reviewer
• Event Speaker on PowerShell
www.amandhally.net
@amandhally
https://www.facebook.com/aman.dhally
http://NewDelhiPowershellUserGroup.blogspot.in
In the last….always remember
And…………

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Azure for a Design and User Experience (DUX) teams
Azure for a Design and User Experience (DUX) teamsAzure for a Design and User Experience (DUX) teams
Azure for a Design and User Experience (DUX) teams
 
Nodejsvs
NodejsvsNodejsvs
Nodejsvs
 
Learn WordPress Basics
Learn WordPress BasicsLearn WordPress Basics
Learn WordPress Basics
 
Headless WordPress
Headless WordPressHeadless WordPress
Headless WordPress
 
Basics of Vue.js 2019
Basics of Vue.js 2019Basics of Vue.js 2019
Basics of Vue.js 2019
 
Docker Cookbook
Docker CookbookDocker Cookbook
Docker Cookbook
 
Vue js 2.x
Vue js 2.xVue js 2.x
Vue js 2.x
 
Docker for a .NET web developer
Docker for a .NET web developerDocker for a .NET web developer
Docker for a .NET web developer
 
The Automated Container Deployment Pipeline- JAXDevOps
The Automated Container Deployment Pipeline- JAXDevOpsThe Automated Container Deployment Pipeline- JAXDevOps
The Automated Container Deployment Pipeline- JAXDevOps
 
Building a Release Strategy
Building a Release StrategyBuilding a Release Strategy
Building a Release Strategy
 
Docker For Windows | Setting Up Docker On Windows | Edureka
Docker For Windows | Setting Up Docker On Windows | EdurekaDocker For Windows | Setting Up Docker On Windows | Edureka
Docker For Windows | Setting Up Docker On Windows | Edureka
 
Architecting an ASP.NET MVC Solution
Architecting an ASP.NET MVC SolutionArchitecting an ASP.NET MVC Solution
Architecting an ASP.NET MVC Solution
 
All you need to know about Microsoft Ignite 2016
All you need to know about Microsoft Ignite 2016All you need to know about Microsoft Ignite 2016
All you need to know about Microsoft Ignite 2016
 
Deploy an Asp.Net Core App on Azure
Deploy an Asp.Net Core App on AzureDeploy an Asp.Net Core App on Azure
Deploy an Asp.Net Core App on Azure
 
5 must-to-read books on docker
5 must-to-read books on docker5 must-to-read books on docker
5 must-to-read books on docker
 
Developing advanced universal apps using html & js
Developing advanced universal apps using html & jsDeveloping advanced universal apps using html & js
Developing advanced universal apps using html & js
 
Azure Saturday - Build and Deploy multi-arch Docker Images
Azure Saturday - Build and Deploy multi-arch Docker ImagesAzure Saturday - Build and Deploy multi-arch Docker Images
Azure Saturday - Build and Deploy multi-arch Docker Images
 
How to setup a fresh Windows Server for a DirectShare EasyDemo
How to setup a fresh Windows Server for a DirectShare EasyDemoHow to setup a fresh Windows Server for a DirectShare EasyDemo
How to setup a fresh Windows Server for a DirectShare EasyDemo
 
Cloud Function For Firebase - GITS
Cloud Function For Firebase - GITSCloud Function For Firebase - GITS
Cloud Function For Firebase - GITS
 
Neo4j 2.0.1 Windows Azure VM Release
Neo4j 2.0.1 Windows Azure VM ReleaseNeo4j 2.0.1 Windows Azure VM Release
Neo4j 2.0.1 Windows Azure VM Release
 

Ähnlich wie Windows Powershell and Microsoft Azure : “Global Windows Azure BootCamp 2014 Slides

Windows azure development setup
Windows azure development setupWindows azure development setup
Windows azure development setup
parallelminder
 
Windows azure sql_database_tutorials
Windows azure sql_database_tutorialsWindows azure sql_database_tutorials
Windows azure sql_database_tutorials
Steve Xu
 

Ähnlich wie Windows Powershell and Microsoft Azure : “Global Windows Azure BootCamp 2014 Slides (20)

Windows Azure(Pr-1).ppt.pptx
Windows Azure(Pr-1).ppt.pptxWindows Azure(Pr-1).ppt.pptx
Windows Azure(Pr-1).ppt.pptx
 
An Introduction to Node.js Development with Windows Azure
An Introduction to Node.js Development with Windows AzureAn Introduction to Node.js Development with Windows Azure
An Introduction to Node.js Development with Windows Azure
 
Windows azure development setup
Windows azure development setupWindows azure development setup
Windows azure development setup
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Azure Camp Bandung
Azure Camp BandungAzure Camp Bandung
Azure Camp Bandung
 
Azure Web Apps: What it is and how to get started
Azure Web Apps: What it is and how to get started Azure Web Apps: What it is and how to get started
Azure Web Apps: What it is and how to get started
 
Cloud development technology sharing (BlueMix premier)
Cloud development technology sharing (BlueMix premier)Cloud development technology sharing (BlueMix premier)
Cloud development technology sharing (BlueMix premier)
 
Azure Mobile Services (+ Universal Apps)
Azure Mobile Services (+ Universal Apps)Azure Mobile Services (+ Universal Apps)
Azure Mobile Services (+ Universal Apps)
 
Microservices in academic environment
Microservices in academic environmentMicroservices in academic environment
Microservices in academic environment
 
DevCamp - What can the cloud do for me
DevCamp - What can the cloud do for meDevCamp - What can the cloud do for me
DevCamp - What can the cloud do for me
 
Android dev o_auth
Android dev o_authAndroid dev o_auth
Android dev o_auth
 
Get Started on Azure with Puppet
Get Started on Azure with Puppet  Get Started on Azure with Puppet
Get Started on Azure with Puppet
 
Evolution of VS code Java ecosystem
Evolution of VS code Java ecosystemEvolution of VS code Java ecosystem
Evolution of VS code Java ecosystem
 
Java – azure integration
Java – azure integrationJava – azure integration
Java – azure integration
 
Develop & Deploy Node.js app on Windows Azure
Develop & Deploy Node.js app on Windows AzureDevelop & Deploy Node.js app on Windows Azure
Develop & Deploy Node.js app on Windows Azure
 
Windows azure sql _ database _ tutorials
Windows azure sql _ database _ tutorialsWindows azure sql _ database _ tutorials
Windows azure sql _ database _ tutorials
 
Windows azure sql_database_tutorials
Windows azure sql_database_tutorialsWindows azure sql_database_tutorials
Windows azure sql_database_tutorials
 
Windows Azure SQL Database Tutorials
Windows Azure SQL Database TutorialsWindows Azure SQL Database Tutorials
Windows Azure SQL Database Tutorials
 
Windows azure sql_database_tutorials
Windows azure sql_database_tutorialsWindows azure sql_database_tutorials
Windows azure sql_database_tutorials
 
Windows azure sql_database_tutorials
Windows azure sql_database_tutorialsWindows azure sql_database_tutorials
Windows azure sql_database_tutorials
 

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 

Kürzlich hochgeladen (20)

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 

Windows Powershell and Microsoft Azure : “Global Windows Azure BootCamp 2014 Slides