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
4
votes
1 answer

Adding more disks to Storage Spaces Direct didn't give me the capacity increase I was expecting

I have S2D setup using 2 Azure VMs in a mirror. When I originally set it up, I did so following the instructions here: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-storage-spaces-direct-deployment This worked…
Snarfblatt
  • 193
  • 4
4
votes
1 answer

Can I use Azure DDoS protection with common App Services plans instead of App Services Environment (ASE)?

I see Azure DDoS protection can be enabled at the VNET level, and I understand that I can configure the integration of an App Services web app with a VNET, but is that enough to place my application under DDoS protection? I am under the impression…
Gabriel C
  • 141
  • 1
  • 2
4
votes
1 answer

Why is TLS1.0 still seemingly supported on a "minimum TLS1.2" web app service on azure?

We have an app service on Azure, and as Microsoft made available recently (april 30 2018), we now have an option to require TLS 1.1 or 1.2 : We run hackerguardian scans for PCI compliance, yet, they still return failure on TLS support : I also…
Kraz
  • 153
  • 6
4
votes
2 answers

VNET peering with on-premise gateway transit not working properly

We have a VNET (let's call it VN_MAIN) that is configured to have a S2S VPN connection to our on-premise network. The VMs deployed within subnets of VN_MAIN are reachable from on-premise. What I'm trying to do is to create another VNET (VN_OTHER)…
4
votes
1 answer

Azure App Service S2 network bandwidth

How can I find out the network bandwidth/throughput for an Azure App Service S2 Windows host? Microsoft do not seem to publish this information about app services anywhere, but we have been asked to provide this for a client. I did read somewhere…
A Hickton
  • 51
  • 3
4
votes
1 answer

apt-get dist-upgrade failing on mssql-tools and msodbcsql17 packages, ubuntu 16.04

I did regular upgrade of packages as always and something broke, cant even purge the packages due broken dependencies. The server is Ubuntu 16.04 on Azure. We are using MySQL on this server, so this package could be just Azure thing? Output…
4
votes
1 answer

Windows 2016 Server on site domain join with Azure AD

My company has their entire user/group architecture in the cloud using Azure. We recently purchased a Windows 2016 Server machine and I have been asked to set it up so that we can use our Azure accounts. I need to do simple things like file sharing…
4
votes
3 answers

Azure AD Guest User Type

Is there any way to tell whether a invited guest user is using either of the below to authenticate. Microsoft Account (Personal Account) or Organisational Account (Work or School Account) Account Types
RickWeb
  • 285
  • 2
  • 13
4
votes
1 answer

Storage Spaces Direct - how to use newly added disk as local and prevent auto pooling / auto-select?

Environment: Windows 2016 FCI cluster with S2D running SQL Server cluster on 2 VMs in Azure. New vhd disk has been added to a single VM in the cluster with intention to use it as local. Because 'AutoPool' is enabled, it grabbed the disk and marked…
P. D.
  • 71
  • 4
4
votes
1 answer

Azure - Setting up storage spaces direct S2D

I need to setup a windows cluster in Azure that uses shred storage, I have been told that I can use storage spaces direct, i have attempted to enable it but it complains that there are no suitable disks so cannot set it up, none of the guides online…
user3129787
  • 147
  • 1
  • 1
  • 7
4
votes
3 answers

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 not work. Already tried resetting NIC, adding…
rcmadruga
  • 141
  • 1
  • 3
4
votes
2 answers

Azure Windows 2016 Failover cluster

I would like to setuo a generic service on a windows 2016 failover cluster but can see there are some issues with shared storage,additional network cards and ip addresses on Azure, is it supported on Azure with sever 2016 and is there any guides on…
user3129787
  • 147
  • 1
  • 1
  • 7
4
votes
2 answers

Migrate Big Data from AWS S3 to Azure

We have 85TB of data in AWS S3 bucket. What is the best option to move it to Azure? I see two options right now: To buy AWS Snowball Edge. Will I be able to import data to Azure from it? To buy Azure Data Box. Will I be able to export data from…
oddtwelve
  • 141
  • 2
4
votes
2 answers

Failure joining on-prem to Azure DSC Automation (Response code: Unauthorized)

I'm having difficulties joining a Windows machine to Azure DSC automation. I'm getting the following error: Registration of the Dsc Agent with the server https://azureserver/accounts/XXXXXXXXXXXXXXXXXXXX failed. The underlying error is: The attempt…
John Doe
  • 93
  • 2
  • 8
4
votes
2 answers

How does one map a drive on a Windows 10 device managed by Intune?

I'm trying to setup some basic group policy settings with Microsoft Intune. We have Windows 10 Enterprise installed on all our devices and they are Azure AD joined. To start I wanted to map a network share to one of the devices, but I can't find…