Managing Storage – Azure Storage
When we say manage, we are actually looking for tools to manage the data that you store in the cloud. Management includes uploading files to the cloud, downloading […]
Read More →When we say manage, we are actually looking for tools to manage the data that you store in the cloud. Management includes uploading files to the cloud, downloading […]
Read More →Since both Azure Blobs and Azure Files support the use of SAS tokens, you can use SAS tokens for authentication and to manage the storage. You can create […]
Read More →Azure has more regions than any cloud providers, and this means you can deploy your services all over the world. Each region comprises multiple availability zones (for a […]
Read More →You can create a virtual machine from the Azure portal, Azure PowerShell, Azure CLI, Azure SDK, and the REST API. You have already seen how the VMs are […]
Read More →As an administrator, you need to connect to the virtual machines to change the virtual machine configuration you created or install some roles such as database, web, or […]
Read More →You used RDP to establish connectivity to the graphical interface; however, if you would like to establish connectivity to the command-line session, then you can use WinRM. This […]
Read More →As you move to the next tab, Disks, you will be able to configure the disk type and encryption of the disk. This tab is the same as […]
Read More →Virtual machine scale sets can be used to deploy and manage a group of identical VMs. Earlier, virtual machines supported identical instances only; this is called uniform orchestration. […]
Read More →By enabling autoscaling, you can automatically increase or decrease the number of application instances. In other words, you don’t have to worry about the unexpected demand. When there […]
Read More →If you look at the deployment of a virtual machine, there are multiple dependencies that are created along with the virtual machines. These include the virtual hard disk, […]
Read More →