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

Default route will use the Trigger site now #93

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

carterm
Copy link
Contributor

@carterm carterm commented Nov 1, 2021

Proxy file feature that will let trigger users send POST/GET to the function site root instead of the trigger name.

Tested that the Code= query elements will be properly maintained.

Instead of...
https://[function site].azurewebsites.net/WordPressSyncHttpTrigger?code=[code]

You can now use...
https://[function site].azurewebsites.net?code=[code]

@carterm carterm linked an issue Nov 1, 2021 that may be closed by this pull request
@chachasikes chachasikes self-requested a review November 2, 2021 15:50
@carterm carterm requested a review from a team November 5, 2021 21:31
Copy link
Contributor

@chachasikes chachasikes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

@carterm carterm merged commit b7390fc into main Nov 8, 2021
@carterm carterm deleted the Adding-default-route-for-trigger branch November 8, 2021 18:16
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

Successfully merging this pull request may close these issues.

Default response when connecting to function
2 participants