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.

Filter by
Sorted by
Tagged with
147 votes
2 answers
287k views

Is it possible to make Nginx listen to different ports?

I created one Nginx with one Linux Azure VM, is it possible to make nginx listen to different ports so that when I change the port number, the content would be different. I found there would be a ...
billcyz's user avatar
  • 1,740
37 votes
7 answers
12k views

Can Microsoft employees see my data in Azure?

I have sensitive data stored in both Azure DB and Azure SQL VM. An authorised DBA can log on and query the database, but in theory could a random Microsoft employee do the same without asking ...
userSteve's user avatar
  • 1,583
29 votes
2 answers
15k views

Difference between Azure Container Instances and Azure Container Apps

Microsoft announced Azure Container Apps, a new service for running serverless containers in the cloud. This appears to be similar to the Container Instances service, which is also for deploying ...
Yefet Ben Tili's user avatar
23 votes
12 answers
5k views

How can I determine if it is cost-effective to move my site to cloud solution?

I have a large, busy site; it currently runs completely on a dedicated server that I rent each month for ~$700. It has three parts that I think I could carve off to a cloud solution: Media (image/...
Eric's user avatar
  • 1,127
23 votes
3 answers
34k views

Putting RSA keys into azure key vault

How can I store my key pair (typically the id_rsa and id_rsa.pub) in azure key vault. I want to put the public key in my GIT service and allow a virtual machine to download the private key from Azure ...
MercilessMaverick's user avatar
23 votes
1 answer
18k views

Does enabling "Always On" in a MS Azure Website make it more expensive? [closed]

We are hosting 32 websites in one Standard web hosting plan mode and a Small instance size. Will it cost us more to enable "Always On" in one or all of the websites?
Shaun Luttin's user avatar
22 votes
3 answers
62k views

Cloning Virtual Machine On Azure, keeping existing

There doesn't seem to be a straight answer online about this. I have an existing Virtual Machine on Azure and I want to clone it to another region in case my existing server goes down. It needs to be ...
exposure's user avatar
  • 283
19 votes
8 answers
60k views

Import-Module Azure fails

I am trying to work with Windows Azure PowerShell module on Windows 8.1. I have downloaded and installed the Azure module and in start I can run and use the "Windows Azure PowerShell" which is a PS ...
itaysk's user avatar
  • 395
19 votes
2 answers
81k views

Can I replace my domain controller with Azure Active Directory? [duplicate]

I currently have a small network with a few servers and about 25 client PCs. We are using Office365 and have AD synchronisation setup from our on-premise server. We also have single-sign-on setup ...
Chris Roberts's user avatar
18 votes
3 answers
19k views

32bits or 64bits for Windows Azure Web Sites?

The Windows Azure Web Sites offers two options 32bits or 64bits. New sites come with 32bits by default. For a server configuration it feels a bit odd because, AFAIK, the vast majority of web servers ...
Joannes Vermorel's user avatar
17 votes
5 answers
54k views

How to find the service principal assigned to a newly created AKS cluster?

I have just created an AKS cluster using a standard az aks create ... --ssh-key-value .... According to https://docs.microsoft.com/en-us/azure/aks/kubernetes-service-principal, an AKS cluster is ...
JoaoCC's user avatar
  • 295
17 votes
5 answers
16k views

Difference between Azure tenant and directory

Are Azure "tenant" and "directory" different things, or different names for the same thing? According to the documentation, a tenant is a container within Azure associated with a company or group of ...
Jerome Smith's user avatar
17 votes
2 answers
15k views

How can I work out who created an Azure resource, older than 90 days old?

We have discovered some resources in a resource group in our Azure subscription and we have no idea how they got there. They seem to be unnecessary, so we will be deleting them, but before we do we ...
Sentinel's user avatar
  • 273
16 votes
2 answers
27k views

Renaming an Azure VM

I am looking to rename an Azure VM. I have copied a VM from one subscription to another using this guide: http://blogs.msdn.com/b/microsoft_press/archive/2014/01/29/from-the-mvps-copying-a-virtual-...
Nick Chambers's user avatar
16 votes
3 answers
34k views

How to identify the cause of 100% CPU usage in Azure App Service?

I have five apps in an Azure App Service Plan, all different copies of the same app for different clients. It's an ASP.NET MVC app with an SQL database. This morning I woke up to slow and non-...
littlecharva's user avatar
13 votes
3 answers
7k views

Can't see second azure sql database in SSMS object explorer

I have created a second database on my existing Azure SQL server. The first database works fine and I can see it using SSMS. I cannot see the second database in the object explorer. Autocomplete ...
Sam's user avatar
  • 263
13 votes
4 answers
48k views

How to reset the admin password on VM on Windows Azure?

The virtual machines on Windows Azure allow to connect from RDP. But how can I reset the administrator password if the password has been lost?
Joannes Vermorel's user avatar
13 votes
1 answer
6k views

Kubernetes v1.24.3 upgrade broke ingress-nginx

After upgrading our AKS kubernetes cluster to from v1.23.8 to v1.24.3 our ingress stopped working properly. No errors logged in events and the ingress-nginx pod does not report any errors on the ...
sevenam's user avatar
  • 421
13 votes
4 answers
6k views

Can I use Office365 or Azure AD as master record for Active Directory?

We have a small business and currently don't have a need for a domain within our office. We have a basic network and a single server running Windows Server 2008 R2 with some file shares and 3rd party ...
Adrian Hope-Bailie's user avatar
13 votes
1 answer
33k views

Converting an existing Azure VM to a Reserved Instance

I have a long running VM on Azure. I recently read about Reserved Instances. Is it possible to convert/transfer/ move my existing VM to a reserved instance, or do I need to build a new VM from ...
Toby Allen's user avatar
13 votes
2 answers
22k views

Azure backup vs Snapshots

I'm an azure newbie and just trying to understand Azure better. My questions are specific to backing up Linux VMs in Azure. Please help me in understanding it better. I read that Azure backup takes ...
Gudda Bhoota's user avatar
13 votes
2 answers
9k views

How can I disable an Azure Redis Cache?

I have been experimenting with the Azure Redis Cache preview, and so far, so good. However, when I am not using it, I would like to disable it so that it is not consuming memory and not accessible. ...
JeremyDWill's user avatar
12 votes
2 answers
21k views

Migrate user accounts from Azure AD to on-premise AD?

My company uses Office 365 for Exchange, SharePoint, Lync etc. including the build-in user administration via Azure Active Directory. Now we want to switch to a local AD on a Windows Server. It shall ...
sinned's user avatar
  • 483
12 votes
2 answers
26k views

Can an email server be set-up on an Azure VM?

I am considering the possibility of setting up a simple SMTP+IMAP email server for internal use on an extra small Azure VM. When I say internal use I don't mean "used by internal users", but for use ...
Ivan Zlatev's user avatar
12 votes
2 answers
6k views

Is it safe to run do-release-upgrade on a cloud VM?

I have a few Ubuntu VMs on Azure running Server 17.10 and I'm wondering if it's safe to upgrade them to 18.04.1 LTS using do-release-upgrade. If so, what precautions should I take?
georgiosd's user avatar
  • 289
12 votes
3 answers
15k views

SNI and wildcard SSL certificates on the same server with IIS

I'd like to host a website that should listen to subdomains (e.g. sub.domain.com) together with multiple websites that live just under a second-level domain (e.g. domain2.com, domain3.com) with IIS ...
Piedone's user avatar
  • 385
12 votes
3 answers
29k views

How can I share an Azure VM image with other subscriptions?

I need to create an Azure VM image that can be used by other people to create VMs in their own subscriptions. I've looked at the Azure documentation for VMs and images. I can find info on how to ...
Rick Kirkham's user avatar
11 votes
2 answers
7k views

Should I encrypt OS disk with BitLocker for HIPAA compliance

I am looking into hosting a HIPAA compliant web application on Azure VM's. For the database, right now I am leaning towards using a VM with SQL 2014 Standard Edition. Since TDE is not available with ...
blizz's user avatar
  • 1,144
11 votes
3 answers
18k views

Azure portal rename resources

Anyone have any idea on how i can rename azure resources? For example: I have a schedule job collection. I would like to rename the collection to get better organized. In fact, i also would like to ...
Paul0515's user avatar
  • 237
11 votes
3 answers
4k views

Benchmarking Azure's Premium Storage P30 Disks

We're running performance tests on two new Standard DS13 (8 Core, 56 GB) VMs (both using the latest/default Windows 2012 R2 image) backed by Premium Storage and have hit a wall with step 1 in testing ...
Nariman's user avatar
  • 229
11 votes
3 answers
6k views

Hibernate Windows Azure VM (IAAS)

I am a developer and use an Azure VM for my main development platform. To save the company some money I thought I might shut it down at weekends etc. but often I have many programs etc open that I'd ...
Mark's user avatar
  • 211
11 votes
4 answers
49k views

How can I monitor VM memory usage on Azure?

I have a few VMs set up as ADO (VSTS) build servers and thought I'd look into CPU and RAM usage over time to optimize the VM size. However I have had a hard time finding anything in Azure that allows ...
Pelle's user avatar
  • 251
11 votes
1 answer
2k views

How to turn off Windows Azure's "This copy of Windows is not genuine" message?

Is there any setting/configuration item to avoid Windows Azure from printing that error on the screen or detecting it? I've put a screenshot below that shows the message when you RDP into the web role....
DeepSpace101's user avatar
10 votes
3 answers
858 views

Adding VM's to Domain

I am trying to configure SP farm, in Azure, following steps mention in this article - https://technet.microsoft.com/en-us/library/mt723354(v=office.16).aspx But after creating Sql VM('sqlVM' ), I am ...
user389275's user avatar
10 votes
5 answers
19k views

Join Azure VM to Azure AD

Using Microsoft Azure I have a default Active Directory domain (apparently) and I can create VMs. To my surprise, such VMs are not joined to the AD domain automatically and domain users can't log ...
Jason Kleban's user avatar
10 votes
2 answers
37k views

Azure closing idle network connections

I'm running a proprietary client/server application on a single instance windows server 2k8R2 azure VM. The client is very dependent on a connection with the server. However if I spend a couple of ...
NoCarrier's user avatar
  • 329
10 votes
7 answers
8k views

How to create a swap for Azure Ubuntu VM?

I have read quite a few posts on this, but I am still unsure about the correct approach, assuming: I have a default Ubuntu 14.04 LTS VM created by and running on Azure, which doesn't come with a swap ...
bitinn's user avatar
  • 331
10 votes
2 answers
24k views

Slow disk performance on Azure Virtual Machine

Okay, so first of all, allow me to say that I'm not an operations person, but a developer. So I'm going into a bit of unknown land here, so please bear with me. I would like to use a Azure Virtual ...
René's user avatar
  • 203
10 votes
2 answers
21k views

Azure firewall vs Azure network security group

I've been trying to understand the difference between a Azure firewall (https://azure.microsoft.com/en-us/services/azure-firewall/) and the features offered by NSGs/network security groups (https://...
Reinard's user avatar
  • 203
9 votes
4 answers
30k views

Azure Powershell - Change Directory

When I login to the new Azure Portal I see a drop-down at the top right that lets me select a "Directory" from a list of 2. When I login to azure using powershell cmdlet "Login-AzureRmAccount" I am ...
tr0users's user avatar
  • 413
9 votes
4 answers
899 views

issue when trying migration via Microsoft Virtual Machine Converter

I want to migrate my Esxi VM from on promise to Azure cloud. I've found solution which provides it to me. Microsoft Virtual Machine Converter, provides migrating to Azure Cloud. During migration ...
Amir Damirov's user avatar
9 votes
2 answers
15k views

Gracefully take a server out of Azure Load Balancer (drain stop)

We have an application deployed to Azure IaaS VMs, served by IIS. In order to install updates, we need to take each machine out of the load balancer, one by one. Before moving to Azure, we were using ...
nulldotzero's user avatar
9 votes
5 answers
13k views

Why do you need the awverify CNAME record for Azure?

See i.e.: How to set up CNAME to point to Azure or the text within the azure portal: Why is this necessary in the first place? Why does pointing the domain name through an A record not prove that I ...
Dirk Boer's user avatar
  • 485
9 votes
2 answers
23k views

Using Azure AD to push Group Policy settings

I am trying to use Azure Active Directory instead of using a traditional domain controller. I would like to use Azure AD to authenticate users and to push GPO settings, such as folder redirection, ...
user3580480's user avatar
9 votes
3 answers
9k views

sql azure vs azure VM with SQLServer Express

Beside being cheaper is there any problem/advantages to use SQL Azure vs to use a Virtual Machine with SQL Express? We are looking to setup a SQL server for more than 50 websites, do you have any ...
VinnyG's user avatar
  • 193
9 votes
5 answers
13k views

How do I backup a windows azure virtual machine?

How do I backup a windows azure virtual machine? I would like to schedule daily backups of system state that could be restored if needed. Data can be backed via Azure Backup, but not system it seems.
Samuel G's user avatar
  • 201
9 votes
1 answer
6k views

SSH freezes when idle for a time

Connecting from Ubuntu Desktop x64 14.04's ssh client to an Ubuntu Server 14.04 x64 SSH server on Microsoft Azure. Unfortunately when it is connected and left idle for a time; the connection freezes ...
A T's user avatar
  • 397
9 votes
2 answers
11k views

Connect Azure AppService web app to Azure Virtual Machine through private network. Possible?

I'm trying to figure out a way to connect my web app running in Azure AppServices to an Azure Virtual Machine that's hosting a database server. I can see that the Azure VM has both a public and ...
enriquein's user avatar
  • 252
8 votes
3 answers
97k views

Logging in with local admin account after joining domain

I was under the impression that once you joined a domain that the local admin account would be disabled. I did the following in Azure: Created Windows Server 2012 R2 instance and promoted to domain ...
user3357018's user avatar
8 votes
2 answers
22k views

SSL certificate and Azure classic load balancer

I have 2 VMs behind a load balancer on Azure. I created a new SSL certificate via Let's Encrypt on one of the VMs using the domain that is assigned to the load balancer. When I connect to that VM ...
Vedran's user avatar
  • 183

1
2 3 4 5
81