You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Add a folder dapr-components to your root folder and optionally place configuration specs for dapr in there.
Use tye run to start tye and note that there is no dapr sidecar started for the azure function project.
Further technical details
$ tye --version --> 0.11.0-alpha.22111.1+3edef5428949c518c078844d6438e5ba86fce600
If I understand correctly, Azure function projects are ignored in the Dapr Extensions:
Describe the bug
When setting up a tye.yaml with an Azure function app and the dapr extension, there is no sidecar started.
To Reproduce
sample-app
.dapr-components
to your root folder and optionally place configuration specs for dapr in there.tye run
to start tye and note that there is no dapr sidecar started for the azure function project.Further technical details
$ tye --version --> 0.11.0-alpha.22111.1+3edef5428949c518c078844d6438e5ba86fce600
If I understand correctly, Azure function projects are ignored in the Dapr Extensions:
tye/src/Microsoft.Tye.Extensions/Dapr/DaprExtension.cs
Line 29 in 5b3d7f6
The text was updated successfully, but these errors were encountered: