We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1353f6b commit bbe61f1Copy full SHA for bbe61f1
articles/key-vault/tutorial-rotation.md
@@ -178,9 +178,9 @@ You can find the complete code on [GitHub](https://github.com/jlichwa/azure-keyv
178

179
1. Use this CLI command to deploy the zip file to the function app:
180
181
-```azurecli
182
-az functionapp deployment source config-zip -g simplerotation -n simplerotation-fn --src /home/{firstname e.g jack}/simplerotationsample-fn.zip
183
-```
+ ```azurecli
+ az functionapp deployment source config-zip -g simplerotation -n simplerotation-fn --src /home/{firstname e.g jack}/simplerotationsample-fn.zip
+ ```
184
185
After the function is deployed, you should see two functions under simplerotation-fn:
186
0 commit comments