Christian Nagel
Christian Nagel
TimeSpan shown as object in OpenAPI definition is not compatible with System.Text.Json serialization
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Creating a minimal APIs project using an object containing a...
## Part 1 (The Language) - [x] Chapter 1 - .NET Applications and Tools (HelloWorld) - [x] Chapter 2 - Core C# (CoreCsharp) - [x] Chapter 3 - Classes, Structs,...
with this breaking change: https://github.com/dotnet/command-line-api/issues/1537
**Output from `azd version`** Run `azd version` and copy and paste the output here: azd version 1.7.0-beta.1-pr.3518885 (commit d62cc4c16bda2eefabf48b7d7f8bd616cad1445a) **Describe the bug** Having an Azure App Insights resource together with...
When creating new Azure resources and publishing the app, `azd up` sometimes fails because it cannot access the ACR. Repeating it, everything succeeds. For a better user experience, I think...
Running `azd pipeline config` adds these values as repository variables: - AZURE_CLIENT_ID - AZURE_ENV_NAME - AZURE_LOCATION - AZURE_SUBSCRIPTION_ID - AZURE_TENANT_ID Only AZD_INITIAL_ENVIRONMENT_CONFIG is configured as a repository secret. This documentation...
In a GitHub action I see this error on azd provision: ``` (✓) Done: Resource group: rg-codebreaker-08-dev (✓) Done: Log Analytics workspace: law-ssengodjcf2mu (✓) Done: Container Registry: acrssengodjcf2mu (✓) Done:...
I would expect to require a .github/workflows folder in the root directory of the repository, not in the projects folder. I have a github repository with this structure: - .github/workflows...
After following the instructions with this page, within the section *Build and deploy the job*, step 4 fails with a missing flag: The command `az containerapp job create` command misses...