File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -312,22 +312,9 @@ func addServiceAsResource(
312
312
output .WithHighLightFormat (string (runtime .Stack )+ " " + runtime .Version ),
313
313
color .MagentaString ("Azure App Service" )))
314
314
315
- startupCommand , err := console .Prompt (ctx , input.ConsoleOptions {
316
- Message : "Enter an optional startup command:" ,
317
- Help : fmt .Sprintf (
318
- "A custom startup command lets you override the default command used to start your application. %s" ,
319
- output .WithHyperlink ("https://go.microsoft.com/fwlink/?linkid=861969" , "Learn more." ),
320
- ),
321
- DefaultValue : "" ,
322
- })
323
- if err != nil {
324
- return nil , err
325
- }
326
-
327
315
resSpec .Props = project.AppServiceProps {
328
- Port : port ,
329
- Runtime : runtime ,
330
- StartupCommand : startupCommand ,
316
+ Port : port ,
317
+ Runtime : runtime ,
331
318
}
332
319
}
333
320
You can’t perform that action at this time.
0 commit comments