我有一个 .Net 5.0 Web 应用部署到 Azure 应用服务 Web 应用中。
今天,我想为我的应用服务 Web 应用启用 Application Insights 实例,但由于该Application Insights is not yet supported for .NET 5 Web Apps消息,目前看起来不可能。
我不想降级到 asp.net core 3.1。你有什么建议吗?
任何帮助都受到高度赞赏。
I'm getting the following error on running terraform apply after adding an azurerm_storage_share.
Error: Error checking for existence of existing Storage Share "fileshare"
(Account "sttestforaddingfileshare" / Resource Group "resources"):
shares.Client#GetProperties: Failure responding to request: StatusCode=403
-- Original Error: autorest/azure: Service returned an error.
Status=403 Code="AuthorizationFailure"
Message="This request is not authorized to perform this operation.
\nRequestId:188ae38b-e01a-000b-35b3-a32ea2000000
\nTime:2020-10-16T11:55:16.7337008Z"
Run Code Online (Sandbox Code Playgroud)
I think the reason is most likely that Terraform tries to list existing file shares in the storage account directly accessing the storage …
我主要使用脚本Az CLI中的命令bash来管理Azure资源。有时,我需要使用这些PowerShell core命令,因为Az CLI版本不存在。
我想在 shell 中同时使用Az CLI和PS core命令bash。我的意思是,我想要only onebash 脚本并在其中执行所有必需的命令。
您知道直接在 bash 脚本中运行PowerShell core命令的方法吗?