Azure-Samples / app-service-msi-keyvault-dotnet

Sample that shows how to fetch a secret from Azure Key Vault at run-time from an App Service with a Managed Service Identity (MSI).
MIT License
64 stars 67 forks source link

The app tosses an error prior to Application_Start #5

Open justSteve opened 6 years ago

justSteve commented 6 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Cloned project - added my KeyVault endpoint in HomeController - hit F5 with a break point set at 1st line of Global.asax App_Start method the following errors toss:

Any log messages given by the failure

Microsoft.WindowsAzure.ServiceRuntime Information: 100 : Role environment . INITIALIZING Microsoft.WindowsAzure.ServiceRuntime Information: 100 : Role environment . INITIALED RETURNED. HResult=-2147024894 Microsoft.WindowsAzure.ServiceRuntime Error: 102 : Role environment . FAILED TO INITIALIZE. hr: -2147024894

Expected/desired behavior

no errors

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) 8.1

Versions

vs2017

Mention any other details that might be useful


Thanks! We'll be in touch soon.

sauravbhattacharya001 commented 1 year ago

hello, bump?