'I couldn't granting my web app access to Azure Key Vault on Azure App Service Environment V3

I have an Azure Web App and hosted on App Service Environment V3 (Plan: I1v2: 1). After deploying this app I have a problem accessing values on the Azure Key Vault.

enter image description here

When I want to add this app in Access Policy in the Key vault, I couldn't find this app.

enter image description here



Solution 1:[1]

  1. Ensure that the Key Vault is accessible on the same VNet as the App Service
  2. Ensure that you've enabled the Managed Identity for the Key Vault

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Matt Small