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

Add Linux runtime on a web app slot #75

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

nkuzmincodat
Copy link

This PR closes #

The changes in this PR are as follows:

  • Add ability to specify Linux FX version on a slot for a web app

Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure:

let slot =
      appSlot {
          name "warm-up"
          runtime Runtime.DotNet80
      }

@JustinWilkinson
Copy link

JustinWilkinson commented Mar 20, 2024

Looks good to me :)

@nkuzmincodat nkuzmincodat merged commit d94e33a into master Mar 20, 2024
1 check passed
@JustinWilkinson JustinWilkinson deleted the add-linux-runtime-on-a-webapp-slot branch March 20, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants