@Aliyya Amru Thanks for reaching out. It seems that you’re encountering a permissions issue while trying to create an Azure Function for a custom skill. The error message indicates that you don’t have the necessary permissions for certain actions related to Microsoft.Web/serverfarms and Microsoft.Web/sites.
To resolve this issue, you can either grant yourself the necessary permissions or by asking your Azure administrator to grant you the necessary permissions.
To grant yourself the necessary permissions, you can follow these steps:
- Navigate to the resource group where you want to create the Azure Function.
- Click on the "Access control (IAM)" tab.
- Click on the "+ Add" button and select "Add role assignment".
- In the "Add role assignment" pane, select the "Contributor" role and enter your username or email address in the "Select" field.
- Click on the "Save" button to grant yourself the Contributor role.
Once you have the necessary permissions, you should be able to create an Azure Function for your custom skill without any issues.
do let me know incase of further queries, I would be happy to assist you.