I have two services:
Frontend
Backend
I want to be able to call restore on the Frontend locally, and I therefore need it listed in the "services" section of azure.yaml
BUT
I do not want azd to deploy that service.
Could we add a flag, something like "skip-{command}" to azure.yaml so I can restore it using restore, but not deploy it when deploy is called.