I am deploying farmbeats based on the instructions and keep receiving the same error:
Invoke-RestMethod: /home/fabio/create_aad_script.ps1:120
Line |
120 | $App = Invoke-RestMethod -Uri $PostReqUrl -Method POST -Headers $ …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| {"odata.error":{"code":"Request_BadRequest","message":{"lang":"en","value":"Values of identifierUris property must
| use a verified domain of the organization or its subdomain:
| 'https://fabiopatinoo-api.azurewebsites.net'"},"requestId":"4e50903b-47fc-4175-9cbc-5b2a701fe622","date":"2022-01-23T19:48:34","values":[{"item":"PropertyName","value":"identifierUris"},{"item":"PropertyErrorCode","value":"HostNameNotOnVerifiedDomain"},{"item":"HostName","value":"https://fabiopatinoo-api.azurewebsites.net"}]}}