Skip to main content

Posts

Showing posts with the label azure

Azure VM

  Introduction Azure Virtual Machines is one of several types of on-demand, scalable computing resources that Azure offers. Typically, you'll choose a virtual machine if you need more control over the computing environment than the choices such as App Service or Cloud Services offer. Azure Virtual Machines provide you with an operating system, storage, and networking capabilities and can run a wide range of applications. Virtual machines are part of the Infrastructure as a Service (IaaS) offering. IaaS is an instant computing infrastructure, provisioned and managed over the Internet. Quickly scale up and down with demand and pay only for what you use. Scenario Suppose you work for a company doing consumer research and you're responsible for managing the on-premises servers. The servers you administer run all the company infrastructure, from web servers to databases. However, the hardware is aging and starting to struggle to keep up with some of the new data analysis application...

Azure Replication Strategies

  The data in your Azure storage account is always replicated to ensure durability and high availability. Azure Storage replication copies your data so that it is protected from planned and unplanned events ranging from transient hardware failures, network or power outages, massive natural disasters You can choose to replicate your data within the same data center, across zonal data centers within the same region, and even across regions. Replication ensures that your storage account meets the Service-Level Agreement (SLA) for Storage even in the face of failures. Comparison Of Replication Options:   LRS ZRS GRS/RA-GRS GZRS/RA-GZRS Node unavailability within  a data center Yes Yes Yes Yes An entire data center (zonal or non-zonal)  becomes unavailable No Yes Yes Yes A region-wide outage No N...

Azure Account Create

  Hello All,   In this blog we will see how to create a free azure account. Go to the below url to create azure account. https://azure.microsoft.com/en-in/free/ once you hit the above url you will be redirected to the below page. Click on start free to proceed further. In next screen you need to provide your gmail account to create an azure account. So if you already have gmail account then provide the account name and click on next. If you don’t have gmail account you can create your account with phone number or create the new account and use it. After providing your account details it will ask you for password, enter your password to continue. Once you click on next, azure will send the confirmation code on given email id or phone number. Provide the received code to proceed further. Once you provided the confirmation code azure will verify your account details and will ask you to solve the puzzle to avoid misuse of azure account. Once you solved the puzzle azure w...