{App Service} replacement for a cheaper sku example#16342
Closed
jeffwmartinez wants to merge 1 commit intoAzure:devfrom
jeffwmartinez:jefmarti-patch-1
Closed
{App Service} replacement for a cheaper sku example#16342jeffwmartinez wants to merge 1 commit intoAzure:devfrom jeffwmartinez:jefmarti-patch-1
jeffwmartinez wants to merge 1 commit intoAzure:devfrom
jeffwmartinez:jefmarti-patch-1
Conversation
Collaborator
|
appservice |
yungezz
approved these changes
Dec 23, 2020
qwordy
approved these changes
Dec 23, 2020
Member
|
Some checks were not successful. |
Member
|
hi @jeffreychenmsft could you pls help to fix CI failure so that we can merge the PR? thanks. |
Member
|
Hi @jeffreychenmsft, could you help fix CI failure so that we can merge the PR? Thanks. |
Contributor
|
@calvinsID can you include this help fix in your current PR so we can close this one? Thanks! |
Contributor
|
Combined this fix into PR: #16528 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replacing example with a cheaper SKU to avoid customer sticker shock
Testing Guide
run the command:
az appservice plan create -g MyResourceGroup -n MyPlan
--hyper-v --sku P1V3
This will create a new Windows container app service plan in your designated resource group. You must use a new resource group.
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
[x ] The PR title and description has followed the guideline in Submitting Pull Requests.
[ x] I adhere to the Command Guidelines.
[x ] I adhere to the Error Handling Guidelines.