- 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.
推薦閱讀
- 亮劍.NET:.NET深入體驗(yàn)與實(shí)戰(zhàn)精要
- Mastering Mesos
- Circos Data Visualization How-to
- 控制與決策系統(tǒng)仿真
- 微型計(jì)算機(jī)控制技術(shù)
- 21天學(xué)通Java
- 新手學(xué)電腦快速入門
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- Embedded Programming with Modern C++ Cookbook
- 觸控顯示技術(shù)
- Java Web整合開發(fā)全程指南
- Troubleshooting OpenVPN
- Bayesian Analysis with Python
- Linux Shell編程從初學(xué)到精通
- Mastering MongoDB 3.x