我正在关注本教程。
我现在可以在 Visual Studio Code 中创建工作流,并且可以在设计器中看到它。
但除此之外,单击概述后,我无法看到此处提到的 url。
我收到这条消息
Workflow run history could not be loaded. Error: 'Could not establish connection to the host. Run your function project to view the run history. Failed to fetch.'
我错过了什么?
我确保 Azurite正在运行。
Ngrok也被配置了。
我的 local.settings.json 文件如下所示。
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_V2_COMPATIBILITY_MODE": "true",
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "node",
"WORKFLOWS_TENANT_ID": "d5y4kk56-f47h-df6h-2g7k-sd4fk8f5j5zd",
"WORKFLOWS_SUBSCRIPTION_ID": "876af6yz-6xxx-1234-2nh7-xxx234gygrkls",
"WORKFLOWS_RESOURCE_GROUP_NAME": "vivek-logic-app-trial-rg",
"WORKFLOWS_LOCATION_NAME": "centralindia",
"WORKFLOWS_MANAGEMENT_BASE_URI": "https://management.azure.com/",
"Workflows.WebhookRedirectHostUri": "http://e91c-115-96-216-18.ngrok.io"
}
}
不仅如此,当我按 F5 时,我收到以下错误,我不清楚它在说什么。
Error message: correlationId='683df22d-5928-4149-97cc-2ee3116aa6d0', operationName='SubscriptionExtensions.ToCachedSubscription', message='Resource provider namespace is empty for subscription 'myedgeenvironment', properties '{"tenantId":"myedgeenvironment-tenantId","registeredFeatures":[]}'.', exception='<null>', organizationId='', activityVector='IN.02', additionalProperties='', extensionVersion='1.0.0.0', siteName='UNDEFINED_SITE_NAME', slotName='', activityId='683df22d-5928-4149-97cc-2ee3116aa6d0'.
也在github Azure-Functions上提出。
更新
乌馆 2
我现在明白了