by Contributed | Oct 23, 2022 | Technology
This article is contributed. See the original author and article here.
Dashboards tell a story through visualizations, and are an excellent way to view your data and see all of your most important insights at a glance. Azure Data Explorer dashboards in the web UI natively support the Kusto Query Language over data hosted in Azure Data Explorer. These dashboards will help you progress quickly from raw data to shared insights.
In the new module, you will create a dashboard from a query in Azure Data Explorer web UI. Add new tiles. Create dashboard parameters, and cross-filters for the parameters.
Create dashboards in Azure Data Explorer
More ADX MS Learn modules:
- MS Learn: Introduction to Azure Data Explorer ,
- MS Learn: Write your first query with Kusto Query Language
- MS Learn: Gain insights from your data by using Kusto Query Language
- MS Learn: Characterize an unfamiliar dataset with Azure Data Explorer – Training | Microsoft Learn
- MS Learn: Create dashboards in Azure Data Explorer – Training | Microsoft Learn
by Contributed | Oct 21, 2022 | Technology
This article is contributed. See the original author and article here.
After seeing everyone in person at the San Francisco VMware Explore event, we are even more excited for Barcelona! If you want to know about Azure, the work we are doing with VMware, or just have a great conversation, we’d love to talk to you so stop by our booth! We will even have some cool stickers too.
This year we will have a bunch of sessions with Microsoft employees on stage, so if you’re building out your schedule check them out:
Microsoft Keynote: Transform your VMware Workloads with Microsoft Azure
Speaker: Jeff Woolsey, Principal PM Manager, Microsoft
Date/Time: Wednesday, November 9 @ 9:00 – 10:00 CET
Jeff will share how customers can transform their on-prem VMware environments using Microsoft Azure. Keynote attendees will learn how to:
- Address end of support for vSphere, Windows Server, and SQL Server
- Use familiar VMware skills to migrate or extend your VMware environment to the cloud, including hybrid cloud options with Azure VMware Solution and Azure Arc
- Modernize hybrid work with Azure Virtual Desktop and Horizon Cloud
In addition, here are some other Microsoft Azure-related sessions that we highly recommend for learning more about Azure + VMware:
Time, Topic
|
Session Title
|
Tuesday, November 8
11:00 – 12:00 CET
Azure VMware Solution
|
Migrate and Modernize with Cloud Solutions from Microsoft Azure VMware
|
Tuesday, November 8
11:15 – 12:45 CET
Azure VMware Solution
|
Instructor-led Hands-On Lab: Learn how to integrate Azure VMware Solution with Native Azure Services
|
Tuesday, November 8
11:45 – 12:15 CET
Azure VMware Solution
Azure Virtual Desktop
|
Hybrid, Multicloud, Windows Server & SQL Server 2012 End of Support
|
Tuesday, November 8
12:30 – 13:30 CET
Azure VMware Solution
|
What’s New in Azure VMware Solution
|
Wednesday, November 9
9:00 – 10:00 CET
Azure VMware Solution
Horizon Cloud on Azure
|
Microsoft Keynote: Transform your VMware Workloads with Microsoft Azure
|
Wednesday, November 9
10:30 – 11:30 CET
Azure VMware Solution
|
Automating Azure VMware Solution Onboarding and Configure NVA Networking Demo
|
Wednesday, November 9
12:00 – 13:00 CET
Azure Arc + vSphere
|
Bring Azure ARC to Your VMware vSphere Environments
|
Wednesday, November 9
13:00 – 13:30 CET
Azure VMware Solution
|
“Ask Me Anything” With Microsoft Azure VMware Solution Experts
|
Wednesday, November 9
13:30 – 14:30 CET
Azure Virtual Desktop
|
Maximizing Azure Virtual Desktop performance with Intel powered VM’s
|
Wednesday, November 9
15:00 – 16:00 CET
Azure VMware Solution
Azure Virtual Desktop
|
Hybrid & Multicloud Innovation with Microsoft
|
Wednesday, November 9
15:15 – 16:45 CET
Azure VMware Solution
|
Instructor-led Hands-On Lab: Learn how to integrate Azure VMware Solution with Native Azure Services
|
by Scott Muniz | Oct 21, 2022 | Security, Technology
This article is contributed. See the original author and article here.
CISA, the Federal Bureau of Investigation (FBI), and the Department of Health and Human Services (HHS) have released a joint Cybersecurity Advisory (CSA), #StopRansomware: Daixin Team to provide information on the “Daixin Team,” a cybercrime group actively targeting U.S. businesses, predominantly in the Healthcare and Public Health (HPH) Sector, with ransomware and data extortion operations. This joint CSA provides Daixin actors’ tactics, techniques, and procedures (TTPs) and indicators of compromise (IOCs) obtained from FBI threat response activities and third-party reporting.
CISA encourages HPH Sector organizations to review #StopRansomware: Daixin Team and to apply the recommended Mitigations. See StopRansomware.gov for additional guidance on ransomware protection, detection, and response.
by Scott Muniz | Oct 21, 2022 | Security, Technology
This article is contributed. See the original author and article here.
Cisco has released a security update to address vulnerabilities affecting Cisco Identity Services Engine (ISE). A remote attacker could exploit some of these vulnerabilities to take control of an affected system. For updates addressing high and low severity vulnerabilities, see the Cisco Security Advisories page.
CISA encourages users and administrators to review Cisco Advisory cisco-sa-ise-path-trav-Dz5dpzyM and apply the necessary updates.
by Contributed | Oct 21, 2022 | Technology
This article is contributed. See the original author and article here.
Microsoft.Data.SqlClient 5.1 Preview 1 has been released. This release contains improvements and updates to the Microsoft.Data.SqlClient data provider for SQL Server.
Our plan is to provide GA releases twice a year with two or three preview releases in between. This cadence should provide time for feedback and allow us to deliver features and fixes in a timely manner. This third 5.0 preview includes fixes and changes over the previous preview release.
Fixed
- Fixed
ReadAsync()
behavior to register Cancellation token action before streaming results. #1781
- Fixed
NullReferenceException
when assigning null
to SqlConnectionStringBuilder.Encrypt
. #1778
- Fixed missing
HostNameInCertificate
property in .NET Framework Reference Project. #1776
- Fixed async deadlock issue when sending attention fails due to network failure. #1766
- Fixed failed connection requests in ConnectionPool in case of PoolBlock. #1768
- Fixed hang on infinite timeout and managed SNI. #1742
- Fixed Default UTF8 collation conflict. #1739
Changed
- Updated
Microsoft.Data.SqlClient.SNI
(.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime
(.NET Core/Standard dependency) version to 5.1.0-preview1.22278.1
. #1787 which includes TLS 1.3 Support and fix for AppDomain crash in issue #1418
- Changed the
SqlConnectionEncryptOption
string parser to public. #1771
- Converted
ExecuteNonQueryAsync
to use async context object. #1692
- Code health improvements #1604 #1598 #1595 #1443
Known issues
- When using
Encrypt=Strict
with TLS v1.3, the TLS handshake occurs twice on initial connection on .NET Framework due to a timeout during the TLS handshake and a retry helper re-establishes the connection; however, on .NET Core, it will throw a System.ComponentModel.Win32Exception (258): The wait operation timed out.
and is being investigated. If you’re using Microsoft.Data.SqlClient with .NET Core on Windows 11, you will need to enable the managed SNI on Windows context switch using following statement AppContext.SetSwitch(“Switch.Microsoft.Data.SqlClient.UseManagedNetworkingOnWindows”, true);
to use TLS v1.3 or disabling TLS 1.3 from the registry by assigning 0
to the following HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.3ClientEnabled
registry key and it’ll use TLS v1.2 for the connection. This will be fixed in a future release.
For the full list of changes in Microsoft.Data.SqlClient 5.1 Preview 1, please see the Release Notes.
To try out the new package, add a NuGet reference to Microsoft.Data.SqlClient in your application and pick the 5.1 preview 1 version.
We appreciate the time and effort you spend checking out our previews. It makes the final product that much better. If you encounter any issues or have any feedback, head over to the SqlClient GitHub repository and submit an issue.
David Engel
Recent Comments