SlideShare a Scribd company logo
PrestaShop + Azure
Workshop – Milano 29/9/2016
Vito Flavio Lorusso
The partnership
The cloud platform
built for business
2.5x more Cloud
ISVs by 2017
5.5x growth than
packaged S/W
market
$76.1 B by 2017
22% CAGR
The Cloud has
changed how we work,
where we work and
how we do business.
Why the Cloud?
• Rapidly setup environments to drive business priorities
• Scale to meet peak demands
• Increase efficiency and reduced cost.




The Azure Platform Strategy
Microsoft Azure
Public, Global, Shared DatacentersMicrosoft Azure Stack
& Cloud Platform System
Security&
Management
SaaS
(Software as a Service)
O365, CRM, VSO etc…
+
3rd Party SaaS Solutions
Public
Cloud
Platform
Hybrid
Operations
Security&
Management
Hybrid
Operations
Microsoft Leads Everywhere…
Public Cloud IaaS (May 2015) Cloud Storage (June 2015) Enterprise App PaaS (Jan 2014) Operational DBMS Systems (Oct 2015)X86 Server Virt (July 2015)
"Microsoft’s comprehensive hybrid
story, which spans applications and
platforms as well as infrastructure, is
highly attractive to many companies,
drawing them towards the cloud in
general.”
LYDIA LEONG,
GARTNER
Industry
validation
1.5 Trillion
Messages per month
processed by Azure IoT
~100,000
New Azure customer
subscriptions/month
20Million
SQL database hours
used every day
777Trillion
Storage transactions
per day
60Billion
Hits to Websites run on
Azure Web App Service
500Million
Azure Active
Directory Users
Azure momentum
80%
Of Fortune 500 Companies
use Microsoft Azure
>50Trillion
Storage objects
in Azure
>40%
Revenue from Start-ups and
ISVs
Azure innovation speed
Platform Services
Security &
Management
Infrastructure Services
Web Apps
Mobile
Apps
API
Management
API
Apps
Logic
Apps
Notification
Hubs
Content Delivery
Network (CDN)
Media
Services
HDInsight Machine
Learning
Stream
Analytics
Data
Factory
Event
Hubs
Mobile
Engagement
Active
Directory
Multi-Factor
Authentication
Automation
Portal
Key Vault
Biztalk
Services
Hybrid
Connections
Service
Bus
Storage
Queues
Store /
Marketplace
Hybrid
Operations
Backup
StorSimple
Site
Recovery
Import/Export
SQL
Database
DocumentDB
Redis
Cache Search
Tables
SQL Data
Warehouse
Azure AD
Connect Health
AD Privileged
Identity
Management
Operational
Insights
Cloud
Services
Batch Remote App
Service
Fabric Visual Studio
Application
Insights
Azure SDK
Team Project
VM Image Gallery
& VM Depot
27 Regions Worldwide… huge capacity around the world… growing every year
 100+ datacenters
 Top 3 networks in the world
 2.5x AWS, 7x Google DC Regions
Operational
Announced/Not Operational
Central US
Iowa
West US
California
East US
Virginia
US Gov
Virginia
North Central US
Illinois
US Gov
Iowa
South Central US
Texas
Brazil South
Sao Paulo State
West Europe
Netherlands
China North *
Beijing
China South *
Shanghai
Japan East
Tokyo, Saitama
Japan West
Osaka
India South
Chennai
East Asia
Hong Kong
SE Asia
Singapore
Australia South East
Victoria
Australia East
New South Wales
* Operated by 21Vianet
India Central
Pune
Canada East
Quebec City
Canada Central
Toronto
India West
Mumbai
Germany North East
Magdeburg
Germany Central
Frankfurt
United Kingdom
Regions
North Europe
Ireland
East US 2
Virginia
Backed by deep, continuous investments
ISO 27001 Cloud Security Alliance (STAR)
Microsoft Azure Compliances
Regulatory compliance
Microsoft respects and complements partner IP
ISO/IEC 27001 SOC 1 SOC 2 PCI DSS L1 version 3 Cloud Security Alliance
Cloud Security Matrix
HIPAA
(Healthcare)
FedRAMP FIPS 140-2 Life Sciences GxP Family Educational Rights
& Privacy Act
European Union
Model Clause
China
Multi Layer Protection
Scheme
United Kingdom
G-Cloud
Singapore
Multi-Tier Cloud
Security
China
CCCPPF
Australian Signals
Directorate I-RAP
Assessment
Criminal Justice
Information System
Defense Information
Systems Agency L2
Sarbanes Oxley ITAR Defense Information
Systems Agency L3-5
ISO / IEC 27018
Azure compliance audits and certifications
Global
United
States
Regional
Coming
soon
https://azure.microsoft.com/en-us/support/trust-center/
Gain visibility and control
Integrated security, monitoring, policy management
Built in threat detections and alerts
Works with broad ecosystem of security solutions
Azure Security Center
Built to Support Differentiated Services
HD
Insight
Powered by
Apache Hadoop
Best-in-class
cloud analytics
for structured
and unstructured
big data sets
Active
Directory
Easy, seamless
integration with
enterprise
identity,
unlocking great
value for your
customer
Multi-factor
Authorization
Simple sign-on
process that can
use text, phone
call, mobile app
notification
Integrates with
Active Directory
Visual
Studio
End-to-end
cloud based
ALM solution
that can be
accessed from
anywhere
Integrates with
major IDEs
Machine
Learning
Easily create, test,
operationalize
and manage
predictive
analytics solutions
SQL
database
Stand up a SQL
database on
Azure in seconds
99.99% SLA
includes built-in
backup support
Azure leads in service innovation
Streamline application
development and distribution
Extend your infrastructure, no
matter what technology you use
Reduce porting and
migration costs
Expand your customer base with
heterogeneous technology
Leverage unified management
across multi-platforms
1 Dev/Test
2 Infra
3 Migration
4 Reach New Markets
5 Service Delivery
4. Best tool sets, cross-platform technology support
Open + Flexible
Open &
flexible Applications
Infrastructure
Management
Databases & Middleware
App Frameworks
Enterprise
proven
Hybrid
Hyper-scale
Trustworthy
Developer & IT
productivity
Trustworthy
Platform for SaaS
extensibility
Azure
Marketplace
Prestashop and Azure
AZURE RESOURCE MANAGER
TEMPLATES
…how to make deploying complex infrastructure easy
• They are easy to use “templates” to
deploy infrastructure in Azure
• Some examples:
• A resource group
• A Virtual Machine
• A virtual Network
• A security network rule
• A public ip address
• A network interface
• A storage account
• …
• All resource descriptors are available here:
https://github.com/Azure/azure-resource-
manager-schemas
ARM
• “Templates” can:
• Ensure deployments idempotency
• Simplify complex platform orchestrations and deployment
• Make rollback easy
• Allow to parametrize configurations easily
• It’s an equivalent of “cloud-init” for infrastructures
• “Templates” are:
• declarative
• JSON documents that can be versioned (git, …)
• Made to specify dependencies of resources from other resources
ARM
Features
ARM
Structure
ARM
Structure with info…
ARM
Visualization (example ARM Prestashop #3/#4)
#3 #4
• Portal
• Create new deployment
• PowerShell
• New-AzureRmResourceGroupDeployment -ResourceGroupName TestRG1 -administratorLogin
exampleadmin -TemplateUri https://raw.githubusercontent.com/Azure/azure-
quickstart-templates/master/201-web-app-sql-database/azuredeploy.json
• Azure X-Plat Cli
• azure group deployment create "${group}" "dep${group}" --template-uri
https://raw.githubusercontent.com/PrestaShop/azure-template-high-
performance/master/mainTemplate.json --parameters-file
mainTemplate.parameters.json
ARM
How to use 1/2
• REST
• curl -X "PUT"
"https://management.azure.com/subscriptions/SubscriptionID/resourcegroups/Resource
GroupName/providers/microsoft.resources/deployments/DeploymentName?api-
version=2015-01-01" 
-H "Authorization: Bearer AccessToken" 
-H "Content-Type: application/json" 
-d "{set your body string to the template and parameters}"
• Ansible
• - name: Create Azure Deploy
azure_rm_deployment:
state: present
resource_group_name: dev-ops-cle
template_link: 'https://somewhere/Azure/aqs/master/vl/azuredeploy.json'
parameters_link: 'https://somewhere/Azure/aqs/vl/azuredeploy.parameters.json'
ARM
How to use 2/2
• Offers available in Azure Marketplace
• “Basic”
• “Advanced”
• “Performance” (future)
• “Premium” (futire)
• Azure VMs + PrestaShop integrated billing
• Hourly cost
ARM
Ready to use PrestaShop implementations
Prestashop and Azure
Prestashop and Azure
Prestashop and Azure
Prestashop and Azure
https://www.youtube.com/watch?v=apPIKS5XkkQ
Deployment sample
on youtube
Thanks !

More Related Content

PPTX
Azure fundamentals
PPTX
2014.10.22 Building Azure Solutions with Office 365
PPTX
Azure Compute, Networking and Storage Overview
PDF
Introduction to Azure IaaS
PPTX
Microsoft azure
PDF
The Layman's Guide to Microsoft Azure
PDF
Introduction to Azure
PDF
Microsoft Azure Overview
Azure fundamentals
2014.10.22 Building Azure Solutions with Office 365
Azure Compute, Networking and Storage Overview
Introduction to Azure IaaS
Microsoft azure
The Layman's Guide to Microsoft Azure
Introduction to Azure
Microsoft Azure Overview

What's hot (18)

PPTX
Azure Overview
PDF
Integrating Cloudera & Microsoft Azure
PDF
Microsoft Azure Stack
PDF
Azure Stack - Azure in your own Data Center
PDF
Microsoft Azure Fundamentals
PPTX
The Basics of Getting Started With Microsoft Azure
PPTX
Cloud computing and the Windows Azure Services Platform (KU Leuven)
PPTX
Azure operational insights
PPTX
Windows Azure
PDF
Microsoft azure - the cloud for modern business
PDF
Introduction to Microsoft Azure Cloud
PPTX
Cloud Computing and Microsoft Azure
PPTX
Microsoft Azure cloud services
PDF
Introduction of microsoft azure
PPTX
Azure Administrator
PPTX
Azure architecture
PDF
Azure fundamentals-170910113238
PDF
Microsoft Azure Cloud Services
Azure Overview
Integrating Cloudera & Microsoft Azure
Microsoft Azure Stack
Azure Stack - Azure in your own Data Center
Microsoft Azure Fundamentals
The Basics of Getting Started With Microsoft Azure
Cloud computing and the Windows Azure Services Platform (KU Leuven)
Azure operational insights
Windows Azure
Microsoft azure - the cloud for modern business
Introduction to Microsoft Azure Cloud
Cloud Computing and Microsoft Azure
Microsoft Azure cloud services
Introduction of microsoft azure
Azure Administrator
Azure architecture
Azure fundamentals-170910113238
Microsoft Azure Cloud Services
Ad

Viewers also liked (16)

PDF
Codemotion Milano 2014 - IBM Keynote - Giulio Santoli
PDF
IBM Rhapsody and MATLAB/Simulink
PPTX
Primend Pilvekonverents - Azure Infrastruktuur
DOCX
Sandeep A Resume
DOC
Ravi Malhotra CV
DOCX
Hemraj_Patil_Resume
PDF
RESUME
DOCX
DOCX
Srini (1)
PDF
Vishak_Mainframe & Analytics Developer
DOC
Sanjeev Chawla_17Aug16
DOC
ANIL NEW CV 14
DOC
Resume Abhishek Vijaywargiya: Database Developer with 9 years of experience i...
Codemotion Milano 2014 - IBM Keynote - Giulio Santoli
IBM Rhapsody and MATLAB/Simulink
Primend Pilvekonverents - Azure Infrastruktuur
Sandeep A Resume
Ravi Malhotra CV
Hemraj_Patil_Resume
RESUME
Srini (1)
Vishak_Mainframe & Analytics Developer
Sanjeev Chawla_17Aug16
ANIL NEW CV 14
Resume Abhishek Vijaywargiya: Database Developer with 9 years of experience i...
Ad

Similar to Prestashop and Azure (20)

PDF
Innovation morning agenda+azure arc
PPTX
Cloud computing with MS Azure
PPTX
Don't be afraid of moving infrastructure into Azure!
PDF
Azure en Nutanix: your journey to the hybrid cloud
PPTX
Windows Azure for IT Pros
PPTX
70 533 - Module 01 - Introduction to Azure
PPTX
CCI2017 - Azure Virtual Machine & Networking - Marco Gumini
PDF
Microsoft Azure Explained - Hitesh D Kesharia
PPTX
GIS Into to Cloud Microsoft Azure
PPTX
Claus_AZR210-Whats new in Iaas.pptx
PPTX
Microsoft partners and the cloud how the windows azure platform can improve...
PPTX
Aws compete latest (00000005) js
PDF
Microsoft Azure in the education sector
PPTX
AZURE CLOUD ARCHITECTUREfggggggggdfgdg.pptx
PPTX
671956595-Az-900t00a-Enu-Powerpoint-02.pptx
PDF
Fundamentals of Azure
PPTX
Azure Application Modernization
PPTX
Get Started with Microsoft Azure.pptx
PDF
2016 Allegro EMEA Customer Summit - Jacob Saunders
PDF
2016 Allegro EMEA Summit- Jacob Saunders, CTO, 10th Magnitude
Innovation morning agenda+azure arc
Cloud computing with MS Azure
Don't be afraid of moving infrastructure into Azure!
Azure en Nutanix: your journey to the hybrid cloud
Windows Azure for IT Pros
70 533 - Module 01 - Introduction to Azure
CCI2017 - Azure Virtual Machine & Networking - Marco Gumini
Microsoft Azure Explained - Hitesh D Kesharia
GIS Into to Cloud Microsoft Azure
Claus_AZR210-Whats new in Iaas.pptx
Microsoft partners and the cloud how the windows azure platform can improve...
Aws compete latest (00000005) js
Microsoft Azure in the education sector
AZURE CLOUD ARCHITECTUREfggggggggdfgdg.pptx
671956595-Az-900t00a-Enu-Powerpoint-02.pptx
Fundamentals of Azure
Azure Application Modernization
Get Started with Microsoft Azure.pptx
2016 Allegro EMEA Customer Summit - Jacob Saunders
2016 Allegro EMEA Summit- Jacob Saunders, CTO, 10th Magnitude

More from Vito Flavio Lorusso (8)

PPTX
Automatizzare tutto con Azure Resource Manager
PPTX
Oltre il Worker Role, da Serverless computing a VM Scale Set
PPTX
Capture, record, clip, embed and play, search: video from newbie to ninja
PDF
Nosql why and how on Microsoft Azure
PDF
Cosa non fare assolutamente sul cloud
PDF
Windows azure e il supporto ai paradigmi del cloud
PDF
Windows Azure and Joomla! @ Joomla day 2013
PDF
WPC2012 Windows Azure - Architetture e costi nell'era del cloud
Automatizzare tutto con Azure Resource Manager
Oltre il Worker Role, da Serverless computing a VM Scale Set
Capture, record, clip, embed and play, search: video from newbie to ninja
Nosql why and how on Microsoft Azure
Cosa non fare assolutamente sul cloud
Windows azure e il supporto ai paradigmi del cloud
Windows Azure and Joomla! @ Joomla day 2013
WPC2012 Windows Azure - Architetture e costi nell'era del cloud

Recently uploaded (20)

PPT
Introduction Database Management System for Course Database
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Nekopoi APK 2025 free lastest update
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
history of c programming in notes for students .pptx
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Introduction Database Management System for Course Database
Odoo Companies in India – Driving Business Transformation.pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
Nekopoi APK 2025 free lastest update
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
top salesforce developer skills in 2025.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Understanding Forklifts - TECH EHS Solution
Designing Intelligence for the Shop Floor.pdf
Upgrade and Innovation Strategies for SAP ERP Customers
Operating system designcfffgfgggggggvggggggggg
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Reimagine Home Health with the Power of Agentic AI​
Softaken Excel to vCard Converter Software.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 41
history of c programming in notes for students .pptx
L1 - Introduction to python Backend.pptx
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025

Prestashop and Azure

  • 1. PrestaShop + Azure Workshop – Milano 29/9/2016 Vito Flavio Lorusso
  • 4. 2.5x more Cloud ISVs by 2017 5.5x growth than packaged S/W market $76.1 B by 2017 22% CAGR The Cloud has changed how we work, where we work and how we do business.
  • 5. Why the Cloud? • Rapidly setup environments to drive business priorities • Scale to meet peak demands • Increase efficiency and reduced cost.
  • 7. The Azure Platform Strategy Microsoft Azure Public, Global, Shared DatacentersMicrosoft Azure Stack & Cloud Platform System Security& Management SaaS (Software as a Service) O365, CRM, VSO etc… + 3rd Party SaaS Solutions Public Cloud Platform Hybrid Operations Security& Management Hybrid Operations
  • 8. Microsoft Leads Everywhere… Public Cloud IaaS (May 2015) Cloud Storage (June 2015) Enterprise App PaaS (Jan 2014) Operational DBMS Systems (Oct 2015)X86 Server Virt (July 2015) "Microsoft’s comprehensive hybrid story, which spans applications and platforms as well as infrastructure, is highly attractive to many companies, drawing them towards the cloud in general.” LYDIA LEONG, GARTNER Industry validation
  • 9. 1.5 Trillion Messages per month processed by Azure IoT ~100,000 New Azure customer subscriptions/month 20Million SQL database hours used every day 777Trillion Storage transactions per day 60Billion Hits to Websites run on Azure Web App Service 500Million Azure Active Directory Users Azure momentum 80% Of Fortune 500 Companies use Microsoft Azure >50Trillion Storage objects in Azure >40% Revenue from Start-ups and ISVs
  • 11. Platform Services Security & Management Infrastructure Services Web Apps Mobile Apps API Management API Apps Logic Apps Notification Hubs Content Delivery Network (CDN) Media Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Mobile Engagement Active Directory Multi-Factor Authentication Automation Portal Key Vault Biztalk Services Hybrid Connections Service Bus Storage Queues Store / Marketplace Hybrid Operations Backup StorSimple Site Recovery Import/Export SQL Database DocumentDB Redis Cache Search Tables SQL Data Warehouse Azure AD Connect Health AD Privileged Identity Management Operational Insights Cloud Services Batch Remote App Service Fabric Visual Studio Application Insights Azure SDK Team Project VM Image Gallery & VM Depot
  • 12. 27 Regions Worldwide… huge capacity around the world… growing every year  100+ datacenters  Top 3 networks in the world  2.5x AWS, 7x Google DC Regions Operational Announced/Not Operational Central US Iowa West US California East US Virginia US Gov Virginia North Central US Illinois US Gov Iowa South Central US Texas Brazil South Sao Paulo State West Europe Netherlands China North * Beijing China South * Shanghai Japan East Tokyo, Saitama Japan West Osaka India South Chennai East Asia Hong Kong SE Asia Singapore Australia South East Victoria Australia East New South Wales * Operated by 21Vianet India Central Pune Canada East Quebec City Canada Central Toronto India West Mumbai Germany North East Magdeburg Germany Central Frankfurt United Kingdom Regions North Europe Ireland East US 2 Virginia Backed by deep, continuous investments
  • 13. ISO 27001 Cloud Security Alliance (STAR) Microsoft Azure Compliances Regulatory compliance Microsoft respects and complements partner IP
  • 14. ISO/IEC 27001 SOC 1 SOC 2 PCI DSS L1 version 3 Cloud Security Alliance Cloud Security Matrix HIPAA (Healthcare) FedRAMP FIPS 140-2 Life Sciences GxP Family Educational Rights & Privacy Act European Union Model Clause China Multi Layer Protection Scheme United Kingdom G-Cloud Singapore Multi-Tier Cloud Security China CCCPPF Australian Signals Directorate I-RAP Assessment Criminal Justice Information System Defense Information Systems Agency L2 Sarbanes Oxley ITAR Defense Information Systems Agency L3-5 ISO / IEC 27018 Azure compliance audits and certifications Global United States Regional Coming soon https://azure.microsoft.com/en-us/support/trust-center/
  • 15. Gain visibility and control Integrated security, monitoring, policy management Built in threat detections and alerts Works with broad ecosystem of security solutions Azure Security Center
  • 16. Built to Support Differentiated Services HD Insight Powered by Apache Hadoop Best-in-class cloud analytics for structured and unstructured big data sets Active Directory Easy, seamless integration with enterprise identity, unlocking great value for your customer Multi-factor Authorization Simple sign-on process that can use text, phone call, mobile app notification Integrates with Active Directory Visual Studio End-to-end cloud based ALM solution that can be accessed from anywhere Integrates with major IDEs Machine Learning Easily create, test, operationalize and manage predictive analytics solutions SQL database Stand up a SQL database on Azure in seconds 99.99% SLA includes built-in backup support Azure leads in service innovation
  • 17. Streamline application development and distribution Extend your infrastructure, no matter what technology you use Reduce porting and migration costs Expand your customer base with heterogeneous technology Leverage unified management across multi-platforms 1 Dev/Test 2 Infra 3 Migration 4 Reach New Markets 5 Service Delivery 4. Best tool sets, cross-platform technology support
  • 18. Open + Flexible Open & flexible Applications Infrastructure Management Databases & Middleware App Frameworks Enterprise proven Hybrid Hyper-scale Trustworthy Developer & IT productivity Trustworthy Platform for SaaS extensibility
  • 21. AZURE RESOURCE MANAGER TEMPLATES …how to make deploying complex infrastructure easy
  • 22. • They are easy to use “templates” to deploy infrastructure in Azure • Some examples: • A resource group • A Virtual Machine • A virtual Network • A security network rule • A public ip address • A network interface • A storage account • … • All resource descriptors are available here: https://github.com/Azure/azure-resource- manager-schemas ARM
  • 23. • “Templates” can: • Ensure deployments idempotency • Simplify complex platform orchestrations and deployment • Make rollback easy • Allow to parametrize configurations easily • It’s an equivalent of “cloud-init” for infrastructures • “Templates” are: • declarative • JSON documents that can be versioned (git, …) • Made to specify dependencies of resources from other resources ARM Features
  • 26. ARM Visualization (example ARM Prestashop #3/#4) #3 #4
  • 27. • Portal • Create new deployment • PowerShell • New-AzureRmResourceGroupDeployment -ResourceGroupName TestRG1 -administratorLogin exampleadmin -TemplateUri https://raw.githubusercontent.com/Azure/azure- quickstart-templates/master/201-web-app-sql-database/azuredeploy.json • Azure X-Plat Cli • azure group deployment create "${group}" "dep${group}" --template-uri https://raw.githubusercontent.com/PrestaShop/azure-template-high- performance/master/mainTemplate.json --parameters-file mainTemplate.parameters.json ARM How to use 1/2
  • 28. • REST • curl -X "PUT" "https://management.azure.com/subscriptions/SubscriptionID/resourcegroups/Resource GroupName/providers/microsoft.resources/deployments/DeploymentName?api- version=2015-01-01" -H "Authorization: Bearer AccessToken" -H "Content-Type: application/json" -d "{set your body string to the template and parameters}" • Ansible • - name: Create Azure Deploy azure_rm_deployment: state: present resource_group_name: dev-ops-cle template_link: 'https://somewhere/Azure/aqs/master/vl/azuredeploy.json' parameters_link: 'https://somewhere/Azure/aqs/vl/azuredeploy.parameters.json' ARM How to use 2/2
  • 29. • Offers available in Azure Marketplace • “Basic” • “Advanced” • “Performance” (future) • “Premium” (futire) • Azure VMs + PrestaShop integrated billing • Hourly cost ARM Ready to use PrestaShop implementations