Skip to content
Advertisement

Tag: azure

AWS NFS mount needs to be moved to AZure

read this mount -t nfs vs cifs already 🙁 ? Our requirement is that we have an application hosted in AWS using nfs-utils to mount a EFS for use ? My question is how can this be done in Azure. I know they have Azure files which works in quite similar way to EFS but as per azure documentation it

Azure Powershell Module – Linux (.NET Core) Support

There exists an AzureRM module that is built on .NET Core. However, the AzureRM module doesn’t have all of the required functionality to interact with Azure. Many of the other cmdlets, such as New-AzureAffinityGroup, are present in the Azure module. Here are a list of other cmdlets: https://www.powershellgallery.com/packages/Azure/4.2.1 When can we expect support for this module and the remaining Azure

Deploy NodeJS app to Azure from VS Code

Created simple nodejs app in VS Code (Linux). Also created NodeJS app in Azure. How to deploy app from VS Code to this Azure app now? AZ CLI installed. I’ve downloaded some MyApp.PublishSettings file however seems it used in VS not VS Code. What is the best way to deploy then with or without git (github)? Answer Local Git deployment

Migrate data from one mount to another

In Azure Linux VM we have an LVM that holds the data(1.2TB) of a live application. For some reasons, we want to migrate the data of the application to another LVM and decommission the old one. We want to achieve this with minimal downtime. What switches/method we can use using rsync to achieve this? Answer According to your description, you

How to add 2nd RSA key to access Azure VM from a 2nd remote computer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

SSH connection to Azure VM with Terraform

I have successfully created a VM as part of a Resource Group on Azure using Terraform. Next step is to ssh in the new machine and run a few commands. For that, I have created a provisioner as part of the VM resource and set up an SSH connection: If I run “terraform apply”, it seems to get into an

Advertisement