Skip to content

Commit c97a65a

Browse files
authored
Merge pull request #110332 from Bindsi/patch-1
fixed app service plan Sku name and tier
2 parents b28909a + b9b0487 commit c97a65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/azure-arc-enabled-logic-apps-create-deploy-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ The following example describes a sample App Service plan resource definition th
633633
"type": "CustomLocation"
634634
},
635635
"sku": {
636-
"tier": "K1",
637-
"name": "Kubernetes",
636+
"tier": "Kubernetes",
637+
"name": "K1",
638638
"capacity": 1
639639
},
640640
"properties": {

0 commit comments

Comments
 (0)