I have a little problem with a production Classic VM. I reached the maximum capacity of the disk, and I need to expand it. So I tried: then the result: I don’t understand why there is no VM in the resource group, so I tried to list what is in the resource group^ and the result: So I have a
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
Windows docker container vs Linux docker container
I am new to the Docker/Kubernetes world in general. As i am just starting with the whole architecture i have the following: Azure Container Service — up and running using Linux for master and agents Docker for windows on my machine — up and running automated build for a .NetCore application on VSTS using Docker task to build and push
Is it possible to have my azure functionapp run on linux?
I’m using an ARM template to create my resources but I can’t quite seem to be able to figure out how to get the actual OS running the function app to be linux. The reason I want to do this is just so I can properly build native modules. Its pretty common to have a few native modules and so
Persisting content across docker restart within an Azure Web App
I’m trying to run a ghost docker image on Azure within a Linux Docker container. This is incredibly easy to get up and running using a custom Docker image for Azure Web App on Linux and pointing it at the official docker hub image for ghost. Unfortunately the official docker image stores all data on the /var/lib/ghost path which isn’t
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