I generated the LUIS app(southcentral US) in the Azure portal by using azure pipelines and ansible role. After the deployment is done successfully. I can see my Luis app showing in my Azure portal.
But I don't see the Luis app listed in the Authoring resource dropdown list in the LUIS.AI portal.
Anyone, please help me understand why?
Is there any specific step do I need to do to link my LUIS app to the LUIS portal? or is this an issue with the ansible role/playbook that I am using?
Posted below is the ansible snippet I used to generate my Qnamaker and the Luis apps.
roles:
- name: ansible-role-azure-cog-knowledge
azure_cog_knowledge_search_sku: "basic"
azure_cog_knowledge_baseservicesname: "xxxxxxxxxxxxxxxxxxxx"
- name: ansible-role-azure-cog-language
azure_cog_language_kind: LUIS
azure_cog_language_sku: S0
azure_cog_language_baseservicename: "xxxxxxxxxxxxxxx"
azure_cog_language_location: "southcentralus"
azure_cog_language_account_key_secretnameprefix: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
azure_cog_language_service_name: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Please find my Luis portal screenshot posted below. My Luis app is expected to show in the "Authoring Resource" dropdown list. But it is not.

kindisLUIS.Authoringinstead of justLUIS(like you have). Does it work if you change that? - mdrichardsonazure_cog_languagepackages, so I'm having difficulty troubleshooting this. - mdrichardsonazure_cog_languagepackages? - mdrichardson