bright-quill-34162
09/30/2020, 8:40 PMvar functionApp0 = new AzureNextGen.Web.Latest.WebAppFunction("AddDeploymentsByIoTHubName", new AzureNextGen.Web.Latest.WebAppFunctionArgs
{
FunctionName = "AddDeploymentsByIoTHubName",
Name = $"c2e-{env}-funcapp-iep/AddDeploymentsByIoTHubName",
ResourceGroupName = resourceGroup.Name,
});
And here is the error, I've tried several different ways to escape that "/"...
error: cannot check existence of resource /subscriptions/<subscription>/resourceGroups/c2e-dev-shared-resources/providers/Microsoft.Web/sites/c2e-dev-funcapp-iep*%2F*AddDeploymentsByIoTHubName/functions/AddDeploymentsByIoTHubName: autorest/azure: error response cannot be parsed: "" error: EOF: autorest/azure: error response cannot be parsed: "" error: EOFtall-librarian-49374
09/30/2020, 8:56 PMbright-quill-34162
09/30/2020, 9:01 PMtall-librarian-49374
09/30/2020, 9:04 PMWebAppFunction
does. Do you know?WebApp
itself was always enough.bright-quill-34162
09/30/2020, 9:05 PMtall-librarian-49374
10/01/2020, 6:35 AMfunction.json
files that you upload in the code archive.