by Scott Muniz | Jul 17, 2020 | Azure, Microsoft, Technology, Uncategorized
This article is contributed. See the original author and article here.
Final Update: Friday, 17 July 2020 21:11 UTC
We’ve confirmed that all systems are back to normal as of 07/17, 20:30 UTC. Our logs show the incident started on 07/17, 19:20 UTC and that during the 1 hour and 10 minutes that it took to resolve the issue some customers with Application Insights resources in South Central US geographical region may have experienced intermittent metrics data gaps and incorrect alert activation.
- Root Cause: The failure was due to an issue in one of our dependent services.
- Incident Timeline: 1 hour and 10 minutes – 07/17, 19:20 UTC through 07/17, 20:30 UTC
We understand that customers rely on Application Insights as a critical service and apologize for any impact this incident caused.
-Sindhu
Initial Update: Friday, 17 July 2020 20:14 UTC
We are aware of issues within Application Insights and are actively investigating. Some customers with Application Insights resources in South Central US geographical region may experience intermittent metrics data gaps and incorrect alert activation.
- Work Around: None
- Next Update: Before 07/17 22:30 UTC
We are working hard to resolve this issue and apologize for any inconvenience.
-Sindhu
by Scott Muniz | Jul 17, 2020 | Azure, Microsoft, Technology, Uncategorized
This article is contributed. See the original author and article here.

This week we held POWERful DEVs Conference, the first virtual conference of its kind. There was a showcase of how developers can leverage the Power Platform to build applications faster and with far less effort. Checkout the link above to the conference agenda and head over to the Microsoft Channel 9/Microsoft Developer You Tube channel to see all of the content on demand.
Content Round Up
How to Run Custom Scripts on Azure Arc Enabled Servers
Thomas Maurer
With the latest update for Azure Arc for Servers, you are now able to deploy and use extensions with your Azure Arc enabled servers. With the Custom Script extension, you can run scripts on Azure Arc enabled servers and works similar to the custom script extension for Azure virtual machines (VMs). There is an extension for Windows and Linux servers, which is a tool that can be used to launch and execute machine customization tasks post configuration automatically.
Creating Custom Connector from Azure Functions with Swagger
Justin Yoo
This post shows how to create a custom connector from Swagger document, automatically generated from Azure Functions instance on-the-fly, and how to apply the custom connector to Power Automate and Power Apps.
Manage Hyper-V VMs using PowerShell Direct
Thomas Maurer
PowerShell Direct lets you remotely connect to a Virtual Machine running on a Hyper-V host, without any network connection inside the Virtual Machine. PowerShell Direct uses the Hyper-V VMBus to connect inside the Virtual Machine. This feature is convenient if you need it for automation and configuration for Virtual Machines or if you, for example, messed up network configuration inside the virtual machine, and you don’t have console access.
Instagram Content Analysis Code Sample using Cognitive Services
Dmitry Soshnikov
In this example, we try to figure out what makes people like pictures on Instagram more. To do so, we use Cognitive Services Vision API, and some Python and Machine Learning Magic. You can easily run this sample for yourself by opening code in Visual Studio Codespaces.
Studying for AI-900
Sarah Lean
Now Artificial Intelligence, Machine Learning, is absolutely not my area of expertise, I am very much a infrastructure gal. However, I love to learn new things and stretch myself every now and again, and sitting the AI-900 exam and passing it is firmly in my sights, and I thought I’d share some of the resources I have bookmarked and am using for my study.
PowerShell Basics: How to Delete Microsoft Teams Cache for All Users
Anthony Bartolo
Sometimes there is a need to delete Microsoft Teams cache to quicken the adoption of an in-band policy change or simply troubleshoot an issue. The challenge here is that the cache for Microsoft Teams is in multiple directories. This can be done manually but would result in a slow and tedious process. Again, we turn to PowerShell to automate this process and this time it’s a one-liner that addresses this opportunity.
Azure Log Analytics for Azure Arc Enabled Servers
Thomas Maurer
In this blog post, we are going to have a quick look at how you can access Azure Log Analytics data using Azure Arc for Servers. The Azure Log Analytics agent was developed for management across virtual machines in any cloud, on-premises machines, and those monitored by System Center Operations Manager. The Windows and Linux agents send collected data from different sources to your Log Analytics workspace in Azure Monitor, as well as any unique logs or metrics as defined in a monitoring solution. When you want to access these logs and run queries against these logs, you will need to have access to the Azure Log Analytics workspace. However, in many cases, you don’t want everyone having access to the full workspace. Azure Arc for Servers provides RBAC access to log data collected by the Log Analytics agent, stored in the Log Analytics workspace the machine is registered.
Let people try your query in Microsoft Graph Explorer
Ayca Bas
Microsoft Graph Explorer is a wonderful learning space for the ones who are looking for testing Microsoft Graph APIs and reviewing the responses quickly. It provides the simple authentication where you can login, then see the response preview with your own tenant data.
Today, we will explore one of the most practical features of Graph Explorer: “Share Query“.
Manage Azure Event Hubs with Azure Service Operator on Kubernetes
Abhishek Gupta
Azure Service Operator is an open source project to help you provision and manage Azure services using Kubernetes. In this blog post, you will get a high level overview of Azure Service Operator, how to set it up, use it to provision Azure Event Hubs and deploy apps to Kubernetes which use the Azure Event Hubs cluster
Getting Started with GraphQL on Azure – Part 1
Aaron Powell
This is the first part of my GraphQL on Azure series and we look at the different ways to host a GraphQL server on Azure, and some recommendations on why different options work for different reasons.
Improving CollectionView Scrolling
Brandon Minnick
Sometimes scrolling a Xamarin.Forms.CollectionView (especially on Android) can be choppy. This post shows how to fix it!
Xamarin Podcast – July Edition
Matt Soucoup
Xamarin.Forms 4.7 is out and the Inverter Converter is all the rage!! … well … multi-value bindings are all the rage – but that doesn’t have quite the ring of Inverter Converter. This month James and Matt run down the rest of the great features in Xamarin.Forms 4.7 including how it helps you manage light and dark themes, eliminates the need for James’ image circle plug-in, and makes writing Grid row and column definitions so, so, so much easier.
by Scott Muniz | Jul 17, 2020 | Azure, Microsoft, Technology, Uncategorized
This article is contributed. See the original author and article here.
We are glad to announce that now in Azure Data Factory, you can extract data from XML files by using copy activity and mapping data flow. With such capability, you can either directly load XML data to another data store/file format, or transform your XML data and then store the results in the lake or database.
XML format is supported on all the file-based connectors as source. You can find the new “XML” option in the available format list:

When reading data from XML files, you have the flexibility to define whether to apply schema validation, to specify how to handle namespaces, and to map selective fields or reshape the hierarchy to match downstream data need.
Copy activity source example:

In mapping data flow, you can use XML as source either via an XML dataset or via inline dataset.
Data flow source example with XML dataset:

To learn more about XML support in Azure Data Factory, visit XML format in the documentation site.
by Scott Muniz | Jul 16, 2020 | Azure, Microsoft, Technology, Uncategorized
This article is contributed. See the original author and article here.
Initial Update: Friday, 17 July 2020 08:12 UTC
We are aware of issues within Application Insights and are actively investigating. Some customers may experience Data Access issue in the West UK region.
- Work Around: None
- Next Update: Before 07/17 10:30 UTC
We are working hard to resolve this issue and apologize for any inconvenience.
-Anmol
by Scott Muniz | Jul 16, 2020 | Azure, Microsoft, Technology, Uncategorized
This article is contributed. See the original author and article here.
Who says summertime marks a slowdown in new service announcements in tech? Lots to cover in this week’s Az Update including: Azure Site Recovery now supports replication with private links, Citrix and Microsoft partner to accelerate the future of work, allowing or disallowing blob public access on Azure Storage accounts, Azure Maps Power BI visual now in preview and more.
Azure Site Recovery now supports replication with private links
Azure Site Recovery, used to replicate Azure machines, VMware machines, physical machines, and Hyper-V machines, now supports Private Link use ensuring secured connectivity to Site Recovery service URLs. One private endpoint will be required in your private network for access to recovery services vault and a second endpoint for data replication to cache storage account.
Citrix and Microsoft partner to accelerate the future of work
Microsoft and Citrix agree to a multi-year agreement that will see Microsoft selecting Citrix Workspace as a preferred digital workspace solution, and Citrix will select Microsoft Azure as a preferred cloud platform, moving existing on-premises Citrix customers to Microsoft Azure to enable people to work anywhere across devices. Citrix and Microsoft will also provide joint tools and services to simplify and speed the transition of on-premises Citrix customers to Microsoft Azure.
Azure Files support and new updates in advanced threat protection for Azure Storage
Phoummala sits down with Yuri Diogenes from the Azure Security Center team to discuss the extension of advanced threat protection for Azure Storage to support Azure Files and Azure Data Lake Storage Gen2 API. Yuri details how Security alerts are triggered when anomalies in activity occur and how these security alerts are integrated with Azure Security Center and email subscription administrators with details of suspicious activity and recommendations on how to investigate and remediate threats.
Choose to allow or disallow blob public access on Azure Storage accounts
Azure Storage now supports anonymous public read access for containers and blobs. By default, all requests to a container and its blobs must be authorized by using either Azure Active Directory (Azure AD) or shared key authorization. When you configure a container’s public access level setting to permit anonymous access, clients can read data in that container without authorizing the request.
Azure Maps Power BI visual now in preview
This initial release includes the following visualization layers: Bubble layer, 3D bar chart layer, Reference layer, Custom tile layer and Real-time traffic overlay. In addition to these visualization layers, this visual also leverages built-in Power BI features, such as tooltips, color themes, as wells as filter and slicer support.
To get started you will need to enable it in the Power BI desktop app by open the options panel though File > Options and settings. Go to the Preview features options and select the Azure Maps visual. Once this is done you will also be able to use this visual in the Power BI website.
MS Learn Module of the Week

AZ-104: Manage identities and governance in Azure
A continuation from last week’s highlighted AZ-104: Prerequisites for Azure administrators learning path, this learning path shares how to manage Azure Active Directory objects, role-based access control (RBAC), subscriptions, and governance in Azure.
Let us know in the comments below if there are any news items you would like to see covered in next week show. Az Update streams live every Friday so be sure to catch the next episode and join in the live chat.
Recent Comments