-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Cannot link Integration Account to Integration Service Environment #10725
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team. |
👋 is there any update on this? |
CC: @Azure/azure-logicapps-team |
@jackofallops The ARM template looks correct. The error message suggests the value for parameter 'integrationServiceEnvironmentId' is null or incorrect. Can you provide the parameters you used to deploy this template? Please feel free to email me the parameters at [email protected] (as the they could contain PII). |
Hi @laveeshb - Thanks for the response. The example above was taken from the automation template generated by the portal, and is the basis for the work I'm doing to make the functionality available in Terraform. When using azure-sdk-for-go, this parameter is sent as per the structure above, and the |
Hi,
I'm trying to allow Terraform users to place their Integration Accounts in Integration Service Environments. Currently on API version
2019-05-01
I'm getting the following:StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidRequestContent" Message="The request content is not valid and could not be deserialized: 'Could not find member 'properties' on object of type 'IntegrationServiceEnvironmentReference'. Path 'properties.integrationServiceEnvironment.properties'
when setting the ID in the properties structure here.The ARM template generated from the portal suggests that the ID should actually be set one level higher, in a field that is (in the Go SDK), marked as
READ ONLY
:However, when doing so, the following error is received:
StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidRequestContent" Message="The integration service environment reference Id '<null>' is not valid."
The text was updated successfully, but these errors were encountered: