C
C#2mo ago
Jake

How to upload C# Microservices architecture web app to gcloud?

I have 7 ASP.NET Core web apis, a gateway api of the same type and a blazor web app. I'm finding it hard to find any documentation for a situation like mine and I don't know how to properly configure my app.yaml to make it work. It either tells me one of my local shared console libraries is nto accessible if I do an app.yaml for each microservice (Obviosuly as they are in other files and I don't know how to allow them to access it) Or if I do one app.yaml for the whole solution it says there are too many .csproj files in the root repository which is nto true as they are in their own directories aand its still getting confused)
1 Reply
Jake
Jake2mo ago
I'm trying to upload it to Google Cloud App engine **