Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions: view log stream #90

Closed
maartenba opened this issue Oct 23, 2018 · 2 comments
Closed

Functions: view log stream #90

maartenba opened this issue Oct 23, 2018 · 2 comments
Assignees
Labels
task General task
Milestone

Comments

@maartenba
Copy link
Collaborator

Similar to web apps. Connect to log stream and show in Rider. https://azure.microsoft.com/en-us/resources/videos/log-streaming-with-azure-web-sites/

@sdubov
Copy link
Collaborator

sdubov commented Jul 31, 2020

Created related ticket - RIDER-48520

@sdubov
Copy link
Collaborator

sdubov commented Jul 31, 2020

I've checked this with recent 202 upstream merge - #328. Function App log stream works. I think we can add this feature into 202.

@sdubov sdubov self-assigned this Jul 31, 2020
@sdubov sdubov added this to the 202 milestone Jul 31, 2020
@sdubov sdubov added the task General task label Jul 31, 2020
sdubov added a commit that referenced this issue Aug 6, 2020
- Enable Azure Logs Streaming from Azure Web App, Function App and Deployment Slots instances
- Add Azure Streaming Logs icons for tool window and actions in Azure Explorer nodes
- Update Logs Streaming actions logic to filter redundant actions (show "Start Streaming" action when streming is off and "Stop Streaming" action when streaming is started)
- Refactor Function App node to use WebAppBaseNode class to properly handle node actions on a Plugin side and remove redundant Rider Function App code
- Add static set of applications that has streaming logs enabled to be able to restore it when refreshing nodes or when application is restaed. Update Azure Streaming logs logic to set thee static map when logs streaming is started/stopped for a specific web, function app or deployment slot
sdubov added a commit that referenced this issue Aug 6, 2020
- Enable Azure Logs Streaming from Azure Web App, Function App and Deployment Slots instances
- Add Azure Streaming Logs icons for tool window and actions in Azure Explorer nodes
- Update Logs Streaming actions logic to filter redundant actions (show "Start Streaming" action when streming is off and "Stop Streaming" action when streaming is started)
- Refactor Function App node to use WebAppBaseNode class to properly handle node actions on a Plugin side and remove redundant Rider Function App code
- Add static set of applications that has streaming logs enabled to be able to restore it when refreshing nodes or when application is restaed. Update Azure Streaming logs logic to set thee static map when logs streaming is started/stopped for a specific web, function app or deployment slot
sdubov added a commit that referenced this issue Aug 7, 2020
- Enable Azure Logs Streaming from Azure Web App, Function App and Deployment Slots instances
- Add Azure Streaming Logs icons for tool window and actions in Azure Explorer nodes
- Update Logs Streaming actions logic to filter redundant actions (show "Start Streaming" action when streming is off and "Stop Streaming" action when streaming is started)
- Refactor Function App node to use WebAppBaseNode class to properly handle node actions on a Plugin side and remove redundant Rider Function App code
- Refactor Function App Properties presentation to use WebAppBase presentation that is shared between Web, Function apps and Deployment slots
- Add static set of applications that has streaming logs enabled to be able to restore it when refreshing nodes or when application is restaed. Update Azure Streaming logs logic to set thee static map when logs streaming is started/stopped for a specific web, function app or deployment slot
sdubov added a commit that referenced this issue Aug 7, 2020
- Enable Azure Logs Streaming from Azure Web App, Function App and Deployment Slots instances
- Add Azure Streaming Logs icons for tool window and actions in Azure Explorer nodes
- Update Logs Streaming actions logic to filter redundant actions (show "Start Streaming" action when streming is off and "Stop Streaming" action when streaming is started)
- Refactor Function App node to use WebAppBaseNode class to properly handle node actions on a Plugin side and remove redundant Rider Function App code
- Refactor Function App Properties presentation to use WebAppBase presentation that is shared between Web, Function apps and Deployment slots
- Add static set of applications that has streaming logs enabled to be able to restore it when refreshing nodes or when application is restaed. Update Azure Streaming logs logic to set thee static map when logs streaming is started/stopped for a specific web, function app or deployment slot
sdubov added a commit that referenced this issue Aug 8, 2020
- Enable Azure Logs Streaming from Azure Web App, Function App and Deployment Slots instances
- Add Azure Streaming Logs icons for tool window and actions in Azure Explorer nodes
- Update Logs Streaming actions logic to filter redundant actions (show "Start Streaming" action when streming is off and "Stop Streaming" action when streaming is started)
- Refactor Function App node to use WebAppBaseNode class to properly handle node actions on a Plugin side and remove redundant Rider Function App code
- Refactor Function App Properties presentation to use WebAppBase presentation that is shared between Web, Function apps and Deployment slots
- Add static set of applications that has streaming logs enabled to be able to restore it when refreshing nodes or when application is restaed. Update Azure Streaming logs logic to set thee static map when logs streaming is started/stopped for a specific web, function app or deployment slot
@sdubov sdubov closed this as completed Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task General task
Projects
None yet
Development

No branches or pull requests

2 participants