小编adp*_*adp的帖子

.NET 5 Web 应用程序尚不支持 Application Insights

我有一个 .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。你有什么建议吗?

任何帮助都受到高度赞赏。

azure azure-application-insights .net-5

9
推荐指数
1
解决办法
1666
查看次数

Error on adding a storage share to the Azure storage account

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 …

terraform terraform-provider-azure

5
推荐指数
1
解决办法
9789
查看次数

如何直接在bash脚本中运行PowerShell核心命令?

我主要使用脚本Az CLI中的命令bash来管理Azure资源。有时,我需要使用这些PowerShell core命令,因为Az CLI版本不存在。

我想在 shell 中同时使用Az CLIPS core命令bash。我的意思是,我想要only onebash 脚本并在其中执行所有必需的命令。

您知道直接在 bash 脚本中运行PowerShell core命令的方法吗?

bash azure azure-cli azure-devops powershell-core

3
推荐指数
1
解决办法
3943
查看次数