Matt Hernandez

Results 17 issues of Matt Hernandez

Working with the data teams to get this designed

Similar experience to PG

feature

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...

cli

* 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...

P1

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...

feature

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...

enhancement
P1

Seems to come up for local git users and often on their first deployment after the app sits for a bit.

bug
P1
investigate
deploy errors
E2E

(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...

upstream
investigate