-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cognitive Services: support for Luis.Authoring
#4319
Comments
Thanks for opening this issue :) Taking a look into this I believe that LUIS support is available via the Thanks! |
@tombuildsstuff Regarding the LUIS Authoring is a different LUIS Cognitive Service where you can choose the Authoring API which will allow to share applications across different accounts in your organization. From the LUIS cognitive service kind in terraform I cannot see the option to choose the Authoring API. https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-keys |
@tommyJimmy87 so that we could understand that better, would you be able to show the generated ARM Template for that (you should be able to see it by clicking "Automated/Template Deployment" at the bottom of the create screen)? Thanks! |
@tombuildsstuff Sure.
|
@tombuildsstuff |
Luis.Authoring
hey @tommyJimmy87 Thanks for confirming that; it looks like this new option just needs to be added to the Thanks! |
Hi @tombuildsstuff If it's ok with you, I would like to try to do this, is it ok? |
fixed by #4888 |
This has been released in version 1.37.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.37.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Would be cool to have the possibility to add the new Luis Authoring Cognitive Service and also the Web App Bot as possible resources.
The text was updated successfully, but these errors were encountered: