使用VS code 创建 Azure Functions,从blob触发,解析,发送至Service Bus
场景: 某设备定时于每天23:00左右将一天的运行日志.devicelogtxt上传到Azure Blob,期待Blob文件上传后, 自动通过Azure Functions 解析文件并将文件内容写入到服务总线Service Bus的队列中。 上传的文件格式为: 步骤: 下载并安装VS Code; 下载VS Code 扩展:Azure Account/Funxtions/Nuget; 将VS Code Azure 调整成Azure-China; 在VS Code上登录Azure China账号; 下载安装Azure Functions Core Tools以便进行本地调试; 在Azrue Portal上准备Functions/Blob/Service Bus 环境; 在VS Code创建Functions; 在本地调试Functions; 使用VS …