Skip to content

Commit ff8235a

Browse files
Merge pull request #303087 from ggailey777/patch-3
[Functions] Add link to slot ARM template
2 parents 8041858 + 61ab82e commit ff8235a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-deployment-slots.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ az functionapp deployment slot create --name "<APP_NAME>" --resource-group "<RES
177177

178178
---
179179

180+
You can also create a slot by using ARM templates or Bicep files. For an example of how to create a function app in a Consumption plan with a deployment slot, see this [Azure Resource Manager quickstart](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-create-dynamic-slot).
181+
180182
## Access slot resources
181183

182184
You access resources (HTTP triggers and administrator endpoints) in a staging slot in the same way as the production slot. However, instead of the function app host name you use the slot-specific host name in the request URL, along with any slot-specific keys. Because staging slots are live apps, you must [secure your functions](./security-concepts.md) in a staging slot as you would in the production slot.

0 commit comments

Comments
 (0)