Posts

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

Azure Recovery Service Vault

Image
Azure Recovery Service Vault: A Recovery Services vault is an online storage entity in Azure used to hold data such as backup copies, recovery points, and backup policies. You can use Recovery Services vaults to hold backup data for various Azure services such as IaaS VMs (Linux or Windows) and Azure SQL databases. Recovery Services vaults support System Center DPM, Windows Server, Azure Backup Server, and more. Recovery Services vaults make it easy to organize your backup data, while minimizing management overhead Overview 1. Login to Azure Portal -- Click More server tab in Left Pane -- Search and Click " Recovery Services Vault" 2. Now Create Recovery Services Vaults Click-- Recovery Services Vaults tab 3. Fill up all the Fields : Name, Subscription, Resource group , Location -- Click Create tab 4. Select  Created Recovery Services Vaults Name -- Swiss Click Back up ...

Create Virtual Machine with the Azure CLI

Image
Launch Azure Cloud Shell 1.Open Cloud Shell 2. Create Resource group Group Name : Cloud Location        : SouthIndia Now Cloud group created under SouthIndia Location 3. Create Virtual Machine Resource group name            : Cloud Virtual Machine name           : VM1 Operating System Image       :win2016DataCenter Admin User name                 : Azureuser Admin Password                   : ********** ( must be 12 to 24 Characters)  Virtual Machine created (Image shown below) Successfully Note: Take note Public IP Address:52.172.47.133 Now you can login Virtual machine using public IP Address (52.172.47.133) through Remote desktop (mstsc) Thank you for Reading

Storage

Azure Storage  Services: 1. Blob storage 2.Table storage 3.Queue storage 4. File storage Type of Azure Storage accounts 1. Standard storage accounts : It 's  which allows you to store Tables, Queues, Files, Blobs and Azure virtual machine disks. 2.Premium storage accounts : W hich currently only supports Azure virtual machine disks. Replication of Azure Storage Data's 1. LRS ( Locally redundant storage ) 2. ZRS  ( Zone redundant storage) 3. GRS (Geo redundant storage ) 4. RA- GRS (Read Access - Geo redundant storage) Blob Storage Large amount of Unstructured data to store in cloud. Blob storage offers a cost-effective & Scalable solution. blob storage to store content such as:- Documents, Image and list of web application files, Social data such as photos, Video, music, etc.. Table storage This is service stores large amount of structured data, The service is a NoSQL datastore which accepts authenticated calls from inside and outside th...

Create Virtual Machine with the Azure Portal

Image
Create virtual machines Login to   www.portal.Azure.com  with your Login Credentials Go to  Click ( + )  sy mbol in left pane and select  compute Select  Windows Server 4. Select version of  Windows Server 2012 R2 Datacenter  in Right pane 5. Click  Create  tab 6. Fill all Mandatory the details while creating Virtual machine.   Name : SCCM Server   VM Disk type (HDD/SSD): SSD   User Name :    Password:   Location : Select your choice   Click OK 7. Choose your requirement related Hardware spec ( Like CPU, RAM , Storage Size) --> Click  select 8. Fill all the details like storage , Virtual Network, Public IP etc.. --> Click Ok 9. Validating all the information --> Click Purchase 10. Now Created Virtual Machine and ready                               ...

Microsoft Azure Components

Image
Azure Components Compute Networking Storage Web+Mobile Database Data+Analytics Al+Cognitive Services Internet of Things Enterprise Integration Security + Identity Developer tools Monitoring + Management Add-ons Containers Block chain Azure Components Compute:   One of the most basic things a cloud platform does is execute applications. Each of the Azure compute models has its own role to play. You can use these technologies separately or combine them as needed to create the right foundation for your application. The approach you choose depends on what problems you're trying to solve.   Network: Azure Virtual Networks is secure way to connect Azure resources & each other with virtual networks (VNets).A VNet is a represent of your own network in the cloud. VNet is a logical isolation of the Azure cloud dedicated to your subscription. We can also connect VNet to our on-premises network. Storage: T he Storage component ...