filmov
tv
Azure - Introduction to Infrastructure as Code (IaC) - ARM, Azure CLI, Azure PowerShell, Scale Code

Показать описание
Azure - Introduction to Infrastructure as Code (IaC) - ARM, Azure CLI, Azure PowerShell, Scale Code
Notes:
Azure CLI is cross platform
ARM is JSON based
PowerShell is cmdlet based
Azure CLI V.1 - JavaScript
Azure CLI V.2 - Python
ARM
---
Editors:
Visual Studio Code - my favorite
Manage version control using tools such as Git
Deploy from portal or using any tools by calling API
Powershell
---
Visual Studio Code - my favorite
Install-Module -Name AzureRM
Import-Module AzureRM
Connect-AzAccount
Deploy Single Webapp using Powershell
Deploy Single Webapp using Azure CLI
Deploy multiple WebApps using Azure Powershell
Deploy multiple VMs using Azure Powershell
Notes:
Azure CLI is cross platform
ARM is JSON based
PowerShell is cmdlet based
Azure CLI V.1 - JavaScript
Azure CLI V.2 - Python
ARM
---
Editors:
Visual Studio Code - my favorite
Manage version control using tools such as Git
Deploy from portal or using any tools by calling API
Powershell
---
Visual Studio Code - my favorite
Install-Module -Name AzureRM
Import-Module AzureRM
Connect-AzAccount
Deploy Single Webapp using Powershell
Deploy Single Webapp using Azure CLI
Deploy multiple WebApps using Azure Powershell
Deploy multiple VMs using Azure Powershell