Send bug report from azure - azure

I want to send emails to myself from azure with error and its details when server receives 500 error.
I don't wont to receive messages that something happened (events works the same if I am not mistaken).
Is it possible?
I know that I can find all errors with details in https://{site-name}.scm.azurewebsites.net/websitelogs/#/detailederrors
But how to get text from new file I don't know.
Please help me.
EDIT 1.
I found streaming logs - Recent -> {site-name} -> tools -> streaming logs.
Here I can see all errors in real time. But I can't find where I can send these errors in my email.

I think the web app dashboard does not support alerting directly. You should activate application insights on your web app and then you'll be able to configure email alert on failed request.
This page will help you with working with application insights alerts: https://azure.microsoft.com/en-us/documentation/articles/app-insights-alerts/
Hope this helps,
Julien

Related

Application Insight monitor and send alerts on status code 500?

I'm new to Azure.
What I want to do is monitor X amount of pages and if any of those return status code 500 I want to send out an email and/or SMS. Is this possible to do with Application Insight?
If so, could you link me to a good documentation,
if not, what would be a good option for what I want to achieve? Are there other softwares etc.
You can get this functionality by creating alerts in Azure Application Insights.
Smart Detection in Application Insights can help you in sending the email notifications for performance issues or failure anomalies e-g errors with status 500 code. Read up on this here: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/proactive-failure-diagnostics

settings in slack that gives you access to the bot [Zapier]

I am new to Zapier. There is some steps in Zap that integrates it with Slack. When someone pushes files from Slack, Slack Bot sends message like "XYZ files have been successfully uploaded to Encompass" but actually the files are not getting uploaded in Encompass.
I am wondering if the Slack Bot sends message but why files are not getting uploaded in Encompass.
Could somebody helps me with this issue? Do I need to do anything in Slack setting to make that work?
But I am not able to see settings in Slack, I can see just Administration.
Thank you in advance! I would really appreciate the help!
I am in need to fix it immediately.

Why the test in web chat bot not responding

Completed build the web bot app in Microsoft Azure. It runs fine in the bot emulator locally. But in the azure , in the beginning it doesn't respond to the question asked. Now it keeps me waiting for the bot to ready.
Issue is listed as:
There was an error sending this message to your bot: HTTP status code InternalServerError
There was no option to update QnAKnowledgebaseId,QnAAuthKey and QnAEndpointHostName and hence I manually added those field.
When did I go wrong and how do I get it working in Azure?
Couple of things to note:
Please ensure you have updated the Messaging endpoint correctly as described in the picture below:
Make sure you have updated the MS App ID and password correctly, also the QNAKnowledgeBaseID in the configuration section like below:
If still doesn't help , please connect application Insights to your bot in order to see the innerExceptions of this InternalServerError. With app insights you can see the Failed Requests the exceptions and the specific platform errors.
Hope it helps, feel free to tag me in your conversation and share the code repo , will help further.

Publishing UWP App with Edge and Chrome extension

for a my UWP App I have created an extension for Edge and Chrome.
I have tried to create a new submission to the store but I have received the following errors:
com.microsoft.edge.extension is a reserved extension type. Your app does not have permission to use this extension type. To request permission, please use our extension submission form: https://aka.ms/extension-request
Your developer account doesn’t have permission to submit apps converted with the Desktop Bridge at this time. https://aka.ms/desktopbridgeforwindowsstore
I have fill the module at https://aka.ms/extension-request and at https://aka.ms/desktopbridgeforwindowsstore but, after 1 month, I didn't received any response.
Somebody know what I have to do in order to continue with the submission?
Does somebody have any experiences on that?
P.S.: I have sent a post at the MSDN forum and I have asked support at the Microsoft Answers but anybody was able to help me on that.
Thank you,
Regards,
MatVic

Azure Application Insights Alert Emails

Is it possible to include the stack traces and the http headers of an error that is sent to an email from a triggered alert? The use case is more so for convenience to avoid having to go to the dashboard to get a full diagnosis of the issue and instead only having to look at the email to get a good idea what went wrong.
Thank you!
If my understanding is right, it is possible.
When you create an Insights Alert, you could enable notify.

Resources