Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure improvements #3313

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Azure improvements #3313

merged 2 commits into from
Aug 19, 2024

Commits on Aug 19, 2024

  1. fix: bundle dotenv files on Azure

    Remove explicit check for AWS Lambda from BOM so that dotenv files
    get bundled by default on all platforms other than AWS ECS.
    hassy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6e3c5d1 View commit details
    Browse the repository at this point in the history
  2. feat: improve error handling for provisioning errors on Azure

    - Introduce a 5 minute timeout to wait for Azure to provision instances
    - Add a more specific error message
    hassy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b7e40b6 View commit details
    Browse the repository at this point in the history