Posts

Showing posts from 2017

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 ...

Cloud Computing Overview

Image
Cloud Computing Overview Cloud computing is a general term for the delivery of hosted services over the internet. Cloud computing enables companies to consume a compute resource, such as a virtual machine (VMs), storage or an application, as a utility -- just like electricity -- rather than having to build and maintain computing infrastructures in house. Example: Office 365  which allows users to store, access, edit their Ms-office documents online (Browser) without installing the  actual program on their device. The architecture of cloud computing comprises of the following components − Front-end device Back-end platform Cloud-based delivery Network Types of Clouds Public            These are open to public and their infrastructure is owned and operated by service providers as            in case of Google and Microsoft. Private         ...