{"id":14063826,"url":"https://github.com/dotnetzero/FunctionApp","last_synced_at":"2025-07-29T16:34:14.666Z","repository":{"id":139487038,"uuid":"117476486","full_name":"dotnetzero/FunctionApp","owner":"dotnetzero","description":"Sever that serves up the web / scripts","archived":false,"fork":false,"pushed_at":"2018-02-01T01:30:54.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-13T07:05:33.233Z","etag":null,"topics":["azure","azure-functions","csharp","http","powershell"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotnetzero.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-01-14T23:42:45.000Z","updated_at":"2023-07-17T18:33:47.000Z","dependencies_parsed_at":"2024-02-07T17:13:31.605Z","dependency_job_id":null,"html_url":"https://github.com/dotnetzero/FunctionApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetzero%2FFunctionApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetzero%2FFunctionApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetzero%2FFunctionApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetzero%2FFunctionApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnetzero","download_url":"https://codeload.github.com/dotnetzero/FunctionApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032909,"owners_count":17858913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-functions","csharp","http","powershell"],"created_at":"2024-08-13T07:03:31.649Z","updated_at":"2024-12-04T02:30:28.431Z","avatar_url":"https://github.com/dotnetzero.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Some useful commands\r\n\r\n_running locally https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local_\r\n\r\n## From the CLI makes sure you have the Azure Functions CLI tools installed\r\n\r\n`npm install -g azure-functions-core-tools@core`\r\n\r\nTo Start the local debugger\r\n\r\n`func host start --debug vscode`\r\n\r\nTo work with your own subsciption\r\n\r\n- `func azure subscriptions list`\r\n- `func azure subscriptions set your_subscription_id`\r\n- `func azure storage list`\r\n\r\nTo work with your own storage account settings\r\n\r\n- `func azure storage list`\r\n- `func azure storage fetch-connection-string your_storage_account`\r\n- `func azure storage fetch-connection-string list`\r\n\r\nTo work with your own app service account app settings\r\n\r\n- `func azure functionapp fetch-app-settings dotnetzero`\r\n- `func host start`\r\n\r\n\r\nlocal.settings.json\r\n\r\n```json\r\n\r\n{\r\n  \"IsEncrypted\": false,\r\n  \"Values\": {\r\n    \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=your_storage_account_name;AccountKey=your_account_key\",\r\n    \"ProductionContainer\": \"$root\",\r\n    \"BetaContainer\": \"beta\",\r\n    \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=your_storage_account_name;AccountKey=your_account_key\",\r\n    \"FUNCTIONS_EXTENSION_VERSION\": \"~1\",\r\n    \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=your_storage_account_name;AccountKey=your_account_key\",\r\n    \"WEBSITE_CONTENTSHARE\": \"dotnetzero9a75\",\r\n    \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.5.0\",\r\n    \"AzureWebJobsSecretStorageType\": \"Blob\"\r\n  },\r\n  \"ConnectionStrings\": {\r\n    \"store01dotnetzero_STORAGE\": {\r\n      \"ConnectionString\": \"DefaultEndpointsProtocol=https;AccountName=your_storage_account_name;AccountKey=your_account_key\",\r\n      \"ProviderName\": \"System.Data.SqlClient\"\r\n    }\r\n  }\r\n}\r\n\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetzero%2FFunctionApp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnetzero%2FFunctionApp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetzero%2FFunctionApp/lists"}