We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93aa4d4 commit e287ef6Copy full SHA for e287ef6
src/commands/createFunctionApp/FunctionAppCreateStep.ts
@@ -140,7 +140,6 @@ export class FunctionAppCreateStep extends AzureWizardExecuteStep<IFunctionAppWi
140
let newSiteConfig: SiteConfig = {};
141
142
const storageConnectionString: string = (await getStorageConnectionString(context)).connectionString;
143
-
144
let appSettings: NameValuePair[] = [
145
{
146
name: ConnectionKey.Storage,
0 commit comments