azure-management Questions
13
Is there any way to stop a SQL Azure DB so that it doesn't charge anything towards our account? I don't want to delete it, just while in testing and it's not being used than we set it to "stopped" ...
Paleopsychology asked 18/11, 2014 at 3:41
1
Solved
I'm trying to create a Kubernetes cluster using Azure Management API.
var credentials = SdkContext.AzureCredentialsFactory
.FromFile(Environment.GetEnvironmentVariable("AZURE_AUTH_LOCATION"));
...
Rechaba asked 2/4, 2018 at 16:46
2
I used to manage Azure resources an old preview version. The authentication worked something like this:
// Authorize
this.AuthenticationResult = this.Authorize();
this.Credentials = new TokenClou...
Mccraw asked 15/5, 2017 at 1:59
1
We want to create two environments on Azure. These two environments will be used as Staging and Production, but we want to be able swap between them very easily, so staging can act like prod and vi...
Aboutship asked 3/2, 2017 at 9:37
4
Solved
I've been combing through the Powershell commands trying to figure out how to take my currently deployed Website/SQL Database/Storage account and move them into their own Resource Group.
Is it po...
Mulct asked 8/4, 2014 at 12:29
1
Solved
I have a site running n Azure, which uses EF Database First model.
If I embed the connection string in the web.config and deploy all is rosy.
<add name="MyEntities" connectionString="metadata=...
Satinwood asked 11/4, 2016 at 21:20
1
© 2022 - 2024 — McMap. All rights reserved.