Questions tagged [azure-management]
70 questions
0
votes
1 answer
Azure Policy to audit app service authentication
How can I create a Azure policy to audit app services authentication? I would like to enforce that all app services have Active Directory Authentication enabled, and flag other authentication methods as non-compliant.

H.Scheidl
- 815
- 3
- 11
- 25
0
votes
1 answer
Permissions for Azure database management
I'm working on a small application to connect to Microsoft Azure, list all databases belonging to a certain resource group, and export all said databases. I'm using the Microsoft.WindowsAzure.Management.Sql library for this.
Following this guide,…

valderman
- 8,365
- 4
- 22
- 29
0
votes
0 answers
Log Request/Responses from Azure SDK for .Net
I am using the Microsoft Azure SDK for .Net in an application and it is throwing an internal "Task Cancelled" exception when processing a request.
Is there a way I can turn on http request/response logging to track down what is causing the issue?

Element
- 3,981
- 7
- 42
- 51
0
votes
1 answer
Azure Service Principal - How to secure the keys
For an Azure Service Principal, we have below keys in config file
Is there any azure key vault like service…

Jaish Mathews
- 766
- 1
- 9
- 25
0
votes
1 answer
Azure resources incuring charges, but not visible in portal
I have a VS Premium subscription to Azure.
There are resources in the subscription that are costing money, but I cannot find them when searching in the azure portal.
One is a machine learning work group.
I can see its incurring costs in the…

wilson_smyth
- 1,202
- 1
- 14
- 39
0
votes
1 answer
How to set Secure Transfer Required for a Storage Account?
How to set Secure Transfer Required (https://azure.microsoft.com/en-us/blog/secure-transfer-required-is-available-in-azure-storage-account/) for Azure Storage Accounts on using Azure Management Libraries for .NET…

thomius
- 784
- 2
- 9
- 21
0
votes
1 answer
Azure Java: cannot add plan information while creating VM
Version: 1.1.0
I am creating a VM using a market place image. My code looks something like this
VirtualMachine linuxVM = azure.virtualMachines().define(name)
.withRegion(Region.US_WEST)
…

nwarriorch
- 337
- 6
- 16
0
votes
1 answer
Azure Rest Api recommendedElasticPools always returns Internal Server Error 500, Is there anyone facing this issue?
When I tried other rest apis for Azure Mangement, it works without any issue. But when I try this recommendedElasticPools , I am getting internal server error all times.
{
"code": "InternalServerError",
"message": "There was an internal server…

Akshay Joy
- 1,765
- 1
- 14
- 23
0
votes
0 answers
Azure: How do I tell which services are IaaS1 vs IaaS2 since I can see services in both new and old portal?
Am trying to help a customer move their services from an Azure Direct subscription to a CSP subscription. In the guides I've found, the approach used for IaaS1 (the old/class Azure - ASM) differ from what's used if a client's services all belong to…

JWL
- 13,591
- 7
- 57
- 63
0
votes
1 answer
How to manage the Azure Audit Logs
Could you please guide me with following points
Azure Audit Logs doesn't show logs more than 90 Days. How and where to store all the logs. So we can review it later
Is there any Application to which can collect Audit Logs for a subscription and…

Amit
- 143
- 5
- 17
0
votes
1 answer
Can't create a unique url for Mobile Service at Azure
I was having trouble to create a unique url at windows azure for a new Mobile Service.
The url is always "unique-name".azure-mobile.net.
So, I made a simple test. Generate a random word-number string of 45 characters.
That is the result:
After…

Mr. Ott
- 311
- 1
- 4
- 12
0
votes
2 answers
Remove an Application in Azure AD
I've created several Apps in Azure Active Directory and some of them I don't need anymore. I want to remove them but the remove icon at the bottom is greyed out.
Does anyone know what the reason for this could be or if there is another way to remove…

Franz Kiermaier
- 387
- 3
- 19
0
votes
1 answer
Azure WebSites / App Service Unexplained 502 errors
We have a stateless (with shared Azure Redis Cache) WebApp that we would like to automatically scale via the Azure auto-scale service. When I activate the auto-scale-out, or even when I activate 3 fixed instances for the WebApp, I get the opposite…

GGleGrand
- 1,565
- 1
- 20
- 45
0
votes
1 answer
How can I monitor progress of Database Create with Azure Management Library?
I am trying to figure out how to monitor the progress of requests made using windows azure management library so we can display to the customer. We are doing it Async inside an Akka.Net actor.
For example I am creating a database like
…

GraemeMiller
- 11,973
- 8
- 57
- 111
0
votes
1 answer
How do I get support for Azure at the "free" level?
This link says that web incidents are supported at the Free level, however, when I try to open a case using the web support at I am presented with the form below to fill out... and I'm unable to proceed.
How do I, as a consumption user, not a MSDN…

makerofthings7
- 60,103
- 53
- 215
- 448