Experiencing Data Access issue in Azure portal for Log Analytics – 11/19 – Investigating

This article is contributed. See the original author and article here.

Initial Update: Thursday, 19 November 2020 01:20 UTC

We are aware of issues within Log Analytics and are actively investigating. Some customers may experience issues with missed or delayed Log Search Alerts or experience difficulties accessing data for resources hosted in West US2 and North Europe. 
  • Work Around: None
  • Next Update: Before 11/20 01:30 UTC
We are working hard to resolve this issue and apologize for any inconvenience.
-Saika

Customizing and extending the Project app just became more convenient!

Customizing and extending the Project app just became more convenient!

This article is contributed. See the original author and article here.

In response to your feedback on UserVoice, we are pleased to announce a change to the Project for the web licensing to allow you to customize and extend the Project app without the need to purchase additional Power Apps licenses. For many scenarios, this change makes it easier for your organization to tailor Project Plan 5, Project Plan 3, and Project Plan 1 to meet unique business needs.  The table below outlines what you can do with your subscription.  The change to licensing is effective immediately.


 


The table below only outlines these changes.  Please review the Project Service Description for further details.  


 


Custom entity table.JPG


  1  Understand model-driven app components


 

Control holiday lights with Python, Azure IoT and Power Apps

Control holiday lights with Python, Azure IoT and Power Apps

This article is contributed. See the original author and article here.

app-controlled-lights.gif


 


As the December holiday season descends, some cultures celebrate with lights, where’s other folks have breaks from school and are looking for a fun project to work on. Whatever your reason – we have a fun project for you.


 


This project uses a Raspberry Pi with W2812 programmable LEDs (also known as NeoPixels), controlled by Azure IoT Central and Power Apps to give you phone controlled holiday lights.


 


Check out the blog post for all the details:


 


Control holiday lights with Python, Azure IoT and Power Apps on Dev.to


 


This is part of a series of fun Python projects we are calling Python Fun Bites. You can find the whole series on our announcement post on Dev.to.

FSLogix 2009 version is now available

This article is contributed. See the original author and article here.

Hi FSLogix nation, Gonzalo here. We are so excited to announce that the newest FSLogix version (2009) is now available. I would invite you to install it in your environments since that addresses many issues that you were asking to get them fixed. Issues related to Cloud Cache and OneDrive are fixed here, but also, we are adding some features related to Cloud Cache and logging.


 


If you want to read more about the changes, you can read our release notes here.

Using Priority Accounts in Microsoft 365

Using Priority Accounts in Microsoft 365

This article is contributed. See the original author and article here.

Many organizations have people that are considered priority accounts for IT, such as executives, leaders, managers, and others. To help IT ensure a high quality of service and protection for these people, we have introduced capabilities in Microsoft 365 that enable an admin to tag specific users as priority accounts and then leverage app-specific features designed for them. To start with, we’ve announced two capabilities: priority account protection and premium mail flow monitoring.


 



  • Priority account protection                 These users are common targets of phishing campaigns and other cyber-attacks because they often deal with sensitive or secret information and have the added advantage (from an attacker’s point of view) of being extremely visible and researchable. Some users can also have access to critical tools and information, making them targets, as well. Microsoft Defender for Office 365 (formerly Office 365 Advanced Threat Protection) supports priority accounts as system tags that can be used in filters in alerts, reports, and investigations. Priority account protection can be configured using the Security & Compliance Center.

  • Premium mail flow monitoring         Healthy mail flow can be critical to business success, and delivery delays or failures can have a negative impact on the business. You can monitor mail flow for priority accounts and choose a threshold for failed or delayed emails, receive alerts when that threshold is exceeded, and view a report of email issues for priority accounts. Premium mail flow monitoring can be configured using the modern Exchange admin center.


 


Let’s have a closer look at the app-specific features for priority accounts.


 


Priority account protection


In response to the reality of an increasingly sophisticated and targeted threat landscape, organizations need differentiated protection for their most visible and targeted employees. These accounts require more protection and attention from security teams. Monitoring these priority accounts closely can yield early warning and important threat intelligence signals that help protect the organization. With the public preview of priority account protection in Defender for Office 365, security teams can now provide extra protection for these accounts, as described here.


 


PA2.png


 


Priority accounts are treated as a tag that can be used in filters in alerts, reports, and investigations in Defender for Office 365, as shown below.


 


PA3.png


Over the next few months, priority account protection in Defender for Office 365 will be expanded. It will be integrated with the quarantine experience, and any email targeted at a priority account will be tagged as such. It will also be easy to filter the view to see only malicious emails targeted at priority accounts. Priority accounts will also be integrated with Submission explorer; submissions from any priority account will be tagged and filterable, allowing security teams to focus first on these submissions over others.


 


You can learn more about priority account protection in Defender for Office 365 in this Ignite on-demand session.


 


Requirements for priority account protection in Defender for Office 365


Priority account protection is available in Defender for Office 365 Plan 2, including those with Office 365 E5, Microsoft 365 E5, or Microsoft 365 E5 Security.


 


Premium mail flow monitoring


Exchange Online provides premium mail flow monitoring for priority accounts. For this scenario, you can use the Microsoft 365 admin center or the modern Exchange admin center to tag a user as a priority accounts.


 


PA1.png


After adding users to the priority accounts list, you can use the Exchange admin center to monitor mail flow for them You can choose a threshold for failed or delayed emails, receive alerts when that threshold is exceeded, and view a report of email issues for priority accounts. The report allows admins to view failed events from the last 15 minutes and delayed email messages from last 6 hours that were sent to or from priority accounts (note, if no issues are found, the report will be empty).


 


Requirements for premium mail flow monitoring


Premium mail flow monitoring requires Office 365 E3, Microsoft 365 E3, Office 365 E5, or Microsoft 365 E5, along with at least 10,000 licenses and at least 50 monthly active Exchange Online users.


 


Availability of priority accounts


Priority accounts are available to all Microsoft 365 customers. A priority account is a property setting on a user account, and you can see and modify the priority accounts list using PowerShell.


 






















Scenario



PowerShell command



View list of priority accounts


get-user -IsVIP | select Identity


Add user to list of priority accounts


set-user -VIP:$true -Identity <Identity>


Remove user from list of priority accounts


set-user -VIP:$false -Identity <Identity>


 


 


You can use priority accounts only if your organization meets the app-specific requirements. If your organization meets the requirements for using priority account protection or premium mail flow monitoring, then you will see the above experiences in the admin centers. If your organization does not meet either of these requirements, you won’t see these experiences in the admin centers. In the future, more apps and services will support priority accounts, and new experiences and requirements will emerge.


 


As always, we welcome your feedback. Let us know if you have any scenarios you’d like to see us support for priority accounts.