1

Maybe I'm missing something here but:

According to the Azure Portal the max length of Logic-App names is 64.

Logic app name example:

"This-is-a-test-name-for-logic-app-to-see-length"

The length of this string is 47, which should be fine. But when creating it I get an error:

"The provided the distribution name Microsoft.Empty Workflow-This-is-a-test-name-for-logic-app-to-see-length has a length of 71, which is longer than the 64 limit.."

It seems like the string "Microsoft.Empty Workflow-" gets added before the logic-app name, meaning that the actual max length is 40?

Don't know if this is a bug or something that you can work around?

4

1 回答 1

2

是的,这实际上是创建逻辑应用体验中的一个错误。感谢您提出这个问题。解决后会在这里更新。

请注意,创建逻辑应用时,其名称将与您在“创建逻辑应用”边栏选项卡中输入的名称完全对应。您看到的占位符字符串仅影响名称长度验证。

于 2016-02-26T17:24:22.970 回答