Skip to content

Instantly share code, notes, and snippets.

View anthonychu's full-sized avatar

Anthony Chu anthonychu

View GitHub Profile
@anthonychu
anthonychu / show-notes.md
Last active March 11, 2023 16:03
Azure Container Apps Community Live Stream – Feb 7, 2023
@anthonychu
anthonychu / images---Fri_Sep_10_2021_1631313921275.png
Last active September 10, 2021 22:52
SWA roles source function testing
images---Fri_Sep_10_2021_1631313921275.png
@anthonychu
anthonychu / bindings.md
Last active August 1, 2020 03:35
Azure Functions SQL trigger and bindings design

Azure Functions SQL Server Trigger and Bindings Design

Trigger

C#

[FunctionName("ProductUpdates")]
public async static Task Run(
    [SqlTrigger("dbo.Products", Type = SqlTriggerType.ChangeTracking,
@anthonychu
anthonychu / resources.md
Created September 18, 2019 22:11
Resources for VS Code Remote Development meetup talk
@anthonychu
anthonychu / devhub-containers-resources.md
Last active August 28, 2019 16:20
Resources for DevHub Simplifying DevOps Session - August 27, 2019 in Vancouver

Tailwind Traders Deploy to Azure Buttons

Instructions

Standalone

This method deploys the Tailwind Traders website with a SQL DB and Cosmos DB, and does not depend on backend microservices.

  • Select standalone
  • Ensure you select a region where you're allowed to deploy SQL Databases and App Services, each of those services have restrictions for internal subs.
@anthonychu
anthonychu / resources.md
Last active August 9, 2019 06:14
Vegas Azure Meetup July 2017 resources