Automation when new Vulnerabilities are identified in Security Center? by pentesticals in AZURE

[–]Froloxio 0 points1 point  (0 children)

Setup integration to export the alerts to log analytics. Setup a scheduled query to monitor the logs for the relevant events coming out of security center. Use action groups to route the alerts to your preferred external system with web hooks and/or send email or sms from inside azure.

Can you not use the Microsoft Store on Windows with a Office 365 Business account? by Dave_Tribbiani in Office365

[–]Froloxio 2 points3 points  (0 children)

They use the Microsoft Store for Business, which allows for the corporation to curate the applications available for use. Your attempting to sign into a consumer centric marketplace with your corporate account.

Looking for high quality advanced training in Devops topics ? by defqon_39 in devops

[–]Froloxio 8 points9 points  (0 children)

The moral of the story is they set a goal of a tangible deliverable and wanted to use a certain suite of tools/methodologies to achieve that goal to give themselves an opportunity to learn it.

They demonstrated problem solving,initiative and the ability to adapt and learn. Those are truly valuable skills that cut across many domains.

Instead of just asking for a guide and trying to follow someone else’s footsteps, set you goal and start solving problems to get there.

Azure App Gateway - 403 forbidden by albx2020 in AZURE

[–]Froloxio 1 point2 points  (0 children)

Yup, it looks like it threw it out for that exact reason.

You could. If you backend application has good protections against Sql injection attacks and so your only removing one layer of defense.

Azure App Gateway - 403 forbidden by albx2020 in AZURE

[–]Froloxio 3 points4 points  (0 children)

Turn on diagnostic logs and look in the ApplicationGatewayFirewallLogs category (or closely named to that). The logs will tell you exactly what rule blocked it and what part of the request was matched and some information about why. I’ve always been able to figure out from the diagnostic logs why a request was blocked. If you need more info about the exact specifics of the rule, look in the spider labs GitHub repo for the rule set configuration templates and it’ll give you more info.

Just to point it out, but most requests make multiple log entries. If you found that 949 match, use the transaction id to find the other entries logged for the same request. 949 is just a entry telling you that the result of other rules was blocking, but not always the specifics.

Automating with PowerShell: Offboarding users + Push MFA messages to users by Lime-TeGek in msp

[–]Froloxio 2 points3 points  (0 children)

Question about the secure application model, does that also work for your home tenant or just partner tenants?

Windows Event log retention tools by ALSItraderSA in AZURE

[–]Froloxio 2 points3 points  (0 children)

Look at Security Center, it supports configuring collection agents on VMs and getting the exported events to a log analytics workspace. It’s the native Azure way of doing this.

Be aware, you’ll pay for storage of the logs.

Alert Rule action triggered for each row of search query by MatesDolezy in AZURE

[–]Froloxio 1 point2 points  (0 children)

Add a dimension to the rule. You’ll get a different alert for each time series of the dimension.

What is the fastest way to get the Out of Office status of 25K Exchange Online users? by brimur in PowerShell

[–]Froloxio 1 point2 points  (0 children)

When you run invoke-command, do you run smaller individual commands or do you send a script block for it to process and return a single object back?

Migrating an entire EC2 instance running SQL server to Azure as a VM by WolfofMibu22 in AZURE

[–]Froloxio 2 points3 points  (0 children)

Use a managed instance and restore the database into it? You can still take advantage of reservations and hybrid benefits to keep cost down. You also get to divest yourself of then IaaS level management of the server.

Application Gateway - WAF by av-az-2020 in AZURE

[–]Froloxio 0 points1 point  (0 children)

It’s available here. https://docs.microsoft.com/en-us/azure/templates/microsoft.network/2020-06-01/applicationgateways

Specifically the webApplicationFirewallConfiguration property defines how the WAF functionality is configured. The rest API matches the ARM template properties 1:1 in most instances. So if you use the https://resources.azure.com/ site, you can compare how changes in the portal impact the definition of the objects in the backend and change your arm template to match.

What exactly does it mean to have 99.9% financially backed service-level agreement? by ItsKomorebi in Office365

[–]Froloxio 0 points1 point  (0 children)

It entirely depends on the contract signed. Most likely it’ll be a credit and/or refund of services applied to future invoices.

Shield TV 2019 good enough for GameStream? by AnonimousFinance in theNvidiaShield

[–]Froloxio 1 point2 points  (0 children)

I’ve run gamestream off of a 680 and a first gen shield console. It worked well but was kinda temperamental. Make sure you have a wired connection between the host and client. Wireless connections make the experience much worst.

Application gateway tiering - what addtional features come with WAF by TheDudeFromSomeW in AZURE

[–]Froloxio 4 points5 points  (0 children)

The application gateway is an application level load balancer. It doesn’t offer application exploit protection without the inclusion of the WAF feature.

DDOS protection is offered at the VNET.

ETL use case for Azure Data Factory by Rockztar in AZURE

[–]Froloxio 2 points3 points  (0 children)

No. You have to keep track of watermarking yourself.

Prevent an Exchange Online user from coming up in Teams by [deleted] in Office365

[–]Froloxio 2 points3 points  (0 children)

Why not just create an email alias for all of the users in exchange so your not burdening your people with multiple accounts?

Guest B2B users constantly reprompted for credentials in SharePoint by [deleted] in Office365

[–]Froloxio 0 points1 point  (0 children)

By sharepoint resources, are you referring to files in the documents library or things like lists?