SlideShare uma empresa Scribd logo
1 de 43
November 22nd, 2014 
Microsoft Azure : Central component 
of your SharePoint Online DevOps? 
Sébastien Levert & Julien Stroheker 
Office 365 Architect / Azure Architect 
pollen group inc. 
@sebastienlevert / @Ju_Stroh
Thank you to all of our Sponsors!!
DevOps ?
DevOps 
According to Wikipedia 
“DevOps is a software development method that 
stresses communication, collaboration and integration 
between software developers and information 
technology (IT) operations professionals.”
Julien Stroheker 
Azure Architect 
Microsoft Azure MVP 
From Montréal, Canada 
http://www.pimpthecloud.com 
http://ca.linkedin.com/pub/julien-stroheker/ 
34/3a8/582 
@Ju_Stroh / @pimpthecloud
Sébastien Levert 
Office 365 Architect & Developer 
Microsoft Office 365 MVP 
From Montréal, Canada 
http://www.pimpthecloud.com 
http://ca.linkedin.com/in/sebastienlevert/ 
@sebastienlevert / @pimpthecloud
Cloud Models
Cloud Models 
IaaS
Cloud Models
Our scenario
Scenario
The need
The business need 
Easy to deploy and instantiate Development VMs 
Provider-Hosted Weather App Part
A Weather App Part 
… On Steroids !
IaaS 
Prepare your deployments
The Nut Cracker syndrom
Why !?! 
Save your time 
Save your money 
Be flexible 
Easy and powerful !!
Infrastructure as a Service 
Virtual Network 
Cloud Services
Infrastructure as a Service 
1 - Active Directory 
2 - DirSync
Infrastructure as a Service 
3 – Dev Template 
• Windows Server 2012 R2 Updated 
• Appliy your configurations 
• IE Enhanced 
• Firewall 
• Remote Desktop 
• .NET FrameWork 
• Sources 
• …
Infrastructure as a Service 
Prepare an imaged instance of SQL 2014
Infrastructure as a Service 
Install all SharePoint’s prerequisites with some rebootsss 
Install SharePoint’s binaries with SP1 (MSDN version) 
Do not run the « Configuration Wizard » 
Configure your scripts sequence
Infrastructure as a Service 
SysPrep your machine 
C:Windowssystem32sysprepsysprep.exe /generalize /oobe /quit 
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/fafb9ee6-1e57-46ba-8440-27467ad986cf/image-capture-issue-vm-unexpectedly- 
started-after-guestinitiated-shutdown?forum=WAVirtualMachinesforWindows
Infrastructure as a Service 
Capture your machine to save as a template
Infrastructure as a Service
Infrastructure as a Service 
Install the Microsoft Azure PowerShell Cmdlets 
http://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell 
Get-AzureSubscription 
Set-AzureSubscription –SubscriptionName XX " -CurrentStorageAccountName YY
Infrastructure as a Service 
You are now able to create a VM based on your template 
$newVM= New-AzureVMConfig-Name "VMPMSPDev" 
-InstanceSize"Basic_A3" 
-ImageName"SharePoint_Dev" 
-HostCachingReadWrite 
-DiskLabel "VMPMSPDev _OS" 
-MediaLocation"http://pmspstorage.windows.net/disk/VMPMSPDev.vhd" | 
Add-AzureProvisioningConfig 
-WindowsDomain-AdminUsername"Julien" 
-Password"pass@word1" 
-Domain"PMSP" 
-DomainUserName"Admin" 
-DomainPassword"pass@word1" 
-JoinDomain"pimpmysharepoint.lan" | 
Set-AzureSubnet -SubnetNames "PMSP« 
New-AzureVM -VMs $newVm -ServiceName "PMSPLabs"
PaaS 
Develop solutions
Weather Service 
Open Weather API (http) 
Web API (https)
Blob Storage 
JS 
CSS 
PNG 
Fonts
Content Delivery Network
SaaS 
Using services
Visual Studio Online
Visual Studio Online
Application Insights
DevOps 
Azure to the rescue
ALM & Azure 
Development Production
Builds & Continuous Integration
New Azure Portal
Questions
Montrealers’ sessions 
 Automating your SharePoint Deployments with TFS and Build Server ” 
 Vlad Catrinescu (130, 8h30) 
 Microsoft Azure: Central component of your SharePoint Online DevOps?” 
 Julien Stroheker, Sébastien Levert (130 9h45) 
 How to use SP2013, O365 and Yammer to create a knowledge network 
 Nicolas Georgeault (117 11h00) 
 SharePoint 2013: Managing access and security or sharing?” 
 Serge Tremblay (119, 1h15) 
 Build your business portal on office 365 : the social company 
 Fabrice Vaxelaire, Vincent Biret (119, 2h30)
Thank you to all of our Sponsors!!
Remember to fill out your evaluation forms to win some great prizes! 
& 
Join us for SharePint today! 
Date & Time: Immediately after prizes 
Location: Observatory Student Pub 
Address: On Algonquin Campus 
Parking: No need to move your car!* 
Site: http://www.algonquinsa.com/ob.aspx 
*Please drive responsibly! We are happy to call you a cab 

Mais conteúdo relacionado

Mais procurados

Serverless patterns v2 public
Serverless patterns v2 publicServerless patterns v2 public
Serverless patterns v2 publicYochay Kiriaty
 
Serverless patterns v3 public
Serverless patterns v3 publicServerless patterns v3 public
Serverless patterns v3 publicYochay Kiriaty
 
Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie
Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie
Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie Delta-N
 
Top 8 mistakes developer teams make in their first serverless project
Top 8 mistakes developer teams make in their first serverless projectTop 8 mistakes developer teams make in their first serverless project
Top 8 mistakes developer teams make in their first serverless projectPaul Swail
 
OpenStack Israel Summit 2013 - It’s the App, Stupid!
OpenStack Israel Summit 2013 - It’s the App, Stupid! OpenStack Israel Summit 2013 - It’s the App, Stupid!
OpenStack Israel Summit 2013 - It’s the App, Stupid! Uri Cohen
 
Working Remotely with Microsoft Technologies
Working Remotely with Microsoft TechnologiesWorking Remotely with Microsoft Technologies
Working Remotely with Microsoft TechnologiesIntergen
 
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flowVincent Biret
 
Serverless 101 in Montreal
Serverless 101 in MontrealServerless 101 in Montreal
Serverless 101 in MontrealAaron Williams
 
Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays
Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays
Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays CodeOps Technologies LLP
 
Platform9 deployment models for OpenStack
Platform9 deployment models for OpenStackPlatform9 deployment models for OpenStack
Platform9 deployment models for OpenStackOpenStack_Online
 
Sergii Bielskiy "Dev spaces development in AKS"
Sergii Bielskiy "Dev spaces development in AKS"Sergii Bielskiy "Dev spaces development in AKS"
Sergii Bielskiy "Dev spaces development in AKS"Fwdays
 
How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...
How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...
How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...SOASTA
 
O365 saturday: How to (remote) control office 365 with windows azure-slideshare
O365 saturday: How to (remote) control office 365 with windows azure-slideshareO365 saturday: How to (remote) control office 365 with windows azure-slideshare
O365 saturday: How to (remote) control office 365 with windows azure-slideshareatwork
 
Build with Serverless Applications with azure functions By usama wahab Khan
Build with Serverless Applications with azure functions By usama wahab KhanBuild with Serverless Applications with azure functions By usama wahab Khan
Build with Serverless Applications with azure functions By usama wahab KhanUsama Wahab Khan Cloud, Data and AI
 
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSWRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSCodeOps Technologies LLP
 
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"Fwdays
 
DevconTLV 2014 (Jan) - DIY DevOps
DevconTLV 2014 (Jan) - DIY DevOpsDevconTLV 2014 (Jan) - DIY DevOps
DevconTLV 2014 (Jan) - DIY DevOpsLeonid Mirsky
 
Azure functions - Build apps faster with serverless architecture
Azure functions - Build apps faster with serverless architectureAzure functions - Build apps faster with serverless architecture
Azure functions - Build apps faster with serverless architectureCallon Campbell
 

Mais procurados (20)

Serverless patterns v2 public
Serverless patterns v2 publicServerless patterns v2 public
Serverless patterns v2 public
 
Serverless patterns v3 public
Serverless patterns v3 publicServerless patterns v3 public
Serverless patterns v3 public
 
Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie
Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie
Ontwikkelstraat in de Cloud: ALM en Azure een krachtige combinatie
 
Top 8 mistakes developer teams make in their first serverless project
Top 8 mistakes developer teams make in their first serverless projectTop 8 mistakes developer teams make in their first serverless project
Top 8 mistakes developer teams make in their first serverless project
 
OpenStack Israel Summit 2013 - It’s the App, Stupid!
OpenStack Israel Summit 2013 - It’s the App, Stupid! OpenStack Israel Summit 2013 - It’s the App, Stupid!
OpenStack Israel Summit 2013 - It’s the App, Stupid!
 
Working Remotely with Microsoft Technologies
Working Remotely with Microsoft TechnologiesWorking Remotely with Microsoft Technologies
Working Remotely with Microsoft Technologies
 
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
 
Serverless 101 in Montreal
Serverless 101 in MontrealServerless 101 in Montreal
Serverless 101 in Montreal
 
Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays
Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays
Accelerating Deployment With Azure DevOps - Murughan and Leena - CCDays
 
Platform9 deployment models for OpenStack
Platform9 deployment models for OpenStackPlatform9 deployment models for OpenStack
Platform9 deployment models for OpenStack
 
Sergii Bielskiy "Dev spaces development in AKS"
Sergii Bielskiy "Dev spaces development in AKS"Sergii Bielskiy "Dev spaces development in AKS"
Sergii Bielskiy "Dev spaces development in AKS"
 
How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...
How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...
How to Set Up Mobile Continuous Integration with Real Devices: CloudBees & SO...
 
O365 saturday: How to (remote) control office 365 with windows azure-slideshare
O365 saturday: How to (remote) control office 365 with windows azure-slideshareO365 saturday: How to (remote) control office 365 with windows azure-slideshare
O365 saturday: How to (remote) control office 365 with windows azure-slideshare
 
Build with Serverless Applications with azure functions By usama wahab Khan
Build with Serverless Applications with azure functions By usama wahab KhanBuild with Serverless Applications with azure functions By usama wahab Khan
Build with Serverless Applications with azure functions By usama wahab Khan
 
Durable Azure Functions
Durable Azure FunctionsDurable Azure Functions
Durable Azure Functions
 
Windows 10: all you need to know!
Windows 10: all you need to know!Windows 10: all you need to know!
Windows 10: all you need to know!
 
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSWRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
 
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
 
DevconTLV 2014 (Jan) - DIY DevOps
DevconTLV 2014 (Jan) - DIY DevOpsDevconTLV 2014 (Jan) - DIY DevOps
DevconTLV 2014 (Jan) - DIY DevOps
 
Azure functions - Build apps faster with serverless architecture
Azure functions - Build apps faster with serverless architectureAzure functions - Build apps faster with serverless architecture
Azure functions - Build apps faster with serverless architecture
 

Destaque

Empleo con apoyo. preparadores laborales.
Empleo con apoyo. preparadores laborales.Empleo con apoyo. preparadores laborales.
Empleo con apoyo. preparadores laborales.José María
 
How to Win Search and Social Traffic with Content Hubs
How to Win Search and Social Traffic with Content HubsHow to Win Search and Social Traffic with Content Hubs
How to Win Search and Social Traffic with Content HubsOrbit Media Studios
 
NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...
NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...
NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...SmarterServices Owen
 
CINF 4: Naming algorithms for derivatives of peptide-like natural products
CINF 4: Naming algorithms for derivatives of peptide-like natural productsCINF 4: Naming algorithms for derivatives of peptide-like natural products
CINF 4: Naming algorithms for derivatives of peptide-like natural productsNextMove Software
 
Fr402 les acteur-mondialisation_9h30groupe
Fr402 les acteur-mondialisation_9h30groupeFr402 les acteur-mondialisation_9h30groupe
Fr402 les acteur-mondialisation_9h30groupeCinemaTICE
 
Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.
Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.
Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.Jamal Mirza
 
PETROV-VODKIN, Kuzma, Featured Paintings in Detail
PETROV-VODKIN, Kuzma, Featured Paintings in DetailPETROV-VODKIN, Kuzma, Featured Paintings in Detail
PETROV-VODKIN, Kuzma, Featured Paintings in Detailguimera
 
European O365 Connect SharePoint Online Applification
European O365 Connect SharePoint Online ApplificationEuropean O365 Connect SharePoint Online Applification
European O365 Connect SharePoint Online ApplificationAlbert-Jan Schot
 
Introduce Angular2 & render & firebase flow
Introduce Angular2 & render & firebase flowIntroduce Angular2 & render & firebase flow
Introduce Angular2 & render & firebase flowCaesar Chi
 
The world in the phone screen
The world in the phone screenThe world in the phone screen
The world in the phone screenguimera
 

Destaque (20)

Premios Hospital do Futuro 2011
Premios Hospital do Futuro 2011Premios Hospital do Futuro 2011
Premios Hospital do Futuro 2011
 
Explanation of the Groasis Technology for Growing Food in Desert Regions
Explanation of the Groasis Technology for Growing Food in Desert RegionsExplanation of the Groasis Technology for Growing Food in Desert Regions
Explanation of the Groasis Technology for Growing Food in Desert Regions
 
Hepatitis a-e
Hepatitis a-eHepatitis a-e
Hepatitis a-e
 
Empleo con apoyo. preparadores laborales.
Empleo con apoyo. preparadores laborales.Empleo con apoyo. preparadores laborales.
Empleo con apoyo. preparadores laborales.
 
How to Win Search and Social Traffic with Content Hubs
How to Win Search and Social Traffic with Content HubsHow to Win Search and Social Traffic with Content Hubs
How to Win Search and Social Traffic with Content Hubs
 
NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...
NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...
NCSA Alabama In-Service - Powers of Good & Evil; Using the Internet & Social ...
 
CINF 4: Naming algorithms for derivatives of peptide-like natural products
CINF 4: Naming algorithms for derivatives of peptide-like natural productsCINF 4: Naming algorithms for derivatives of peptide-like natural products
CINF 4: Naming algorithms for derivatives of peptide-like natural products
 
Fr402 les acteur-mondialisation_9h30groupe
Fr402 les acteur-mondialisation_9h30groupeFr402 les acteur-mondialisation_9h30groupe
Fr402 les acteur-mondialisation_9h30groupe
 
Greening & Restoring the Sahara Desert with the Groasis Waterboxx
Greening & Restoring the Sahara Desert with the Groasis WaterboxxGreening & Restoring the Sahara Desert with the Groasis Waterboxx
Greening & Restoring the Sahara Desert with the Groasis Waterboxx
 
Good Books help Students Excel in Life & School
Good Books help Students Excel in Life & SchoolGood Books help Students Excel in Life & School
Good Books help Students Excel in Life & School
 
Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.
Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.
Hadees e Hauz - Ayatullah Syed Ali Naqi Naqvi Sahab Qibla t.s.
 
PETROV-VODKIN, Kuzma, Featured Paintings in Detail
PETROV-VODKIN, Kuzma, Featured Paintings in DetailPETROV-VODKIN, Kuzma, Featured Paintings in Detail
PETROV-VODKIN, Kuzma, Featured Paintings in Detail
 
Groasis Waterboxx Lets Trees Grow Up in Unfriendly Places
Groasis Waterboxx Lets Trees Grow Up in Unfriendly PlacesGroasis Waterboxx Lets Trees Grow Up in Unfriendly Places
Groasis Waterboxx Lets Trees Grow Up in Unfriendly Places
 
Classical Art School Gardening Posters
Classical Art School Gardening PostersClassical Art School Gardening Posters
Classical Art School Gardening Posters
 
European O365 Connect SharePoint Online Applification
European O365 Connect SharePoint Online ApplificationEuropean O365 Connect SharePoint Online Applification
European O365 Connect SharePoint Online Applification
 
One Teacher Makes Students into Champions
One Teacher Makes Students into ChampionsOne Teacher Makes Students into Champions
One Teacher Makes Students into Champions
 
Deep Learning for Computer Vision: Saliency Prediction (UPC 2016)
Deep Learning for Computer Vision: Saliency Prediction (UPC 2016)Deep Learning for Computer Vision: Saliency Prediction (UPC 2016)
Deep Learning for Computer Vision: Saliency Prediction (UPC 2016)
 
Apple pay
Apple payApple pay
Apple pay
 
Introduce Angular2 & render & firebase flow
Introduce Angular2 & render & firebase flowIntroduce Angular2 & render & firebase flow
Introduce Angular2 & render & firebase flow
 
The world in the phone screen
The world in the phone screenThe world in the phone screen
The world in the phone screen
 

Semelhante a SharePoint Saturday Ottawa 2014 - Microsoft Azure : Central component of your SharePoint Online DevOps

Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...
Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...
Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...PimpMySharePoint
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with AzureShahed Chowdhuri
 
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...ITProceed
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with AzureShahed Chowdhuri
 
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 meChris Dufour
 
Accelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at ScaleAccelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at ScaleAsir Selvasingh
 
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...VMware Tanzu
 
Build your business portal on office 265 : the social company
Build your business portal on office 265 : the social companyBuild your business portal on office 265 : the social company
Build your business portal on office 265 : the social companyVincent Biret
 
Technology Roadmap by ericnel
Technology Roadmap by ericnelTechnology Roadmap by ericnel
Technology Roadmap by ericnelEric Nelson
 
GAB2017 - Azure function to build serverless SharePoint apps
GAB2017 - Azure function to build serverless SharePoint appsGAB2017 - Azure function to build serverless SharePoint apps
GAB2017 - Azure function to build serverless SharePoint appsRiwut Libinuko
 
Leveraging Microsoft Azure for Next Gen App Development
Leveraging Microsoft Azure for Next Gen App DevelopmentLeveraging Microsoft Azure for Next Gen App Development
Leveraging Microsoft Azure for Next Gen App DevelopmentWinWire Technologies Inc
 
Azure presentation nnug dec 2010
Azure presentation nnug  dec 2010Azure presentation nnug  dec 2010
Azure presentation nnug dec 2010Ethos Technologies
 
Azure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarAzure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarCambay Digital
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectMaarten Balliauw
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectMaarten Balliauw
 
Creating reusable pieces in Logic Apps
Creating reusable pieces in Logic AppsCreating reusable pieces in Logic Apps
Creating reusable pieces in Logic AppsBizTalk360
 

Semelhante a SharePoint Saturday Ottawa 2014 - Microsoft Azure : Central component of your SharePoint Online DevOps (20)

Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...
Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...
Office 365 Saturday Europe 2014 - Microsoft Azure : Central component of your...
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with Azure
 
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with Azure
 
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
 
SSAS Azure RemoteApp
SSAS Azure RemoteAppSSAS Azure RemoteApp
SSAS Azure RemoteApp
 
Azure: PaaS or IaaS
Azure: PaaS or IaaSAzure: PaaS or IaaS
Azure: PaaS or IaaS
 
Azure for Hackathons
Azure for HackathonsAzure for Hackathons
Azure for Hackathons
 
Accelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at ScaleAccelerate Spring Apps to Cloud at Scale
Accelerate Spring Apps to Cloud at Scale
 
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
Accelerate Spring Apps to Cloud at Scale—Discussion with Azure Spring Cloud C...
 
Build your business portal on office 265 : the social company
Build your business portal on office 265 : the social companyBuild your business portal on office 265 : the social company
Build your business portal on office 265 : the social company
 
Technology Roadmap by ericnel
Technology Roadmap by ericnelTechnology Roadmap by ericnel
Technology Roadmap by ericnel
 
GAB2017 - Azure function to build serverless SharePoint apps
GAB2017 - Azure function to build serverless SharePoint appsGAB2017 - Azure function to build serverless SharePoint apps
GAB2017 - Azure function to build serverless SharePoint apps
 
Leveraging Microsoft Azure for Next Gen App Development
Leveraging Microsoft Azure for Next Gen App DevelopmentLeveraging Microsoft Azure for Next Gen App Development
Leveraging Microsoft Azure for Next Gen App Development
 
Azure presentation nnug dec 2010
Azure presentation nnug  dec 2010Azure presentation nnug  dec 2010
Azure presentation nnug dec 2010
 
Introducción al SharePoint Framework SPFx
Introducción al SharePoint Framework SPFxIntroducción al SharePoint Framework SPFx
Introducción al SharePoint Framework SPFx
 
Azure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarAzure DevOps Best Practices Webinar
Azure DevOps Best Practices Webinar
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure project
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure project
 
Creating reusable pieces in Logic Apps
Creating reusable pieces in Logic AppsCreating reusable pieces in Logic Apps
Creating reusable pieces in Logic Apps
 

Mais de PimpMySharePoint

Groupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePoint
Groupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePointGroupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePoint
Groupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePointPimpMySharePoint
 
SharePoint Summit 2014 - Quand le développement SharePoint devient nécessaire
SharePoint Summit 2014 - Quand le développement SharePoint devient nécessaireSharePoint Summit 2014 - Quand le développement SharePoint devient nécessaire
SharePoint Summit 2014 - Quand le développement SharePoint devient nécessairePimpMySharePoint
 
Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...
Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...
Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...PimpMySharePoint
 
SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...
SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...
SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...PimpMySharePoint
 
SharePoint Summit 2014 - Tests de montée en charges
SharePoint Summit 2014 - Tests de montée en chargesSharePoint Summit 2014 - Tests de montée en charges
SharePoint Summit 2014 - Tests de montée en chargesPimpMySharePoint
 
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...PimpMySharePoint
 
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...PimpMySharePoint
 
Tests de montée en charge avec SharePoint
Tests de montée en charge avec SharePointTests de montée en charge avec SharePoint
Tests de montée en charge avec SharePointPimpMySharePoint
 
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...PimpMySharePoint
 
La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...
La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...
La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...PimpMySharePoint
 

Mais de PimpMySharePoint (10)

Groupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePoint
Groupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePointGroupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePoint
Groupe d'usagers SharePoint Québec - Introduction à AngularJs pour SharePoint
 
SharePoint Summit 2014 - Quand le développement SharePoint devient nécessaire
SharePoint Summit 2014 - Quand le développement SharePoint devient nécessaireSharePoint Summit 2014 - Quand le développement SharePoint devient nécessaire
SharePoint Summit 2014 - Quand le développement SharePoint devient nécessaire
 
Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...
Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...
Sauver votre argent, votre temps et vos cheveux avec Microsoft Azure - GUSPQ ...
 
SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...
SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...
SharePoint Summit 2014 - Sauver votre argent, votre temps et vos cheveux grâc...
 
SharePoint Summit 2014 - Tests de montée en charges
SharePoint Summit 2014 - Tests de montée en chargesSharePoint Summit 2014 - Tests de montée en charges
SharePoint Summit 2014 - Tests de montée en charges
 
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
 
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
 
Tests de montée en charge avec SharePoint
Tests de montée en charge avec SharePointTests de montée en charge avec SharePoint
Tests de montée en charge avec SharePoint
 
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
 
La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...
La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...
La Gouvernance, ou comment rapprocher les équipes de développement et d’infra...
 

Último

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 

Último (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 

SharePoint Saturday Ottawa 2014 - Microsoft Azure : Central component of your SharePoint Online DevOps

  • 1. November 22nd, 2014 Microsoft Azure : Central component of your SharePoint Online DevOps? Sébastien Levert & Julien Stroheker Office 365 Architect / Azure Architect pollen group inc. @sebastienlevert / @Ju_Stroh
  • 2. Thank you to all of our Sponsors!!
  • 4. DevOps According to Wikipedia “DevOps is a software development method that stresses communication, collaboration and integration between software developers and information technology (IT) operations professionals.”
  • 5. Julien Stroheker Azure Architect Microsoft Azure MVP From Montréal, Canada http://www.pimpthecloud.com http://ca.linkedin.com/pub/julien-stroheker/ 34/3a8/582 @Ju_Stroh / @pimpthecloud
  • 6. Sébastien Levert Office 365 Architect & Developer Microsoft Office 365 MVP From Montréal, Canada http://www.pimpthecloud.com http://ca.linkedin.com/in/sebastienlevert/ @sebastienlevert / @pimpthecloud
  • 13. The business need Easy to deploy and instantiate Development VMs Provider-Hosted Weather App Part
  • 14. A Weather App Part … On Steroids !
  • 15. IaaS Prepare your deployments
  • 16. The Nut Cracker syndrom
  • 17. Why !?! Save your time Save your money Be flexible Easy and powerful !!
  • 18. Infrastructure as a Service Virtual Network Cloud Services
  • 19. Infrastructure as a Service 1 - Active Directory 2 - DirSync
  • 20. Infrastructure as a Service 3 – Dev Template • Windows Server 2012 R2 Updated • Appliy your configurations • IE Enhanced • Firewall • Remote Desktop • .NET FrameWork • Sources • …
  • 21. Infrastructure as a Service Prepare an imaged instance of SQL 2014
  • 22. Infrastructure as a Service Install all SharePoint’s prerequisites with some rebootsss Install SharePoint’s binaries with SP1 (MSDN version) Do not run the « Configuration Wizard » Configure your scripts sequence
  • 23. Infrastructure as a Service SysPrep your machine C:Windowssystem32sysprepsysprep.exe /generalize /oobe /quit http://social.msdn.microsoft.com/Forums/windowsazure/en-US/fafb9ee6-1e57-46ba-8440-27467ad986cf/image-capture-issue-vm-unexpectedly- started-after-guestinitiated-shutdown?forum=WAVirtualMachinesforWindows
  • 24. Infrastructure as a Service Capture your machine to save as a template
  • 26. Infrastructure as a Service Install the Microsoft Azure PowerShell Cmdlets http://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell Get-AzureSubscription Set-AzureSubscription –SubscriptionName XX " -CurrentStorageAccountName YY
  • 27. Infrastructure as a Service You are now able to create a VM based on your template $newVM= New-AzureVMConfig-Name "VMPMSPDev" -InstanceSize"Basic_A3" -ImageName"SharePoint_Dev" -HostCachingReadWrite -DiskLabel "VMPMSPDev _OS" -MediaLocation"http://pmspstorage.windows.net/disk/VMPMSPDev.vhd" | Add-AzureProvisioningConfig -WindowsDomain-AdminUsername"Julien" -Password"pass@word1" -Domain"PMSP" -DomainUserName"Admin" -DomainPassword"pass@word1" -JoinDomain"pimpmysharepoint.lan" | Set-AzureSubnet -SubnetNames "PMSP« New-AzureVM -VMs $newVm -ServiceName "PMSPLabs"
  • 29. Weather Service Open Weather API (http) Web API (https)
  • 30. Blob Storage JS CSS PNG Fonts
  • 36. DevOps Azure to the rescue
  • 37. ALM & Azure Development Production
  • 38. Builds & Continuous Integration
  • 41. Montrealers’ sessions  Automating your SharePoint Deployments with TFS and Build Server ”  Vlad Catrinescu (130, 8h30)  Microsoft Azure: Central component of your SharePoint Online DevOps?”  Julien Stroheker, Sébastien Levert (130 9h45)  How to use SP2013, O365 and Yammer to create a knowledge network  Nicolas Georgeault (117 11h00)  SharePoint 2013: Managing access and security or sharing?”  Serge Tremblay (119, 1h15)  Build your business portal on office 365 : the social company  Fabrice Vaxelaire, Vincent Biret (119, 2h30)
  • 42. Thank you to all of our Sponsors!!
  • 43. Remember to fill out your evaluation forms to win some great prizes! & Join us for SharePint today! Date & Time: Immediately after prizes Location: Observatory Student Pub Address: On Algonquin Campus Parking: No need to move your car!* Site: http://www.algonquinsa.com/ob.aspx *Please drive responsibly! We are happy to call you a cab 

Notas do Editor

  1. At the end of the day, please ensure your evaluation is signed and handed in for door prizes. The draw takes place in Room 102A.
  2. At the end of the day, please ensure your evaluation is signed and handed in for door prizes. The draw takes place in Room 102A.