I need your help I'm not expert creating Custom Teams App, this is my first App and I'm creating a Custom Teams App in Microsoft Visual Studio 2022 (Blazor), the App is ready I Already finished and every time I executed Locally the APP works fine if I execute it directly from Visual Studio 2022. I already upload the manifest.json to Teams App and the Teams Administrator already approved and now I can see the Icon in the lists of applications inside Teams but when I press to the App the first Page is empty(I suppose should be first publish the Custom Teams App to Azure according waht I read).
I'm waiting the administrators assign me the missing privileges to publish to Azure directly from Visual Studio 2022 (I received an error that I don't have privileges).
My question is... after the App is published to Azure what should I modify in the Package to make the Custom Teams App works in Teams? There are some files that I was reading that should be modified but those files have some variables that I don't understand what it means and where I can get the values.
For example the files manifest.json, .env.local, .env.local, launchSettings.json, etc. by default those files have some values but I don't know what I should modify in these files to change it from Development to Production environment.
I'm attaching the images of those files and there are variables like TEAMS_APP_ID, TAB_ENDPOINT, TEAMSFX_ENV, APP_NAME_SUFFIX, TAB_DOMAIN, TEAMS_APP_TENANT_ID once the App is published to Azure what value should I change and if can I get those values from Azure?
How to Publish Custom Teams App to Azure from Visual Studio 2022