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
-
Hi, I am wondering what is the proper way to add new api function app, everywhere there is hardcoded
getUserProfile
example, what if I needgetUserProfile
andgetUsers
. 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 hasgetUserProfile
andgetUsers
but how can I manage this inconfig
file 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