Skip to content

Commit

Permalink
updated functionkey guide (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanne-tampus committed Jan 26, 2024
1 parent 978d35f commit 3c23da2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
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.

0 comments on commit 3c23da2

Please sign in to comment.