AAAnish Ansariinblog.anishansari.com.np·Sep 27, 2021 · 5 min readGetting Started With Azure Static Web AppStatic web apps are useful when you have some information to share around the world via a website, for example, you want to put some information about your business online. So a good choice would be a static web app. One of the best examples is the l...00
AAAnish Ansariinblog.anishansari.com.np·Jun 6, 2021 · 6 min readGetting Started With Azure BastionThere are many methods that we use to connect to the Virtual machine on Azure like RDP and SSH but these methods use public IP and there are chances of being exposed. So what if there is a way to connect to our Virtual Machines on Azure securely and ...00
AAAnish Ansariinblog.anishansari.com.np·Jun 5, 2021 · 3 min readTaking Disk Snapshot In AzureThere are many times when you may want to replicate the content of the disk. For example, if you have a virtual machine and you have some data to the VM A disk and you want the same data to be available to VM B. So in this case, a snapshot comes in t...00
AAAnish Ansariinblog.anishansari.com.np·Jun 4, 2021 · 3 min readAdding Data Disk To Azure VM Using PowerShellThis article is a hands-on on how to add data disk using Powershell on Azure virtual machine and please remember this is an additional resource and you might have to pay for it. I have already explained how to create and attach data disks using the A...00
AAAnish Ansariinblog.anishansari.com.np·Jun 3, 2021 · 4 min readAdding Data Disk To Azure Virtual MachineAs we all know, storage plays a vital role in a virtual machine as we need to store necessary data and as we know os disk will not be enough and we may need extra storage to store the data. So let us see how can we attach the data disk to a VM. We al...00