Skip to content

Commit bbe61f1

Browse files
committed
tutorial-rotation
1 parent 1353f6b commit bbe61f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/key-vault/tutorial-rotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ You can find the complete code on [GitHub](https://github.com/jlichwa/azure-keyv
178178
![Upload the file](./media/rotate4.png)
179179
1. Use this CLI command to deploy the zip file to the function app:
180180

181-
```azurecli
182-
az functionapp deployment source config-zip -g simplerotation -n simplerotation-fn --src /home/{firstname e.g jack}/simplerotationsample-fn.zip
183-
```
181+
```azurecli
182+
az functionapp deployment source config-zip -g simplerotation -n simplerotation-fn --src /home/{firstname e.g jack}/simplerotationsample-fn.zip
183+
```
184184

185185
After the function is deployed, you should see two functions under simplerotation-fn:
186186

0 commit comments

Comments
 (0)