Add project files.
This commit is contained in:
9
FunctionApp1/Properties/launchSettings.json
Normal file
9
FunctionApp1/Properties/launchSettings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"profiles": {
|
||||
"FunctionApp1": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 7088",
|
||||
"launchBrowser": false
|
||||
}
|
||||
}
|
||||
}
|
||||
11
FunctionApp1/Properties/serviceDependencies.json
Normal file
11
FunctionApp1/Properties/serviceDependencies.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"appInsights1": {
|
||||
"type": "appInsights"
|
||||
},
|
||||
"storage1": {
|
||||
"type": "storage",
|
||||
"connectionId": "AzureWebJobsStorage"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
FunctionApp1/Properties/serviceDependencies.local.json
Normal file
11
FunctionApp1/Properties/serviceDependencies.local.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"appInsights1": {
|
||||
"type": "appInsights.sdk"
|
||||
},
|
||||
"storage1": {
|
||||
"type": "storage.emulator",
|
||||
"connectionId": "AzureWebJobsStorage"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user