Question: You need to create an application in Azure AD representing the Kineteco Web App so you can assign directory permissions to the app. To create the application identity, which command will you run?

  1. `bash az ad app permission grant -display-name $appName \ ...`
  2. `bash az ad app credential create -display-name $appName \ ...`
  3. `bash az ad app create -display-name $appName \ ...`
  4. `bash az ad app permission ass -display-name $appName \ ...`

Answer: The correct answer of the above question is Option C:`bash az ad app create -display-name $appName \ ...`