- Hands-On Cloud Solutions with Azure
- Greg Leonardo
- 176字
- 2021-06-10 19:44:39
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:
- Log into the Azure portal (https://portal.azure.com/)
- Once logged in, you can click + Create a resource, select the resource you would like to create, and then fill in the required information.
- 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 the parameters and such, but it’s really a great starting place:
This was helpful to me, as I was able to visualize the code to better understand it. Now let’s move on to the JSON and PowerShell ARM templates.
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- 控制與決策系統(tǒng)仿真
- R Machine Learning By Example
- Visual C# 2008開發(fā)技術(shù)實例詳解
- 群體智能與數(shù)據(jù)挖掘
- PyTorch深度學(xué)習實戰(zhàn)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- ESP8266 Home Automation Projects
- 工業(yè)機器人運動仿真編程實踐:基于Android和OpenGL
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- Building Google Cloud Platform Solutions
- 工業(yè)機器人操作
- ADuC系列ARM器件應(yīng)用技術(shù)
- 貫通Java Web輕量級應(yīng)用開發(fā)
- ROS Robotics By Example(Second Edition)