You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then in the template, a Microsoft.Web/connections with a managedApis/smtp type uses this parameter.
I don't think it matters whether it is a string or an int, but the type and default value must agree with one another.
When the type doesn't agree with the value, Azure throws 400 Bad Request errors that. When --debug is provided to the Azure CLI, it can be seen that the error is the result of this type mismatch.
The text was updated successfully, but these errors were encountered:
In the parameters of the template, the following gets generated as one of the parameters when there's an Email step with an SMTP API Connection:
Then in the template, a
Microsoft.Web/connections
with amanagedApis/smtp
type uses this parameter.I don't think it matters whether it is a string or an int, but the type and default value must agree with one another.
When the type doesn't agree with the value, Azure throws 400 Bad Request errors that. When
--debug
is provided to the Azure CLI, it can be seen that the error is the result of this type mismatch.The text was updated successfully, but these errors were encountered: