问题标签 [azure-dev-spaces]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
28 浏览

azure-dev-spaces - azds up 似乎需要永远。有什么办法调试吗?

因此,我已经运行了一段时间的 Azure 开发空间项目。直到最近,它运行良好。现在,它停留在“同步文件”。

有什么办法可以调试发生了什么?

0 投票
2 回答
91 浏览

azure - Failed to register the Microsoft.DevSpaces provider in this subscription

I have created AKS cluster and then tried to enable the Azure Dev Spaces for this cluster. On saving the changes I am getting an error saying : Failed to register the Microsoft.DevSpaces provider in this subscription

On checking my permissions I found that I am owner for this resource group but not the subscription.

Can anyone help me to know how to fix this issue

0 投票
0 回答
755 浏览

azure-aks - 使用 Azure Dev Spaces 部署时,HealthCheck UI 无法提取详细信息

我已经开发了基于 asp.net core 3.1 的 web api,并根据以下文档实现了 HealthCheck 和 HealthCheckUI:https ://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks

在原始项目中实施它之前,我已经开发了一个 POC,它按预期工作得很好。

现在我尝试在利用 Azure Kubernetes 服务并部署在 Azure Dev Spaces 中的原始项目中做同样的事情。

这是我的代码:

启动.cs

在 Azure Dev Space 中部署上述代码时,出现以下错误:

谁能帮我知道如何解决这个问题?

0 投票
1 回答
149 浏览

azure - 在 AKS 群集下的 devspaces 中运行应用程序时出现问题

我创建了一个启用了 http 的 AKS 集群。此外,我的项目启用了开发空间以使用集群。在运行 azds 时,应用程序正在创建所有必要的部署文件(helm.yaml、charts.yaml、values.yaml)。但是我想使用带有开发空间 url 的公共端点访问我的应用程序,但是当我执行 azds list-uris 时,它只提供 localhost url,而不是启用了开发空间的 url。

有人可以帮忙吗?

我的 azds.yaml 如下所示

我遵循以下指南 https://microsoft.github.io/AzureTipsAndTricks/blog/tip228.html

AZDS up 为我的本地主机提供端点

服务 'webfrontend' 端口 80 (http) 可通过http://localhost:50597的端口转发获得

0 投票
1 回答
36 浏览

ubuntu-18.04 - KNIME 可以像 React 项目一样在 DevSpace 中使用吗?

在 Ubuntu 中使用“https://devspace.sh/”,是否可以在开发空间中使用 KNIME、Kafka 和 python 进行容器化?目前他们的文档只涉及 react、vue 和其他基于 Web 的应用程序。

0 投票
1 回答
169 浏览

azureservicebus - Mass Transit 和 Azure 服务总线:不同开发空间多次使用的消息

我以这种方式注册后发布了一条消息(评论行做了很多尝试)。我传递了一个 queuePrefix 以使用不同的开发空间,每个开发人员一个,因为应用程序是基于微服务的。Masstransit 将不同微服务的信息交换解耦

我虽然前缀就足够了,但是如果我发布一条消息,所有的开发空间都会消耗这条消息。我该怎么办?我试过订阅但没有成功。看来我走错了路