Ive made a Blazor Server Side Project and i want to host it on Azure.
It uses CosmosDB NoSQL in it.
What has to be changed for it to be hosted? (stuff like appsettings.json, etc)
Im able to turn it on no issue on my main PC, just had to login to the Azure CLI and then run. My Azure link on the other hand still shows an empty page.
The hosting is setup to a github repository (main branch).
2