Questions tagged [azure]

Microsoft Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go basis.

Microsoft Azure is Microsoft's application platform for the public cloud. Microsoft Azure can be used to build a web application that runs and stores its data in Microsoft datacenters. It can connect on-premises applications with each other or to map between different sets of identity information.

Azure offers several high level services

Azure offers several services currently in preview

Intro to Azure

Each of these services offers the ability to scale up or down based on demand using predetermined virtual machine sizes to run the services.

Use this tag for questions relating to applications hosted on Azure.

4019 questions
1
vote
4 answers

Azure VM: netsh advfirewall firewall

Being the idiot that I am, I ran netsh advfirewall firewall on our VM and managed to block all the ports. Naturally, I am no longer able to access the VM through RDP. Apart from getting the support guys involved, is there any other way to get RDP…
André Haupt
  • 113
  • 5
1
vote
1 answer

Advice on backup solution for Azure virtual servers?

I need to devise a backup solution for some Azure virtual machines, in a hybrid cloud scenario (persistent VPN, Active Directory DCs present in both the company LAN and the Azure virtual network, all machines domain joined); workloads include file…
Massimo
  • 70,200
  • 57
  • 200
  • 323
1
vote
0 answers

Using Azure for application performance testing

I have some custom system management scripts/applications that I would like to performance test against a large number of systems (10,000+) in an effort to simulate larger-scale enterprise networks. The application runs on a server that will make…
1
vote
1 answer

How to allow user to use RDP connection to windows azure Windows Server VM instance?

I created a Windows Server 2012 R2 VM instance in Windows Azure and I can connect to it. I created a new user account for my friend (*not admin). Opened new MSTSC instance and tried to connect to created account on given VM. Connection failed with…
1
vote
1 answer

Set-AzureVNetGatewayKey cmdlet does not exist in Azure PowerShell

Background I am attempting to link up multiple VNets with one another in Azure. To do this I am following this tutorial: VNet-to-VNet: Connecting Virtual Networks in Azure across Different Regions I also found another reference that does about the…
SeanTech
  • 13
  • 2
1
vote
2 answers

Can't change Azure web site from Basic to Shared

I have some Azure web sites that have the Web Hosting Plan Mode set to "Basic". I'm trying to change them to "Shared". However, when saving the new Plan Mode, it fails with the error message: Cannot update the site '____' because it uses AutoHeal…
Glen Little
  • 455
  • 3
  • 7
  • 17
1
vote
2 answers

Is using an Azure VNet-to-VNet a feasible way to create a DMZ?

EDIT: This question was originally asked during the legacy ASM days. Things are significantly different and the introduction of Network Security Groups makes this trivial to implement in a modern Azure environment. I have a three-tier application…
MDMarra
  • 100,734
  • 32
  • 197
  • 329
1
vote
2 answers

Strange URL in Azure Error Log

Why is this url: http://www.zescience.com, that has nothing to do with my website or Wordpress blog in my RawLogs dump? #Fields: date time s-sitename cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Cookie) cs(Referer)…
Brian
  • 321
  • 3
  • 5
  • 15
1
vote
1 answer

Storing sql credentials inside an azure subscription

I am wanting to clone a copy of our production database onto our QA server as part of our continuous integration program. There doesn't appear to be a method in Azure to clone a database just yet so I am exporting and importing the database via…
Jamesla
  • 113
  • 4
1
vote
3 answers

Wildfly 8.1.0 Final freezes (keeps connections forever / Channel was closed mid chunk)

I have just migrated an application from JBoss 7.1.1 to Wildfly 8.1.0 Final. But now from time to time (like every 2 days) Wildfly freezes, and I have to restart it. My application is basically EJB/JPA/JAX-RS w/ Resteasy. By freezing I mean that…
Renan
  • 111
  • 1
  • 5
1
vote
1 answer

Please help me log on to Azure server (simple ssh doesn't work)

I have been trying to log on to my Azure server's Virtual Machine that's running on Ubuntu 12.04 LTS for hours. I would appreciate it a lot if someone could help me. I generated new ssh keys ssh-keygen -t rsa -C "your_email@example.com" ssh-add…
Maximus S
  • 113
  • 4
1
vote
1 answer

Setting Permissions in Windows Azure Website

Windows Azure has its own set of permissions. How can I change it? Because I'm using a php website, and I want to delete a file from the folder deployed in my website directory, but I got permission error. I'm using FileZilla to deploy website…
1
vote
1 answer

Change Hardware Resources During Certain Times Of Day On Windows Azure Virtual Machine

I thought I read you could change the hardware resources during certain times, days, etc for Windows Azure Virtual Machines. I however don't see this option, am I missing it in the Azure portal or is this not a feature for Virtual Machines?
Mike Flynn
  • 244
  • 1
  • 4
  • 13
1
vote
1 answer

Make other VMs show in Network on windows server in Azure

I'm deploying a desktop app that connects to a remote database. standard 2-tier setup, but it's not a web app. People will log in via RemoteApp. But I'm having trouble getting the app instances in RemoteApp to connect to the server. There are 2…
AwokeKnowing
  • 133
  • 9
1
vote
1 answer

Configuring Azure Internal Load Balancer

I am attempting to configure a VNET using the new Internal Load Balancing feature in Azure. I plan to have 2 frontend servers communicating with 2 backend servers over an ILB (Internal Load Balancer). I believe I have followed all of the…
Adam
  • 205
  • 4
  • 14
1 2 3
99
100