Creating resources in the Azure Portal

Before we look at using ARM templates, let’s review how we create our resources within the portal and we will also see how we can get the automation scripts to help with our ARM templates and PowerShell script. We will walk through creating a VM in Azure with the following steps:

  1. Log into the Azure portal (https://portal.azure.com/)
  2. Once logged in, you can click + Create a resource, select the resource you would like to create, and then fill in the required information.
  1. Once it has been created, head over to the resource and scroll down to Automation script. There you will find your PowerShell and JSON template files that you can download and include in a Visual Studio project. You will need to modify ...

Get Hands-On Cloud Solutions with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.