azure-virtual-machine

Cannot list directory on IIS FTP server on Azure, even after configuring Azure inbound rules and Windows firewall

回眸只為那壹抹淺笑 提交于 2019-12-01 06:46:21
问题 I'am running Windows Server 2012 in Azure, and I've configured the FTP server in IIS. When I try to connect the server, it accepts the username and password and log me in but not showing the directory listing. I've tried using FileZilla FTP client to connect and it saying the same error. Status: Resolving address of jothiprakashanandan.southindia.cloudapp.azure.com Status: Connecting to 104.211.244.241:21... Status: Connection established, waiting for welcome message... Status: Insecure

How to run Azure CLI commands using python?

无人久伴 提交于 2019-12-01 06:44:35
I want to use Azure CLI to get the list of all the VMs in my resource group. But I want to implement the same using a python script. For example, I will use the following command in Azure CLI to list the VMs in my resource group: " az vm list -g MyResourceGroup " But, I want the python script to do the same, where I just have to incorporate the CLI command in the python program. How to run Azure CLI commands using python? According to this file . we could invoke the Azure CLI with following way: from azure.cli.core import get_default_cli get_default_cli().invoke(['vm', 'list', '-g', 'groupname

Can we run windowservice or EXE in Azure website or in Virtual Machine?

余生长醉 提交于 2019-12-01 05:32:46
问题 I have experienced with cloud service/hosted service on Azure. However regarding another project i am confused in selection in terms of functionalities. I have project (2 tier asp.net app) with that i need to run windowservice or exe which will do some functionality every day (like fetch data) so my confusions are as below Regarding Windows Azure Web Sites Can i access RDP if i'll move to reserved instance? can i run windowservice/exe ? Regarding Windows Azure Virtual Machine Is it same as

Why doesn't my Azure virtual machine show up in Visual Studio's Publish feature, for an ASP.NET MVC app?

余生颓废 提交于 2019-12-01 03:08:45
I'm trying to publish my ASP.NET MVC4 web application, using Visual Studio 2013, to a virtual machine that I have up and running in Azure. The virtual machine has IIS installed on it. I'm not using the Azure Web Sites feature because it does not support virtual networks, yet, and thus cannot be configured to connect to a SQL Server database, running on an Azure VM, using a private LAN IP. So, this publish question does not pertain to the simpler publish-to-azure-websites feature. The GUI for Visual Studio's publish feature first starts with a prompt to select my target publish destination. On

Is there a way to view blobs of managed disks in Microsoft Azure Storage Explorer or the Azure Portal?

☆樱花仙子☆ 提交于 2019-11-30 23:37:20
When I create a VM using Azure Resource Manager with an unmanaged disk, I can view its .vhd in Microsft Azure Storage Explorer and/or the Azure Portal under the specified storage account's Blob Container in a sub-container called "vhds". When I create a VM using Azure Resource Manager with a managed disk, I can't find any storage container with anything related to this managed disk. I understand that Azure is "managing" this storage for me, per this Microsoft doc , and also that I can generate a "SAS Url" for this disk (which gives me no real info on where the blob is stored), but I believe

Using Terraform to import existing resources on Azure

与世无争的帅哥 提交于 2019-11-30 21:22:13
I have an existing resource group on Azure with a VM running on it and have been playing around with Terraform to try and import the resource to my state file. I have set up a skeleton file, and as far as my understanding is once I import TF should populate this with the values on my resource group in Azure resource "azurerm" "example" { # ...instance configuration... name = "MyResourceGroup" } Command I am running from CLI: terraform import azurerm_resource_group.MyResourceGroup/subscriptions/MySubscriptionNumber/resourceGroups/MyResourceGroup Message from Terraform: The import command

Connection timeout port 80 on new Azure VM with NSG rules configured

江枫思渺然 提交于 2019-11-30 20:15:45
I just created a new Ubuntu 14.04 virtual machine in Microsoft Azure using the (recommended) resource manager deployment model. The following screenshots show the deployment configuration and the resulting resources: Once it was deployed, I accessed the VM using SSH through the public IP, logged in and installed nginx. I left it with the default configuration and did a 'curl localhost' to ensure the webserver was running. Then I went to the Network Security Group resource and added an Allow rule for port 80 to the Inbound rules: I then opened a browser and tried to request the public IP

is it possible to run KVM on Azure

别等时光非礼了梦想. 提交于 2019-11-30 18:28:57
问题 Azure Fabric runs on a customized version of Hyper-V, it appears. Is it possible to run a KVM virtualized instance on Azure (using nested virtualization)? I have a custom VHD which is based on Debian (say). Based on this document https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-generic, it seems that it might be possible, if the Hyper-V drivers are built into the kernel. Has anyone run successfully run a KVM instance on Azure? If so, could you please share your

Is there a way to view blobs of managed disks in Microsoft Azure Storage Explorer or the Azure Portal?

▼魔方 西西 提交于 2019-11-30 17:57:43
问题 When I create a VM using Azure Resource Manager with an unmanaged disk, I can view its .vhd in Microsft Azure Storage Explorer and/or the Azure Portal under the specified storage account's Blob Container in a sub-container called "vhds". When I create a VM using Azure Resource Manager with a managed disk, I can't find any storage container with anything related to this managed disk. I understand that Azure is "managing" this storage for me, per this Microsoft doc, and also that I can generate

Connection timeout port 80 on new Azure VM with NSG rules configured

杀马特。学长 韩版系。学妹 提交于 2019-11-30 17:00:06
问题 I just created a new Ubuntu 14.04 virtual machine in Microsoft Azure using the (recommended) resource manager deployment model. The following screenshots show the deployment configuration and the resulting resources: Once it was deployed, I accessed the VM using SSH through the public IP, logged in and installed nginx. I left it with the default configuration and did a 'curl localhost' to ensure the webserver was running. Then I went to the Network Security Group resource and added an Allow