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

Permit choosing plan, Consumption or App Service and which of the latter #44

Closed
giuliov opened this issue Feb 5, 2019 · 1 comment
Closed
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@giuliov
Copy link
Member

giuliov commented Feb 5, 2019

Current template uses free App Service plan, so one has to manually change using Azure Portal, CLI or Powershell for other options.

We should allow additional options on Microsoft.Web/serverfarms, in particular the Consumption plan, that is

"sku": {
    "name": "Y1",
    "tier": "Dynamic",
    "size": "Y1",
    "family": "Y",
    "capacity": 0
},
@giuliov giuliov added the enhancement New feature or request label Feb 5, 2019
@giuliov giuliov changed the title Permit switching between Consumption plan and App Service plan Permit choosing plan, Consumption or App Service and which of the latter Feb 5, 2019
@giuliov giuliov added the good first issue Good for newcomers label Feb 7, 2019
@giuliov giuliov added this to the v0.5 milestone Feb 7, 2019
giuliov added a commit that referenced this issue Feb 10, 2019
@giuliov
Copy link
Member Author

giuliov commented Mar 17, 2019

done

@giuliov giuliov closed this as completed Mar 17, 2019
BobSilent pushed a commit to BobSilent/aggregator-cli that referenced this issue May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant