I am receiving this "Average Server Exceptions" email alert and a lot of other people in our organization is receiving them. I was trying to check where is it defined and configure the people that should receive these emails. Is it sent by "Smart Detection" Abnormal rise in exception volume rule?
Update:
In azure portal -> your application insights -> Alerts blade, click the View classic alerts button:
Then in the Alert(classic) page, check the alerts which contains a condition like Server exceptions > 1 Count:
Then click the alert, you can see the details(like set condition, email):
And the last, this is the email I received:
You can click this blue button View application in Azure portal in the email, and it will direct you to where the alert defined.
Besides that, you can go to azure portal to see where it is defined. Two places:
1.smart detection: in your app insights in portal -> smart detection blade-> settings -> Failure Anomalies, then click it to see the rule details:
check the rule details:
2.Alert: go to portal -> Alerts, check if any rule are there:
If no rules there, you can click the View classis Alerts button, then check if any rules are there. If it has a rule, click it to see details:
Related
Today my scheduled backup failed and I had to go to the portal to know the reason or monitor the status.
Instead is there a way to configure Backup alerts that notify me the status?
There is no direct option to select backup failed alerts in Alerts blade as of now however as an alternative you can follow below options to achieve Backup Alerts.
To create the rule, navigate to App Service --> Monitoring --> Alerts.
Click on New alert rule
Resource will be automatically selected and can edit too.
Next step click on select condition. This will take you to configure signal logic.
Signal Type – All , Monitor Service – All, Select “All Administrative operations" signal name.
Select Chart period, Select Alert Logic, Event Level – Error, Status - Failed.
This rule gives all the administrative failed alerts including backup failed alerts with a detailed email.
Then select Action Group if you already have one otherwise click on create action group and create one.
After adding action group edit click on Email Alert to enter Email or Phone number. Click ok and save changes.
Then add alert rule name and select resource group in Alert rule details
Once you create alert rule you will receive and email like below
Activity log rules take 5 minutes to activate.
You can manage the alert rules by going to Monitoring --> Alerts --> Manage alert rules.
Once the action is triggered you will receive an email notification with detailed description. The below screenshot is an informational level email but as you have enabled for failed operations you will receive an email once an operation is failed.
I created an alert on activity log as described in this link
There is an option to set Event initiated by filter to any email id or "All users and services". Is there a way to set it to "All users only" (and not any service/service principal). Basically I want to trigger alert if any user changes a setting and not a service principal.
Unfortunately, this isn't supported in Activity Log Alerts.
Activity log Alerts does string compare on the values of the rule and the event,
so it needs explicit (or no) values.
Possible workaround:
If you have the list of all users emails-
you can create an Alert rule with containsAny via ARM Template.
otherwise, Log Search Alerts should work.
In the Azure Portal, in certain scenarios when it prompts me to open a URL in a new tab, I get a 403 error.
"Error 403 - This web app is stopped"
I have followed the help link on that page (https://blogs.msdn.microsoft.com/waws/2016/01/05/azure-web-apps-error-403-this-web-app-is-stopped/), but none of these issues (see footnote for issues) apply to me.
Specific examples of when I get this message:
In an app service > App Service Diagnostics > Collect Memory Dump: the report is available to view in a pop-out URL. When I click on the link, it opens a new browser tab and I can see from the url that it's attempting an oauth sign-in, which eventually displays the 403 page.
In an app service > App Service Editor (Preview), when I click on the "Go" link, as before, it opens a new browser tab and I can see from the url that it's attempting an oauth sign-in, which eventually displays the 403 page.
In both cases, it redirects to a https://****.sso.azurewebsites.net url which displays the 403 message.
Any suggestions?
Footnote: According to that url, there are 3 conditions that can cause this error to be presented.
The site has reached a billing limit and your site has been disabled.
The Website has been stopped in the portal.
The Azure Website has reached a resource quota limit that applies to either Free or Shared scale modes.
Based on Ivan's comment, I checked my role settings. I was a Contributor for this Azure subscription. Since I changed it to an Owner (via Access control IAM > Role Assignments), it now works as expected.
It's frustrating that this is not made obvious in the Azure Portal.
In my case, There were network IP restrictions applied to the site. So I was getting the same error above from my home network. You can check the rules by going to the properties tab. To modify, go to Networking->Configure access restrictions.
If you are only getting the error when you open a new tab, it could be a problem with the maximum number of connections.
Are you running in debug mode? For Basic and below the maximum number of debug connections is 1.
I'm just curious about the SBO Mailer and gmail smtp server setting.
How can I send email directly from sap users email id instead of only using the sbomailer username email id?
Thanks.
Regards
To open the SAP Business One Service Manager window, in the
Microsoft Windows task bar, double-click the Service Manager icon
Alternatively, in Windows, choose Start → All Programs → SAP Business One → Server Tools → Service Manager.
From the Service dropdown list, select Job Service - Mailer.
Choose (Play) and select the
Start when operating system starts checkbox.
Define your mail settings;
In the SAP Business One Service Manager window, choose the Settings
button.
The General Settings window appears.
SMTP Server — Enter the name or IP address of your outgoing mail
server. To make changes in this field later, you must stop the Mailer
service.
SMTP Port — Specify the port number for mail services.
Encoding — Select the language for e-mail text.
HTML direction right-to-left — Select this checkbox if you are using
a right-to-left language to define the direction of the e-mail text.
Include Subject in Message Body — Select this checkbox to include the
subject line in the body of the message.
Fax Settings — Select the required fax service. (not required for you)
Scheduled Report Settings - Specify the required information for
configuring SBO Mailer for report scheduling and mailing. (Not required for you)
Connect to the database:
In the SAP Business One Service Manager window, from the Service dropdown list, select SBO Mailer, and then choose the Connection button.
In the Connection Settings Window, do the following:
To connect to a database, specify a valid user name and password.
To use Windows Authentication, select the Use Trusted Connection checkbox.
Choose the OK button.
Select a database by clicking the database button
Select the database you want to enable mailing services for and then choose the OK button.
Set the Mail processing schedules:
By Intervals — Sets mail and fax processing to start regularly every x hours and y minutes.
On Specific Date — Defines mail and fax processing for a specific date and time.
Daily — Sets mail and fax processing for a fixed hour of each day.
Weekly — Sets mail and fax processing for a fixed hour on a fixed day of each week.
Monthly — Sets mail and fax processing for a fixed hour on a fixed day of each month.
You can now proceed to define the email signature settings. To access the email signature settings, from the SAP Business One Main Menu, choose Administration → System Initialization → E-Mail Settings.
IMPORTANT: Make sure the email you use in the mailer also exists in the following area:
Administration → System Initialization → Company Details → At the bottom there is an email field. it must be the same with the SBO Mailer set email
This is a Gmail behavior. The solution is to use the gmail SMTP RELAY instead of authenticating using a gmail account.
Configure IP address based authentication in gmail using your external IP address or address ranges.
in SAP B1 use smtp-relay.gmail.com on port 25 and anonymous authentication (no TLS) for the SMTP server.
for info on setting up gmail smtp realay see -https://support.google.com/a/answer/2956491?hl=en
Sign in to your Google Admin console.
Sign in using an administrator account, not your current account
From the Admin console Home page, go to Apps G Suite Gmail Advanced settings.
Tip: To see Advanced settings, scroll to the bottom of the Gmail page.
On the left, select the top-level organization. See Tailor advanced settings for Gmail for more details.
Note: You can configure the SMTP relay service setting for the top-level organization only. You can view the setting from the sub-organization level when it's added, but you can't add, edit, or delete the setting from the sub-organization level.
Scroll to the SMTP relay service setting in the Routing section, hover over the setting, and click Configure. If the setting is already configured, hover over the setting and click Edit or Add another.
There is an email sending when new user added to site groups. It is sending custom email format "A new user had been added to XXX Section group of the Communities, the user's name is Matthew . The Member # of the user is 3493100". I don't understand how this is happen. Our customer center and sharepoint admin only getting these emails. Now they want to their id from emails sending list. I think my previous colleague written this task.
How can I find this program or feature or event to remove email id? Please need help.
It sounds like it you have automatic group access turned on.
You can disable it by going to the group:
Site Actions -> Site Settings -> People and groups -> Select the group -> Settings -> Group Settings
Then under "Membership Requests" turn off auto accept requests, or clear the email.
The other option is to remove the access request email
Site Actions -> Site Settings -> Site permissions -> Manage access requests
Remove the email or the options from the menu
http://technet.microsoft.com/en-us/library/cc288540(office.12).aspx
Manage alerts On the Site Settings
page for the Web site, under
Administration, click Go to Site
Administration.
Under Management and Statistics, click
Manage user alerts.
On the Manage User Alerts page, select
a user name in the Display alerts for
_ box, and then click Update.
To delete an alert, select the check
box next to the alert, and then click
Delete Selected Alerts.
See the group setting of the group where you are adding new users?
There must be checked the option of sending emails when user will be added.
I have dll that running when ever user added to groups. I removed email id from there.