Replies: 1 comment
-
|
@macik1423 Did you ever find the answer to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am wondering what is the proper way to add new api function app, everywhere there is hardcoded
getUserProfileexample, what if I needgetUserProfileandgetUsers. How it should looks like inteamsapp.local.yml,teamsapp.yml?I mean that lines:
teamsapp.yml:teamsapp.local.yml:Should I change these variables to array of function app names?
If I add new folder with new api let say
getUsers, provision for dev works fine, deploy as well. Function app in azure hasgetUserProfileandgetUsersbut how can I manage this inconfigfile on local development?Should it looks like this? :
teamsapp.yml:teamsapp.local.yml:config.ts:.env.local:Beta Was this translation helpful? Give feedback.
All reactions