Skip to content

Commit 76a8eff

Browse files
author
ecfan
committed
Verbosity edits
1 parent 220551e commit 76a8eff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/set-up-deployment-slots.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following options are available for you to create a deployment slot:
9090

9191
### [Azure CLI](#tab/azure-cli)
9292

93-
To create a nonproduction deployment slot on your Standard logic app, run the following Azure CLI command:
93+
Run the following Azure CLI command:
9494

9595
`az functionapp deployment slot create --name {logic-app-name} --resource-group {resource-group-name} --slot {slot-name}`
9696

@@ -142,7 +142,7 @@ Unavailable at this time. Please follow the steps for Visual Studio Code or Azur
142142

143143
### [Azure CLI](#tab/azure-cli)
144144

145-
To deploy logic app changes to a deployment slot, run the following Azure CLI command:
145+
Run the following Azure CLI command:
146146

147147
`az logicapp deployment source config-zip --name {logic-app-name} --resource-group {resource-group-name} --slot {slot-name} --src {deployment-package-local-path}`
148148

@@ -166,7 +166,7 @@ After you deploy your changes, confirm that the changes appear in your deployed
166166

167167
## Swap a deployment slot with the production slot
168168

169-
The following steps show how to swap a Standard logic app deployment slot with the current production slot.
169+
The following options are available for you to swap a deployment slot with the current production slot:
170170

171171
### [Portal](#tab/portal)
172172

@@ -210,7 +210,7 @@ The following steps show how to swap a Standard logic app deployment slot with t
210210

211211
### [Azure CLI](#tab/azure-cli)
212212

213-
To swap your production slot with a deployment slot, run the following Azure CLI command:
213+
Run the following Azure CLI command:
214214

215215
`az functionapp deployment slot swap --name {logic-app-name} --resource-group {resource-group-name} --slot {slot-name} --target-slot production`
216216

@@ -226,7 +226,7 @@ After you swap slots, verify that the changes from your deployment slot now appe
226226

227227
## Delete a deployment slot
228228

229-
The following options are available for you to remove a deployment slot from your Standard logic app resource.
229+
The following options are available for you to delete a deployment slot from your Standard logic app resource.
230230

231231
### [Portal](#tab/portal)
232232

@@ -262,7 +262,7 @@ The following options are available for you to remove a deployment slot from you
262262

263263
### [Azure CLI](#tab/azure-cli)
264264

265-
To delete a deployment slot from your deployed Standard logic app resource, run the following Azure CLI command:
265+
Run the following Azure CLI command:
266266

267267
`az functionapp deployment slot delete --name {logic-app-name} --resource-group {resource-group-name} --slot {slot-name} --target-slot production`
268268

0 commit comments

Comments
 (0)