William H. Bell
William H. Bell
### Describe the bug Using: ``` azure-cli 2.57.0 core 2.57.0 telemetry 1.1.0 Dependencies: msal 1.26.0 azure-mgmt-resource 23.1.0b2 ``` Created an Azure function with: ``` az functionapp create --name "$function_name" `...
### Investigative information ``` func --version 4.0.5530 ``` ### Repro steps ###### Provide the steps required to reproduce the problem: * Create a new Azure function ``` func new --template...
### Describe the bug When an Azure function is created, the CLI attempts to create the application insights in the default resource group rather than within the resource group specified....
The https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/django/README.md example instructions fail with ``` docker compose run web django-admin startproject composeexample . ... File "/usr/local/lib/python3.13/site-packages/django/core/management/commands/startproject.py", line 2, in from django.core.management.templates import TemplateCommand File "/usr/local/lib/python3.13/site-packages/django/core/management/templates.py", line 1, in...