Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated functionkey guide #16

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions content/docs/tutorials/azurefunctionkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,36 @@ _This tutorial provides step-by-step instructions on how to rotate an Azure Func
Navigate to the `Azure Function App` page and click on the relevant `Azure Function App`.
![](/images/azurefunction/1.png)

#### 1b. Navigate to `App keys`
#### 1b. Navigate to `App keys` or `Function keys`

Under `Functions`, click on `App keys`.
There are two types of keys:

1. `App keys` can access all the functions within the function app
2. `Function keys` can only access specific function within function app

For `App keys`, under `Functions`, click on `App keys`.
![](/images/azurefunction/2.png)

### Step 2 - Regenerate the Function key
For `Function keys`, click the relevant function. Under `Developer` section, click `Function Keys`.
![](/images/azurefunction/5.png)

![](/images/azurefunction/6.png)

### Step 2 - Regenerate the App keys or Function keys

See under `Host keys (all functions)`, click `Renew key value`. If you have multiple keys, clicking the `Show value` will reveal the key's information. Ensure that you are rotating the correct key.
For `App keys`, see under `Host keys (all functions)`, click `Renew key value`. If you have multiple keys, clicking the `Show value` will reveal the key's information. Ensure that you are rotating the correct key.
![](/images/azurefunction/3.png)
Confirm the key renewal action by clicking `Renew and save`.

![](/images/azurefunction/4.png)

> Note: Clicking `Renew key value` will revoke the existing key in addition to creating a new one.
For `Function keys`, click `Renew key value`. If you have multiple keys, clicking the `Show value` will reveal the key's information. Ensure that you are rotating the correct key.
![](/images/azurefunction/7.png)
Confirm the key renewal action by clicking `Renew and save`.

![](/images/azurefunction/8.png)

> Note: Clicking `Renew and save` will revoke the existing key in addition to creating a new one.

---

Expand Down
Binary file added content/docs/tutorials/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azurefunction/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azurefunction/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azurefunction/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azurefunction/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.