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")); ...

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...

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...

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...

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=...
1

© 2022 - 2024 — McMap. All rights reserved.