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.

1,558 questions with no upvoted or accepted answers
Filter by
Sorted by
Tagged with
8 votes
1 answer
6k views

How to get what IP Address Ranges used by Visual Studio Online Load Testing Agents?

I need to setup IP Whitelisting in an environment that I need to run some Visual Studio Online Load Tests on. I was able to find some documentation as to what IP Addresses Visual Studio Online ...
Chris Pietschmann's user avatar
6 votes
3 answers
2k views

Catastrophic Azure App Service outage after an automatic Azure platform upgrade

A relatively simple Azure App Service (currently .net 4.6.2, against Azure SQL) has been running for over 18 months. It is rock solid. I rarely think about this site and have not released an update ...
DJA's user avatar
  • 171
6 votes
0 answers
874 views

Error creating Letsencrypt certificate from Azure web site extension

Our web app running on Azure has the Azure Let's Encrypt 0.9.6 extension installed. Launching the extension (https://********-website-stage.scm.azurewebsites.net/letsencrypt/) is no problem and we get ...
GordonLiddy's user avatar
5 votes
0 answers
3k views

`ls` command hangs indefinitely in some directory in an azure File Storage share

I have an azure File Storage share mounted in a Ubuntu 16.04 VM following this how-to. Everything seems to work fine. So I run some process that produces a lot of data, e.g. 10k files for each run, ...
petrux's user avatar
  • 151
5 votes
3 answers
3k views

What are the benefits and drawbacks of using ETag vs LastModified as a CDN cache validator?

I'm reading this article on Azure CDN. I can either control caching with: An ETag Last Modified Default heuristics What are the benefits and drawbacks of the first two choices? Does it matter? ...
makerofthings7's user avatar
5 votes
1 answer
2k views

IIS application request routing changes 206 partial content to 200

I've setup a reverse proxy server in an azure cloud service using IIS rewrite rules and the Application Request Routing module (according to the instructions here. Everything is working well except ...
cortez's user avatar
  • 51
5 votes
0 answers
1k views

ARR reverse proxy to Azure Website inside Azure Cloud Service

I am trying to rewrite www.contoso.com/blog/ to a wordpress Azure Website (contosoblog.azurewebsites.net). I have completely configured all inbound and outbound rules, and have tested them locally on ...
codewisp's user avatar
  • 166
5 votes
2 answers
2k views

How to reset and persist the hostname and FQDN of an Windows Azure Centos instance?

How does one reset a hostname and domain name (FQDN) to localhost.localdomain on a Centos 6.2 Azure Instance? I've tried editing /etc/sysconfig/network, /etc/sysctl.conf, setting the hostname manually,...
ddario's user avatar
  • 511
4 votes
0 answers
1k views

Not able to run Azure Data Pipeline

I am trying to implement my first MLOps on Microsoft Azure. I am following their official document here: MlOps using Azure ML and Azure pipelines I have followed all their steps till Data pipeline. ...
Dhaval Simaria's user avatar
4 votes
1 answer
3k views

AADSTS650052: The app needs access to a service (\"http://rts.powerapps.com\")

I'm trying to debug a RapidCMS site locally. I use AAD to authenticate the user against my domain. For no apparent reason I am now receiving this error when launching my app: Microsoft Sign in ...
The Sharp Ninja's user avatar
4 votes
1 answer
855 views

How do I use let's encrypt with an Azure Storage Static Site/Azure CDN

i am working on hosting a static site in Azure Blob Storage. With an azure cdn it is possible to have a custom hostname and SSL, which suits my needs. I would like to use let's encrypt and make it ...
S. ten Brinke's user avatar
4 votes
3 answers
4k views

No connection to Azure Windows VM after reboot

We have a Windows Server on Azure, running flawless in the past year. After a Microsoft scheduled reboot/advisor recommendation, we lost access to this VM. 'Connect' (RDP) button on Azure portal does ...
rcmadruga's user avatar
  • 141
4 votes
1 answer
3k views

Azure App Service on Linux or Windows

I want to run a Node.js API on an Azure App Service. I have the options of Azure App Service on Linux or Windows. What are the arguments for choosing one over the other?
lox's user avatar
  • 167
4 votes
2 answers
674 views

Configured Azure Backup sends me a health check report every 15 minutes

I configured my SQL Server 2014 database to back up to an Azure storage account. I also enabled email notifications via EXEC msdb.smart_admin.sp_set_parameter @parameter_name = '...
Daniel Hilgarth's user avatar
4 votes
0 answers
4k views

Azure VPN Keeps Dropping Connection And Won't Come Back Up

I have a site-to-site network setup in Azure to allow my servers in Azure connect to some local resources. The gateway is setup with static routing (policy based). If the connection is inactive for ...
user472292's user avatar
4 votes
1 answer
3k views

Why am I getting "RESTORE DATABASE TERMINATED ABNORMALLY" (Error 3013) when restoring from Azure Blob Storage to SQL Server 2014

Our production database server is backing up its databases nightly to Azure Blob Storage, using the BACKUP TO URL command in SQL Server 2014 Standard. I'm now attempting to restore those backups to a ...
Joshua Carmody's user avatar
4 votes
2 answers
726 views

How can I provide services to an internal air-gapped extranet

Background - "Extranet" We have about a dozen users that are on what I would call an Extranet. It is an air-gapped LAN that is physically in the same location as our primary LAN. We share ...
user avatar
4 votes
0 answers
268 views

Ping flood from Azure VM to On-Premise Infrastructure

I have deployed a number of Azure subscriptions now with site to site VPN connectivity back to on-premise networks. In one scenario with a client, they have reported that on a regular basis ICMP ...
Jsmith_iii's user avatar
4 votes
0 answers
238 views

Trim Azure VHD size in Windows 2008

I have an azure virtual machine and due to a broken backup script, it has previously used the entire 127GB of space. My virtual machine is now only using 20GB however I'm still being charged for the ...
John's user avatar
  • 161
4 votes
2 answers
2k views

Azure backup folder exclusion

I tried to find a way to do it, but I am not sure if it's possible or not. Using Recovery services on Azure, I installed the Microsoft Azure Backup Agent on an IIS server. We have multiple websites ...
P-L's user avatar
  • 153
3 votes
0 answers
1k views

Change Windows from KMS client to Azure AD activation?

Is there a known way to change existing Windows 10/11 devices from KMS client activation to Azure AD Education A3 / A5 or Enterprise E3 / E5 license activation? Apparently when Windows 10/11 devices ...
Dale Mahalko's user avatar
3 votes
0 answers
205 views

Options to improve container volume mount's SMB metadata operations performance

Question Are there any ways to improve metadata operation performance between a Linux based container running under Azure App Service and a mounted volume hosted in Azure Files? Context I recently ...
JohnLBevan's user avatar
  • 1,244
3 votes
2 answers
917 views

MySQL - Select queries 10x slower on Azure VM vs on-prem VM

We have been working on a project to migrate a MySQL database from an on-premise Linux server to a Windows VM on Azure (IaaS). (There's a specific reason because of which we have gone with the IaaS ...
Sridharan Srinivasan's user avatar
3 votes
0 answers
2k views

Azure SQL bacpac import job stuck - timeout on it?

Got some issues with a stuck azure sql bacpac import preventing me from importing the bacpac again to the database with the same name. The file is being pulled in from an Azure storage account. I ...
John Fox's user avatar
  • 310
3 votes
0 answers
180 views

Azure Failover Cluster Backup

We have configured a failover cluster instance in Azure (iaas), and we are running SQL 2016, and we have a backup directory presented as a csv (which is a mountpoint on the c: drive, under c:\...
Norrin Rad's user avatar
3 votes
2 answers
7k views

Azure VM cannot access itself via its public IP

I just completed migrating an Azure VM to a new region. I did this by exporting the VM's disks to a storage account in the new region and then creating new disks based on those images and then a new ...
fdmillion's user avatar
  • 409
3 votes
0 answers
621 views

Azure Linux App Service as a reverse proxy

Is it possible to configure an Azure Linux App Service as a reverse proxy? In Azure App Services running IIS you can use ARR and proxy rewrite rules, what about App Servies running Apache? apachectl -...
Francisco Perez Roig's user avatar
3 votes
0 answers
261 views

On-prem Hyper-V VM replicate to Azure

So I have a question. I'm used to replicating my VMs to azure using site recovery. Im now facing an issue with one of our clients having a very slow upload speed and needing to send the initial copy ...
Saeed's user avatar
  • 366
3 votes
0 answers
176 views

Detect privilege escalation attacks where user gains SYSTEM account privileges - Windows

We have an audit requirement from a client to be able to monitor for "User obtained SYSTEM privileges". We are running a Windows Server 2012/2016 environment in Azure and using Azure Log Analytics ...
freedo50's user avatar
3 votes
1 answer
1k views

Registration of Azure Resource Provider hangs indefinitely

I'm just starting to look into Azure and AKS. In order to do this, I have to enable a bunch of resource providers. I did this using the Azure CLI, like so: az provider register -n Microsoft.Network ...
Gustavo Maia's user avatar
3 votes
0 answers
2k views

Joining Ubuntu to Azure Active Directory - Insufficient permissions to modify computer account

Why am I being told I have insufficient permission despite my user being a member of AAD DC Administrators in Azure - Which I believe is the requirement for updating computer accounts Followed the ...
MercilessMaverick's user avatar
3 votes
1 answer
911 views

Has anyone had trouble deploying Azure VM using Ubuntu 18.04 after March 8th?

I have a template based deployment that deploys our dev, staging, and production environments. This template has been working just fine since mid February. When I attempted to deploy the dev site ...
CarComp's user avatar
  • 131
3 votes
3 answers
733 views

Azure planned maintenance notification disparity

We have our servers on Azure. And recently we got a mail notification for planned maintenance. But, on checking the dashboard, it shows no planned maintenance activity was planned. However, when I ...
Ketul Patani's user avatar
3 votes
2 answers
6k views

Create group of ip ranges for network security groups in Azure?

Is there a way for to group several ip address ranges in Azure? Usage example: I have a list of IP ranges from Salesforce that I want to whitelist for a bunch of NetworkSecurityGroups. Let's say ...
oschrenk's user avatar
  • 223
3 votes
0 answers
761 views

Azure Cloud Services - File integrity monitoring possible?

We're hosting web apps in Azure, using cloud services rather than VMs. We've had a question recently about file integrity monitoring. Our belief is that this isn't possible unless you're running a ...
Matt Baker's user avatar
3 votes
2 answers
281 views

Set-AzureRmAutomationModule is unable to find Automation Account

I am trying to upload a custom DSC module to our Azure Automation account. C:\Code\Epitec DSC [master ≡ +1 ~1 -1 !]> Set-AzureRmAutomationModule -Name "WindowsUpdate" -ContentLinkUri "{ContentURL}....
Lloyd Smith's user avatar
3 votes
0 answers
6k views

Azure Storage Explorer: Error "ENOTFOUND" -- how to solve?

I use Azure blob storage for downloadable files. It works great, but I am forced to use a commercial tool to upload files. Below shows how azure cloud explorer chokes, where the commercial azure ...
Jonesome Reinstate Monica's user avatar
3 votes
2 answers
10k views

Windows Server 2012 default desktop size

I am using Windows Server 2012 r2 Datacentre edition running on an Azure virtual machine and I have come across a strange behaviour that hopefully someone can help me understand. Put simply, when I ...
Scott Perham's user avatar
3 votes
0 answers
925 views

File in sudoers.d/ directory became corrupt, cannot delete it? pkexec not working (Azure VM)

So I've got an Azure VM where I wanted to copy a file into an /etc/sudoers.d/ folder. Obviously I've tested the file before copying it, however something weird must have happened when transferring it ...
user1623521's user avatar
3 votes
1 answer
115 views

Can I install Azure SDK over command line?

I am attempting to use Vagrant to provision a Windows Server box for an integrated development environment. This environment depends on the Azure SDK. Is there a way for me to write a script that I ...
TheJediCowboy's user avatar
3 votes
0 answers
79 views

`azure site list` throws TypeError

Steps: azure account download azure account import MyFile (where MyFile is the downloaded publish file) azure account list (output is normal and correct) azure site list info: ...
epalm's user avatar
  • 143
3 votes
0 answers
2k views

Azure ASP.NET website http requests queued

We have a website deployed on Azure that has dreadful performance. When load increases, response times increase to whole minutes! CPU load is not even high, somewhere in the 40% region (we run one ...
Razzie's user avatar
  • 173
3 votes
0 answers
1k views

How to set up MS Azure VPN with the password authentication?

I'm trying to connect to the MS Azure VPN. I installed the Client certificate and got access to the VPN network. But now I need, the system request the password when somebody is trying to connect to ...
Aleksandr Makhov's user avatar
3 votes
1 answer
643 views

Move home directory on Azure Linux VM

I continue to encounter an issue moving my home directory to a new disk on a CentOS VM on Azure. On creation the server is configured to use a SSH key for authentication and the "no password" option ...
BryceH's user avatar
  • 141
3 votes
2 answers
2k views

Possibility to know who created an instance on Azure

Is it possible to know via portal or powershell which of the admins created new instances on azure or at least get alerts when something new is created?
Bruno Faria's user avatar
  • 3,814
3 votes
1 answer
2k views

mongodb keep looping while trying to sync data

I'm converting my my standalone mongodb into a replica set. I've added one more member (and I want to add two more members later, and to shutdown the primary server). My primary mongodb is running 2....
Dor's user avatar
  • 43
3 votes
1 answer
3k views

Running New-RDSSessionDeployment Remotely

I'm trying to script the setup of a remote desktop deployment into Azure. I'm using Powershell remoting to connect to the WinRM endpoint on the VM's and execute remote Powershell. For the most part ...
Sam Cogan's user avatar
  • 38.8k
3 votes
1 answer
2k views

Intermediate SSL Certificates on Azure Websites

I have successfully configured an Extended-Validation Certificate on an Azure Website following this article: http://www.windowsazure.com/en-us/documentation/articles/web-sites-configure-ssl-...
amhed's user avatar
  • 131
3 votes
1 answer
1k views

private github repo in package.json breaking azure website deployment

Trying to deploy an Express app on an Azure "web site" through Github. I have a private repository in package.json dependencies: "dependencies": { "express: "~3.4.0", ... "private-repo": "git+...
AJcodez's user avatar
  • 233
3 votes
1 answer
390 views

ServiceAutoStartProvider Not Invoked

I have an AutoStartProvider which is not getting invoked on our IIS 8.0 production environment. It works great on our IIS 7.5 development environment. I've created logging functions from the ...
Bill Christenson's user avatar

1
2 3 4 5
32