Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After calling builder.AddAzureKeyVault() custom function route Prefix is reset to default #2

Open
bigeasy77 opened this issue Feb 7, 2019 · 0 comments

Comments

@bigeasy77
Copy link

bigeasy77 commented Feb 7, 2019

I have a custom prefix set up for my function in host.json file:
{ "version": "2.0", "extensions": { "http": { "routePrefix": "" } } }

So this means there should be no prefix and my function URL should look like
https://<hostname>/myendpoint
instead of default "api" prefix
https://<hostname>/api/myendpoint

But whenever I call builder.AddAzureKeyVault(...) in my Startup the custom prefix value is not taken into account and the default 'api' prefix is added

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant