{"id":15880665,"url":"https://github.com/glaucia86/dotnet-toronto-meetup","last_synced_at":"2026-05-19T14:35:54.136Z","repository":{"id":49773254,"uuid":"231136792","full_name":"glaucia86/dotnet-toronto-meetup","owner":"glaucia86","description":"Repository responsible for the meetup event: Metro Toronto .NET User Group","archived":false,"fork":false,"pushed_at":"2021-06-09T23:00:45.000Z","size":234,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T05:27:18.815Z","etag":null,"topics":["azure-functions","blazor","dotnet"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glaucia86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-31T19:12:44.000Z","updated_at":"2021-06-07T00:08:18.000Z","dependencies_parsed_at":"2022-08-31T08:11:03.804Z","dependency_job_id":null,"html_url":"https://github.com/glaucia86/dotnet-toronto-meetup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glaucia86/dotnet-toronto-meetup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fdotnet-toronto-meetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fdotnet-toronto-meetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fdotnet-toronto-meetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fdotnet-toronto-meetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glaucia86","download_url":"https://codeload.github.com/glaucia86/dotnet-toronto-meetup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fdotnet-toronto-meetup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274195654,"owners_count":25239147,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-functions","blazor","dotnet"],"created_at":"2024-10-06T03:20:35.938Z","updated_at":"2026-05-19T14:35:54.105Z","avatar_url":"https://github.com/glaucia86.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Power up with Azure Functions \u0026 .NET Core - Demo\n\n[![Dot-Net-Bot-Bit.png](https://i.postimg.cc/fTw454HR/Dot-Net-Bot-Bit.png)](https://postimg.cc/t7mmCcQK)\n\nRepository responsible for the demos during the meetup event: **[Metro Toronto .NET User Group](https://aka.ms/AA6xcx9)**\n\n## Resources/Tools Used 💻\n\n- **[.NET Core 3.x](https://dotnet.microsoft.com/download?WT.mc_id=javascript-0000-gllemos)**\n- **[Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=javascript-0000-gllemos)**\n- **[C# Extension - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp\u0026WT.mc_id=javascript-0000-gllemos)**\n- **[Azure Functions Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions\u0026WT.mc_id=javascript-0000-gllemos)**\n- **[Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor?WT.mc_id=javascript-0000-gllemos)**\n- **[Azure Functions Core Tools](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=javascript-0000-gllemos)**\n\n## Azure For Students Account ⭐️\n\nIf you are a student at a College or University, you can create your [Azure for Students account](https://azure.microsoft.com/free/students/?WT.mc_id=javascript-0000-gllemos). This account will give you the benefit of having a $ 100 credit to use the Azure Services for free, without having a credit card and free developer tools as well. To activate this account, just access the link [HERE](https://azure.microsoft.com/free/students/?WT.mc_id=javascript-0000-gllemos).\n\n## How to run the Application locally? 🚀\n\n1. Install the **[.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1?WT.mc_id=javascript-0000-gllemos)**.\n\n2. Install the **[.NET Core 3.1 or later (Preview) SDK](https://dotnet.microsoft.com/download?WT.mc_id=javascript-0000-gllemos)**.\n\n3. Run the following command in a command shell. The **[Microsoft.AspNetCore.Blazor.Templates](https://www.nuget.org/packages/Microsoft.AspNetCore.Blazor.Templates/)** package has a preview version while Blazor WebAssembly is in preview.\n\n4. Install Blazor in your machine as follow below: \n\n```bash\n\u003e dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.1.0-preview4.19579.2\n```\n\n3. Now go to the `FunctionApp` and create a file called `local.settings.json`. Include the code below:\n\n```json\n{\n    \"IsEncrypted\": false,\n    \"Values\": {\n        \"AzureWebJobsStorage\": \"\",\n        \"FUNCTIONS_WORKER_RUNTIME\": \"dotnet\"\n    },\n    \"Host\": {\n      \"LocalHttpPort\": 7071,\n      \"CORS\": \"*\"\n    }\n}\n```\n\n4. Now execute the command: (inside in the folder: `FunctionApp` )\n\n```bash\n\u003e func host start\n```\n\nThis command will generate a Endpoint API: `http://localhost:7071/api/Hello`\n\n5. Now, go to the `BlazorApp` folder and execute the command:\n\n```bash\n\u003e dotnet run\n```\n\nAnd vòilá! The application will be running correctly!\n\n## Next Steps 🏃\n\nLearn more about serverless with a Free Training!\n\n- ✅ **[Serverless Free Courses](https://docs.microsoft.com/learn/browse/?term=azure functions\u0026WT.mc_id=javascript-0000-gllemos)**\n- ✅ **[Free Courses - .NET Core C# ](https://docs.microsoft.com/learn/browse/?products=dotnet\u0026WT.mc_id=javascript-0000-gllemos)**\n\n## Important Resources ⭐️\n\n-   ✅ **[Azure Functions documentation](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=javascript-0000-gllemos)**\n-   ✅ **[Publish an ASP.NET Core app to Azure with Visual Studio Code](https://docs.microsoft.com/aspnet/core/tutorials/publish-to-azure-webapp-using-vscode?view=aspnetcore-3.1\u0026viewFallbackFrom=aspnetcore-3.0\u0026WT.mc_id=javascript-0000-gllemos)**\n-   ✅ **[Create your first function using Visual Studio](https://docs.microsoft.com/azure/azure-functions/functions-create-your-first-function-visual-studio?WT.mc_id=javascript-0000-gllemos)**\n-   ✅ **[Introduction to ASP.NET Core Blazor](https://docs.microsoft.com/aspnet/core/blazor/?view=aspnetcore-3.1\u0026WT.mc_id=javascript-0000-gllemos)**\n-   ✅ **[Host and deploy ASP.NET Core](https://docs.microsoft.com/aspnet/core/host-and-deploy/?view=aspnetcore-3.0\u0026WT.mc_id=javascript-0000-gllemos)**\n-   ✅ **[Blazor for ASP.NET Web Forms Developers](https://docs.microsoft.com/dotnet/architecture/blazor-for-web-forms-developers/?WT.mc_id=javascript-0000-gllemos)**\n-   ✅ **[Announcing .NET Core 3.0](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/?WT.mc_id=javascript-0000-gllemos)**\n\n## Questions? Comments? ❓\n\nIf you have any questions about the challenges, feel free to open an **[ISSUE HERE](https://github.com/glaucia86/dotnet-toronto-meetup/issues)**. We'll get back to you soon!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Fdotnet-toronto-meetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglaucia86%2Fdotnet-toronto-meetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Fdotnet-toronto-meetup/lists"}