copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Azure Entra - Application Registrations - Stale Entries - Microsoft Q A Identifying and managing stale entries in Azure Entra's Application Registrations can help keep your directory clean and secure Here are some steps to do this: Audit Application Usage: Navigate to the Azure Portal and go to Azure Active Directory Select "Enterprise applications" and then "All applications "
How to Retain Sign-In Logs in Entra Beyond 30 Days In this post, we’ll discuss why you should consider longer data retention, and then walk through how to set up a Log Analytics Workspace in Azure to store Entra logs for up to two years
Azure AD: Last signin of a user (older than 30days) Alternatively, you can make use of Microsoft graph to fetch that user last sign-in log like below: Your answer provided me the direction to go to! THX!! using $users = Get-MgUser -Property SignInActivity provides available Data even via the Graph Powershell Module Thanks for contributing an answer to Stack Overflow!
How do I get the Azure App Service full history? 1 Increase the retention period for your app's logs to 730 days To do this, go to the App Service logs page in the Azure portal and click Settings Under Retention, select 730 days 2 Wait for the logs to be processed This may take some time, depending on the size of your logs 3 View your app's logs
Entra ID Sign-In Logs: Extended Data Retention Beyond 30 Days with Log . . . Entra ID, formerly known as Azure Active Directory, offers an indispensable tool for monitoring user activity and detecting security threats in Microsoft 365 and Azure environments through its sign-in logs By default, these logs are retained for only 30 days
Retrieve key-values from a point-in-time - Azure App Configuration You can reconstruct the history of any key and provide its past value at any moment within the key history period (7 days for Free and Developer tier stores, or 30 days for Standard and Premium tier stores)