Fixing: Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version. Paid Members Public
When working with Azure DevOps, or locally sometimes with Visual Studio, you may get the following error if there's a mismatch. It can depend on what versions of the SDK you've got on your machines, either local or build agent. Unable to locate the .NET Core
Azure Functions and secure Configuration with built-in integration to Azure Key Vault Paid Members Public
Azure Functions are usually tied to an Azure Storage Account by using App Settings. Unfortunately, when launching a new Function App project in Visual Studio, or watching demos and examples online, the connection string usually is in App Settings in plain text. In this post I'm sharing a
Automate Azure DevOps code security analysis with the Microsoft Security Code Analysis extensions Paid Members Public
This post is about increasing automated security posture with Azure DevOps by using the "Microsoft Security Code Analysis [https://secdevtools.azurewebsites.net/] extension", which is a set of tasks that helps implement security analysis of your files and code in your pipelines. Microsoft have done an amazing job
Use Azure Monitor to get Network Insights and Storage Insights Paid Members Public
At Microsoft Ignite 2019 in Orlando, there was a plethora of interesting announcements. Some which are already available in your Azure subscriptions to try out. Two of these, which also are some favorites of mine to keep tabs on my resources easier across subscriptions, are the Network Insights and Storage
Diagnosing and troubleshooting configuration and application errors in Azure App Services Paid Members Public
Launching new websites, services and applications in the cloud is easy. However, the fact that getting something up and running is easy, doesn't mean that it's sufficient for an enterprise-grade or distributed-scale application to operate in the long run. Designing the solution architecture, infrastructure and configuration
Deleting Microsoft Sentinel but keep the ingested data Paid Members Public
In this post I'm sharing a tip about how you can remove the Azure Sentinel service, but keep your ingested data in Log Analytics so you can actually keep working with the data for reports and auditing reasons.
Using Azure Key Vault Secrets from your DevOps pipelines Paid Members Public
When working with Azure DevOps, there's a lot of options and configurations to tailor the service exactly to the needs of your organization. Part of the responsibilities that lie on the ones that managed these pipelines is to ensure that you don't spill the beans -
Log custom application security events in Azure Log Analytics which are ingested and used in Microsoft Sentinel Paid Members Public
A powerful capability of the Azure Sentinel [https://azure.microsoft.com/services/azure-sentinel/?WT.mc_id=ES-MVP-4021705] service is that you can ingest data from a wide variety of sources. Using Connectors [https://docs.microsoft.com/en-us/azure/sentinel/quickstart-onboard?WT.mc_id=ES-MVP-4021705#connect-data-sources] , you can even ingest data
Recent comments