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
awaitcontext.ui.showWarningMessage(localize('containerFunctionAppError','Deploy is not supported for containerized function apps within the Azure Functions extension. Please use the Azure Container Apps extension to deploy your project.'),{ learnMoreLink });
87
87
//suppress display of error message
88
88
context.errorHandling.suppressDisplay=true;
89
+
context.telemetry.properties.error='Deploy not supported for containerized function apps';
0 commit comments