Karol Zadora-Przylecki

Results 13 issues of Karol Zadora-Przylecki

This was reproduced on Windows 10 2004, WSL2 Docker Desktop 2.3.0.0, Docker extension version 1.2.0, VS Code version 1.45.1 Repro steps: 1. Create a simple Node.js app 2. Scaffold Docker...

enhancement
P2
Node/JS

This is an idea, not a bug report Thanks to the awesome work from our Docker friends we have the ability to deploy images (`docker run`) and Compose projects from...

aci
enhancement ✨

In `azd` there is no verb to delete application deployment while leaving infrastructure bits in place. This useful operation is missing, and it leaves our set of verbs unbalanced: -...

pm
cli
spec

(currently we only do full deployment)

ide
vscode

Small but somewhat annoying **Repro steps** Do `azd init -t todo-nodejs-mongo` **Expected** Should see the prompt for environment name just once **Actual** After entering the environment name the prompt (and...

bug
cli

### Repro steps 1. Initialize the repository via `azd init` 2. `azd provision` 3. Open the .env file and change AZURE_LOCATION (e.g. from westus to eastus or similar). 4. Do...

bug
cli
templates

Today the CLI provides only partial deployment data, esp. if the deployment fails. Instead, we should gather all the data, so the user has a complete picture of what went...

ide
cli
vs

VS Code is introducing a new API for localization: https://code.visualstudio.com/updates/v1_72#_localization-as-part-of-the-api We should: - review the localizable strings that we have in `package.nls.json`, leaving only those that are referenced by `package.json`...

vscode

### Rationale .NET SDK has now the ability to [create and publish container images directly from .NET applications](https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container), without having to author, and maintain, a separate Dockerfile. It would be...

### Repro steps See https://github.com/Azure/azure-dev/issues/2043 ### More information In the Azure resource tree hierarchy, the subscription nodes (with id like `/subscriptions/s1234` have children that are "groupings" (with id like `/subscriptions/s1234/groupings/Azure...

🐛bug