Posts

Showing posts from 2020

Provision Azure resources by using an Azure Resource Manager template

Image
Login to   www.portal.Azure.com  with your Login Credentials Go to  Click ( + Create a resource)  sy mbol in left pane Search Azure Marketplace for  Template deployment Select Template deployment (deploy using custom templates) 5. Click Create 6. Click Build in Own Template in Editor 7.  Click the below link and download : 2 Files    (1) Windows VM.Json File      (2)  Windows VM_Parameters.Json File       https://github.com/Ashokcbe1/Azure_Repository 8.  After Click Load the Windows VM Json file 9. Click Save 10. Click Edit Parameter tab 11.  After Click Load the Windows VM_Parameters Json file and Click Save Button 12.  Click Create new Resource group name--> Put tick mark in below box --> Click Purchase Button 13. Result: Now Windows Virtual Machine Created using an Azure Resource Manager template ...

Logging Azure Portal with PowerShell

Image
Install PowerShell version 6.1 and above Link:  https://github.com/PowerShell/PowerShell/releases/tag/v6.2.2 Once complete the PowerShell Installation. Check the below command in PowerShell Console Command: $PSVersionTable.PSVersion Type Below mentioned command in PowerShell. Command: Connect-AzAccount Copy and paste the highlighted URL to your browser and also note the code Paste the code and click Next Provide user Credentials and click sign in Now you have signed in the Azure portal in PowerShell application. Output in Powershell Console                                                      Thank you