Matt Hernandez
Matt Hernandez
Working with the data teams to get this designed
The name of the file is hardcoded as `README.md` here: https://github.com/Azure/ServerlessLibrary/blob/2193e518277349a8e8f5ba91b0a3ff6221eeefea/ServerlessLibraryAPI/ClientApp/src/services/github.service.js#L22 This means any repo that uses `readme.md` won't show the overview page. For example: https://serverlesslibrary.net/sample/0409840c-b836-4095-8500-c57e0fa81168
I've noticed that I can run the CLI on WSL, so I setup my Windows side to support everything and I immediately noticed two things: * My API build failed...
* Click the deploy button in the workspace view * Choose the directory to deploy * In the "select a resource" prompt, add "create new web app..." This is something...
There's an option to "Show Output" at the end of the creation experience that simply shows the logs, but this could be more comprehensive and helpful. First, change the button...
If a customer deploys an app that's nested in a subdirectory, warn them. There are a couple of ways to check this: * If deploying to node, prompt if package.json...
Seems to come up for local git users and often on their first deployment after the app sits for a bit.
(From internal customer): dotnet new webapi // 3.1 dotnet publish -c Release -o ./publish right-click deploy, choose runtime latest Gives error in logs like so: ``` 2020-02-26T13:17:07.246774534Z Trying to find...