Posts

Showing posts from May, 2026

Microsoft Azure Basic Setup and Working

Image
  Microsoft Azure Cloud Computing Platform Introduction to Microsoft Azure Microsoft Azure is a cloud platform made by Microsoft. It is used for storing data, hosting websites, virtual machines, AI services and many other things. Azure is very useful for companies and developers because it helps to run applications online without using own servers. Azure have many services like: Virtual Machine Cloud Storage Database Web Hosting Networking Many big companies using Azure now. Setup and Implementation Process First i created Microsoft account and signed in Azure portal. Website: https://portal.azure.com Steps i done Open Azure portal Search Virtual Machine Click create Select Ubuntu OS Give username and password Create machine After few minutes virtual machine created successfully. Then i created one simple web page and hosted in Azure. Sample Code Snippets Python code for Azure Blob Storage from azure.storage.blob import BlobServiceClient connection_string = "your_connection_strin...