Skip to content

Commit

Permalink
fix notification (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
motm32 authored Mar 20, 2024
1 parent 6990be6 commit f91a838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export class ContainerizedFunctionAppCreateStep extends AzureWizardExecuteStep<I

const containerSite = Object.assign(context.site, { defaultHostUrl: `https://${context.site.defaultHostName}`, fullName: context.site.name, isSlot: false });

showSiteCreated(containerSite, context);
await pingContainerizedFunctionApp(context, client, context.site);
showSiteCreated(containerSite, context);
}

public shouldExecute(context: IFunctionAppWizardContext): boolean {
Expand Down

0 comments on commit f91a838

Please sign in to comment.