-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update nodejs-typescript-food-catalog with Azure deployment workflow #64
Conversation
Tested as far as successfully running the |
Added support for deploying a multi-tenant app registration, the same approach used for local development. Azure Key Vault is used to secure the client secret and storage account connection string, and the function app uses Key Vault references to access the values using MSI authentication. |
@@ -87,3 +91,4 @@ publish: | |||
appPackagePath: ./appPackage/build/appPackage.${{TEAMSFX_ENV}}.zip | |||
writeToEnvironmentFile: | |||
publishedAppId: TEAMS_APP_PUBLISHED_APP_ID | |||
projectId: 0d487eb7-2637-4696-91cb-696cea91cd70 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be committed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I'll remove it when the PR is ready 👍
No description provided.