Skip to content

v1.24.0

Compare
Choose a tag to compare
@danegsta danegsta released this 23 Feb 21:24
123e52a

Added

  • Support has been added for deploying a container image from an image registry (Azure Container Registry, Docker Hub, etc.) to Azure Container Apps. This feature also requires the Azure Container Apps extension. #3535
  • Some more advanced diagnostic logging is available in the Output window, by using the command "Developer: Set Log Level...", choosing Docker, and changing the log level to "Debug" or "Trace". #3809

Fixed

  • Fixed a longstanding issue with debugging some Python apps when workspaces were used (as opposed to workspace folders). #3641
  • By default, Python apps will now be scaffolded with Python 3.10 base images (up from Python 3.8). #3736