Issue with deploying Azure Farmbeats

Fabio Patino 6 Reputation points
2022-01-23T19:58:37.077+00:00

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"}]}}

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,195 questions
{count} votes

1 answer

Sort by: Most helpful
  1. António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
    2022-01-28T11:35:08.527+00:00

    Hello @Fabio Patino ,
    Thank you for sharing the details in the comments. I have synced with Product Team and we will make sure that the following note is added in the docs as well:

    You are trying to setup the FarmBeats version which is in public preview. We want to update you on the new version of FarmBeats which we are building. It’s a fully managed PaaS offering (Platform-As-A-Service). The rearchitected PaaS platform makes it easy for customers to use FarmBeats, here are a few advantages:

    Simple onboarding: You don’t have to provision multiple resources under your tenant. Just instantiate the PaaS version of the FarmBeats, and we will take care of all the complexity behind the scenes
    Improved scalability and performance: PaaS service will take care of scaling and provides better performance (Ex: faster ingestion of satellite data in seconds)
    More features: PaaS version supports data related to satellite imagery, weather, Farm operations, Sensors (WIP), event notifications, and more. It natively supports agronomic constructs like farms, fields, seasons, crops, management zones, prescription maps, etc.
    Extensibility: There will now be no limitation to work with an approved list of weather service or sensor providers. The extensibility framework can help customers to work with any weather service and sensor providers (WIP) of their choice in FarmBeats.
    Out-of-the-box AI/ML models: FarmBeats supports a few out of the box AI/ML/Statistical models like sensor placement map, biomass estimation model, Soil moisture map, boundary identification, NDVI forecast, LAI, etc. which can be leveraged by users
    Power analytics: PaaS version has developer-friendly Python SDK. Users can create ARDs easily using APIs and build/train their AI/ML/Statistical models on Azure

    In case you want to use the new version of FarmBeats, kindly write to us at FarmBeatsSupport@microsoft.com by providing your Azure subscription ID and GitHub ID to get access to the product documentation. Also, note that the new version does not have a UI layer. It is to be used via APIs only.

    Thank you so much! Let me know if I can help you further.

    0 comments No comments