Skip to content

Commit b9b0487

Browse files
authored
fixed app service plan Sku name and tier
1 parent 2ff1407 commit b9b0487

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)