A new video weekly series highlights specific aspects of the Azure portal so you can be more efficient and productive while deploying your cloud workloads from the portal. Each video in the series demonstrates how to take advantage of a portal feature or capability, such as: How to work with multiple accounts, directories, and subscriptions in Azure. How to create a virtual…
Tag: Azure
Going Serverless with Azure Functions & Powershell: SendGrid
In this post, we will discuss the process of creating that solution using Azure Function Apps and SendGrid to send emails based on your Powershell Functions which runs in your local machine. We will see that how can we build a serverless email solution that reports your disk usage with Azure Functions, SendGrid and Powershell. We are going to examine…
Automate Cyber Security Processes using Azure Logic Apps and Microsoft Graph Security APIs
Cybersecurity continues to be a growing concern for organizations and their board of directors. If there is an area of increased spend within IT departments, it is usually in the area of cybersecurity. Regardless of whether an organization has increased budgets or not, they should be looking to optimize that spend and use their resources as efficiently as possible. Microsoft…
Azure Maps – The Microsoft Azure Enterprise Location Platform
Azure Maps is the de facto location intelligence platform natively hosted in the Microsoft Azure cloud. Chris Pendleton, PM Lead for the service, gives us an overview of what Azure Maps is, who uses Azure Maps, how Azure Maps is being used across our customer base and how you can start using Azure Maps today. Tune in to watch the Azure…
Azure Resource Manager templates
This article describes the structure of an Azure Resource Manager template. It presents the different sections of a template and the properties that are available in those sections. The template consists of JSON and expressions that you can use to construct values for your deployment. This article is intended for users who have some familiarity with Resource Manager templates. It…
Monitor Azure Data Factory pipelines by using Azure Monitor and Log Analytics
Azure Data Factory integration with Azure Monitor enables you to route your data factory metrics to Log Analytics. Now, you can monitor the health of your data factory pipelines by using the Azure Data Factory Analytics service pack available in the Azure Marketplace. Data Integration solutions can be complex with many moving parts involving complex data factories with multiple pipelines. Monitoring provides…
Create alerts to proactively monitor your data factory pipelines
Organizations can now improve operational productivity by creating alerts on data integration events (success/failure) and proactively monitor with Azure Data Factory. Data integration is complex and helps organizations combine data and business processes in hybrid data environments. The increase in volume, variety, and velocity of data has led to delays in monitoring and reacting to issues. Organizations want to reduce…
Azure Stack IaaS
Azure Stack at its core is an Infrastructure-as-a-Service (IaaS) platform When we discuss Azure Stack with our customers, they see the value in Azure Stack providing cloud-native capabilities to their datacenters. They see the opportunity to modernize their apps and address the unique solutions Azure Stack can deliver, but they often pause as they ponder where to begin. They wonder…
Implement message-based communication workflows with Azure Service Bus
Write C# code in a custom application that sends and receives messages using Azure Service Bus topics and queues. In this module, you will: Choose whether to use Service Bus queues, topics, or relays to communicate in a distributed application Configure an Azure Service Bus namespace in an Azure subscription Create a Service Bus topic and use it to send…
Execute an Azure Function with triggers
A trigger is responsible for executing an Azure function and there are dozens of triggers to choose from. This module will you show you some of the most common types of triggers and how to configure them to execute your logic. In this module, you will: Determine which trigger works best for your business needs Create a timer trigger to…