Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 shell 脚本来在 Azure MarketPlace 中安装我的应用程序。
我想在每次安装时将我的应用程序的安装日志存储在我的存储中。
我如何使用 shell 脚本来做到这一点?
好吧,这个问题非常广泛,但最简单的方法是使用一些 SDK,比如 Azure Python sdk 将数据推送到 Azure 存储。例子。
或者,您可以使用 rest api 请求将数据推送到 Azure 存储,而无需任何 SDK。这是 REST API PUT 操作的文档。