Data Factory Pricing

Loading view.

Events Search and Views Navigation

Search

Enter Keyword. Search for Events by Keyword.

Find Events

Event Views Navigation

List

List

Month

Day

Today

2023-05-15

May 15, 2023

-

2023-11-14

November 14, 2023

Select date.

May 2023

Mon

15

May 15, 2023 @ 8:00 am - May 17, 2023 @ 5:00 pm CEST

Techorama Belgium 2023

Kinepolis Antwerp

Groenendaallaan 394, Antwerpen, Belgium

Thu

25

May 25, 2023

Experts Live Netherlands

Congrescentrum 1931

oude engelenseweg 1, Den Bosch, Netherlands

June 2023

Thu

8

Featured

Featured

June 8, 2023 @ 8:00 am - June 9, 2023 @ 5:00 pm CEST

Data Platform Next Step

Legoland Billund

AASTVEJ 10, Billund

September 2023

Fri

8

Featured

Featured

September 8, 2023 @ 8:00 am - 5:00 pm CEST

DataScotland

Murrayfield Stadium, Edinburgh

Roseburn St,, Edinburgh, United Kingdom

Tue

12

Featured

Featured

September 12, 2023 @ 8:00 am - September 13, 2023 @ 5:00 pm CEST

SQLKonferenz

Congress Park Hanau

Schlossplatz 1, Hanau, Germany

October 2023

Sat

7

Featured

Featured

October 7, 2023 @ 8:00 am - 5:00 pm CEST

DataSaturday Holland

Kinepolis Jaarbeurs Utrecht

Jaarbeursboulevard 300, Utrecht, Utrecht, Netherlands

$25

Mon

9

Featured

Featured

October 9, 2023 @ 8:00 am - October 10, 2023 @ 5:00 pm CEST

DataMinds Connect 2023

Congres- en Erfgoedcentrum Lamot

Van Beethovenstraat 8-10, Mechelen, Belgium

Mon

9

Featured

Featured

October 9, 2023 @ 8:00 am - October 11, 2023 @ 5:00 pm CEST

Techorama NL 2023

Kinepolis Jaarbeurs Utrecht

Jaarbeursboulevard 300, Utrecht, Utrecht, Netherlands

November 2023

Tue

14

Featured

Featured

November 14, 2023 - November 17, 2023

Ignite

International Convention Centre

Celtic Manor, , Wales NP18 1HQ, Newport, South Wales

Tue

14

November 14, 2023 - November 18, 2023

Pass Data Community Summit

Washington State Convention Center

705 Pike Street, Seattle, WA, United States

Previous Events

Today

Next Events

Subscribe to calendar

Google Calendar

iCalendar

Outlook 365

Outlook Live

Export .ics file

Export Outlook .ics file

Read More

Change your Action Group in Azure Monitoring

Microsoft Fabric Community Conference

Microsoft Fabric Community Conference

Change a Action Group

Previous Article
In my previous artcile I wrote about how to create Service Helath Alerts.
In this article you will learn how to change the Action Group to add, change or Remove members(Action Group Type Email/SMS/Push/Voice)
Azure Portal
In the Azure Portal go to Monitor – Alerts – Manage Action Groups

 
 
 
 
Click on the Action Group you want to change and a new window will open.
 

Remove, Add or Change Members:

You have several options you can change:
Add a New Member
Remove a Member( click on the X below ACTIONS)
Change a Member(click on the edit details)
 
 
 
 
 

Change Member
In the new Window you can change, the name, email address or Notification Type

 
 
Fill in your email address
 
 
 
 
 
Fill in your email address and make your sure you install the Micrsosoft Azure app on your phone to receive push messages
 
 
 
 
Thanks so much for reading through this article today, and I hope you all take some time to try it out. It’s will make your life easier.

Latest Posts
Microsoft Purview Data Governance Public Preview Rolllout
How to use mssparkutils.notebook.runMultiple in Notebooks in Microsoft Fabric?
Video: Learn Live Use Data Factory pipelines in Microsoft Fabric
How to use the PySpark executor in Notebooks in Microsoft Fabric?
High Concurrency Notebook Activity in Microsoft Fabric

Feel free to leave a comment

Read More

Calculate the Last Day of the Month using SQL

Microsoft Fabric Community Conference

Calculate the Last Day

Today I needed to calculate the last day of the previous month for a Customer.

Ever heard from the function EOMONTH?
Searching on the web I came across a function I never heard from before EOMONTH, this function can be used as of SQL Server 2012.
With this function you never have to worry anymore about how many days(28,29,30,31) your month has.
The function works as follows:
Defined date:
declare @datum datetime = ‘2018.11.01’
SELECT EOMONTH(DATEADD(mm, -1, @datum)) as LastDayPreviousMonth
Getdate()
SELECT EOMONTH(DATEADD(mm, -1, getdate())) as LastDayPreviousMonth
Current Month
SELECT EOMONTH(getdate()) as LastDayCurrentMonth
 
 
 

Feel free to leave a comment

Control my Nest Thermostat on my Domoticz Server running on a Synology DiskStation

Control your Nest Thermostat  in DomoticzNormally I always write Azure related, but today I'm writing about something different, on how I can control my Nest Thermostat on my Domoticz Server (Home automation). A while ago I have upgraded my  Nest Thermostat to login...

Azure Purview MSIgnite Spring 2021 Announcements

Azure Purview Ignite 2021 AnnoucementPricing This week the Azure Purview announced that they will extend the Azure Purview offer to provision 4 Capacity Units of the Data Map for free till May 31, 2021! Charging will start on June 1, 2021. Great news for customer who...

Parameterize Linked Services in ADF

Parameterize Linked Services For my Azure Data Factory solution I wanted to Parameterize properties in my Linked Services. Not all properties are Parameterized by default through the UI. But there's another way to achieve this.    Linked Service Open your existing...

Rerun Pipeline activities in Azure Data Factory

Rerun Pipeline activities in ADF! As of today you can rerun or partially, yes you’re reading it correct partially, rerun you Azure Data Factory pipeline.Where you previously had to run the entire Pipeline again, you can now run a part of the Pipeline. This can save a...

Custom comments in Azure Synapse Analytics

Add custom comments to your Azure DevOps and Github commitsFinally ​Finally and secretly hidden, we can now add a Comment to our commits in Azure Synapse Analytics and Azure Data Factory to Azure Dev Ops. How do you activate this custom comment option in your existing...

Proud to be an ADF Hackathon winner!

Azure Data Factory HackathonAround the clock During the event 'Around the clock Azure SQL and Azure Data Factory' event on Feb 3, 2021, they kicked-off the Azure Data Factory (ADF) Hackathon. Recording of this event can be found here.Winner I submitted a ADF Pipeline...

Azure Data Factory: New functionalities and features

New functionalities and featuresLast week, a number of great new functionalities and features were added within Azure Data Factory. I would like to take you in some details in the blog below:Customer key With this new functionality you can add extra security to your...

New Microsoft Azure Certifications

Microsoft Certification by Solution Area Handy overview of the new Microsoft Azure Certifications. More details can be found here Feel free to leave a comment

Are you using Azure DevOps?

Azure DevOpsMore and more users are starting with Azure DevOps. Azure DevOps can be used for up to 5 users free of charge and is therefore a great start to start a project.    Build and Release I will not describe what Azure DevOps can do, because that is too much to...

ADF: Get Metadata Activity stopped working

Meta Data ActivityToday my pipelines in Azure Data Factory (ADF) suddenly stopped working. The output structure was not found. Quit strange while these pipelines have been running for weeks.    Invalid Template After debugging my Pipeline I found out the...

Read More

Yeah My website is Finally Live

Microsoft Fabric Community Conference

Yeah, my first built website is LIVE

The last couple of weeks I’ve been working hard to design my website and finally the moment is there. My website live and I’m really proud.
 

Building my own website
The last couple of weeks/months I’ve been working hard… to design my own website and finally the moment is there! My website is live and I’m really proud that I can show it to you.
WordPress
I have never built a website with WordPress.The last time I built a website was 10 years ago, with Joomla. I needed to learn everything from scratch and as everybody know, learning from scratch takes a while.But with some help here and there, I made the building of the website my own. Thanks in part to all the advice from my colleague Joke, thanks for this.
Divi Builder
The website is build with Divi Builder, the Divi Builder Plugin is a stand-alone Drag & Drop page builder plugin which can be downloaded from https://www.elegantthemes.com/. This builder is really ease to use and I can certainly recommend it to everyone. You better invest time in writing content than in building pages for the website.
In case you have some comments or advice about the website, just let me know.
First articles and blogs
Also hope you are going to enjoy my blogs and articles. When you like to receive the latest news, please subscribe on the website or send me a message.
Erwin

Feel free to leave a comment

Custom comments in Azure Synapse Analytics

Add custom comments to your Azure DevOps and Github commitsFinally ​Finally and secretly hidden, we can now add a Comment to our commits in Azure Synapse Analytics and Azure Data Factory to Azure Dev Ops. How do you activate this custom comment option in your existing...

ADF: Get Metadata Activity stopped working

Meta Data ActivityToday my pipelines in Azure Data Factory (ADF) suddenly stopped working. The output structure was not found. Quit strange while these pipelines have been running for weeks.    Invalid Template After debugging my Pipeline I found out the...

Calculate Workingdays including Holidays with T-SQL

Calculate Workingdays between 2 Date columnsRecently I have been getting some questions from my customers, can I calculate the number of workdays between 2 dates? Of course my answer was, yes you can. But I do want certain closing dates and holidays of our company not...

Azure Synapse Analytics

Azure Synapse Analytics  Insights for all Azure Synapse provides a breathtaking view of your data across data warehouses and big data analytics systems. Bringing these two worlds together into a single service is challenging as it requires unifying similar...

Azure Data Factory: New functionalities and features

New functionalities and featuresLast week, a number of great new functionalities and features were added within Azure Data Factory. I would like to take you in some details in the blog below:Customer key With this new functionality you can add extra security to your...

Are you using Azure DevOps?

Azure DevOpsMore and more users are starting with Azure DevOps. Azure DevOps can be used for up to 5 users free of charge and is therefore a great start to start a project.    Build and Release I will not describe what Azure DevOps can do, because that is too much to...

Microsoft Fabric pricing (Preview)

Microsoft Fabric PricingMicrosoft Fabric pricing in Public Preview is announced as of the 1 st of June.These are currently the Pay as You go pricing, later this year the Azure Reservation will follow. OneLake storage pricing is comparable to Azure ADLS (Azure Data...

High Concurrency Notebook Activity in Microsoft Fabric

Microsoft Fabric is a cloud-based platform that provides integrated data engineering and data science solutions. One of the key features of Microsoft Fabric is the support for Apache Spark, a distributed computing framework that enables large-scale data processing and...

Collection of all ADF Mapping Data Flow videos

ADF Mapping FlowDid you use the Dataflow preview functionality in Azure Data Factory? This has recently be renamed to Mapping Data Flows.  All video's which the ADF team has created, are collected. Start Here: ADF Data Flow: Overview ADF Data Flow: Data Flow...

How to enable Microsoft Fabric

Microsoft FabricI got some questions from customers that didn’t know how to enable Microsoft Fabric and that they only see Power BI Items and not the new announced Experiences. In this short blog I will explain how you can easily enable Microsoft Fabric.How to enable...

Read More

Azure Data Factory: Save a pipeline as a Template

Microsoft Fabric Community Conference

Saving a Pipeline

Another great improvement in Azure Data Factory. Saving you template!

How can you save your template?
First of all you need to connect your Azure Data Factory to  a GIT integration. Both Azure DevOps GIT and GitHub are supported. Please follow this link if you don’t have a Git Integration.
Select the template you want to save:

Name your template and save it to a Git Location of your choice:

The template you have saved can be found in Factory Resources.

With this new option it will  be easier to share Pipeline Activities with other Azure Data Factory instances.
And most important of saving your template it will save a lot of development time in your new instance.
 
Happy Saving

Feel free to leave a comment

Enable Pattern Rules in Azure Purview

How can I enable Pattern Rules?​Pattern Rules Last night I was preparing for a demo with Azure Purview. As always, I walk through all the activity hubs to see if there are any new options. This time I noticed that the Pattern Rules option was greyed out. Resource Set...

Restore a accidentally deleted Azure SQL Database

Help I deleted my Logical Server​OOPS Have you ever experienced that you accidentally deleted your Logical Server in Azure?  Because, for example, you made your Pipeline wrong. Surely. And of course you didn't have a backup in your storage either.Well I must confess...

Control my Nest Thermostat on my Domoticz Server running on a Synology DiskStation

Control your Nest Thermostat  in DomoticzNormally I always write Azure related, but today I'm writing about something different, on how I can control my Nest Thermostat on my Domoticz Server (Home automation). A while ago I have upgraded my  Nest Thermostat to login...

10 Days of Azure Synapse Analytics

10 Days of Azure Synapse AnalyticsFor the next 10 days, every day a different topic is explained about Azure Synapse Analytics. The shortest and easiest way to see how Azure Synapse Analytics can help you, to make decisions within your data landscape.Day 1...

My First Blog Post SQLSatHolland 790

Yeah, my first blog is LIVEAfter a good talk with Reza Rad from RADACAD during SQLSatHolland, I decided to start my first blog!Knowledge sharing is very important, it gives me a lot of energy. But it also gives others people in the community energies to pick up new...

Collection of all ADF Mapping Data Flow videos

ADF Mapping FlowDid you use the Dataflow preview functionality in Azure Data Factory? This has recently be renamed to Mapping Data Flows.  All video's which the ADF team has created, are collected. Start Here: ADF Data Flow: Overview ADF Data Flow: Data Flow...

A new year with a new job

Changing jobsAfter almost 11 years and 4 months I have decided to leave Axians and to start a new adventure in the new year. On January 2, 2020 I will start my day as Lead Data and AI at InsparkThe past years have flown by. I started at Eniac BI, which was...

Azure Purview March Updates

Azure Purview updatesAnnouncements Last week during SQLBITS, quite a few new updates were announced. I would like to include you in these announcements.March updates Support for SAP Business Warehouse (Preview) Blogpost:...

New Microsoft Azure Certifications

Microsoft Certification by Solution Area Handy overview of the new Microsoft Azure Certifications. More details can be found here Feel free to leave a comment

Azure Purview MSIgnite Spring 2021 Announcements

Azure Purview Ignite 2021 AnnoucementPricing This week the Azure Purview announced that they will extend the Azure Purview offer to provision 4 Capacity Units of the Data Map for free till May 31, 2021! Charging will start on June 1, 2021. Great news for customer who...

Read More

Upcoming Events