Creating Azure function: In this section, a new function app and function will be created. The purpose of the Azure function within the solution is to send notification messages to users regarding the expiry of secrets in the key vault. A single function will be responsible for sending both emails and SMS messages. This could have been divided into two separate functions. The first step is to create a new function app and host a function within it:
- As we have done before, navigate to your resource group, click on the +Add button in the top menu, and search for the function app resource. Click on the Create button to get the function app form:
- Fill up the function app form and click on the Create button. The name of the function ...