Using Logic Apps to build simple APIs
Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...
Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...
Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...
Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...
Lately, I have been playing with Azure Functions. Since the release of v3 runtime, I noticed a really cool thing which signifies a nice progress in overall A...
A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
With the recent release of Azure Functions Runtime 2.0, WebJobs SDK 3.0 got released alongside. WebJobs SDK is the backbone of Azure Functions, however it ca...
Recently, when deploying a project, we have hit an interesting issue - when we deployed an ASP.NET Core 2.1 application with HTTPS redirection middleware wit...
Recently, we had a project which required us to connect to a MySQL server from .NET Core with a client certificate authentication. While this seemed fairly t...
I have been recently working on an internal project which allows people to authenticate into a Wi-Fi with Azure AD and other various methods through a captiv...
When you attempt to deploy an ASP.NET Core project to App Service on Linux, you may run into an error during the build process - Object reference not se...
In this article we are going to take a look at options on how to deploy a standard PHP application to Azure App Service. This article is split into two parts...
Recently I have been working on a project in ASP.NET Core and DotVVM accompanied by a WebJob using Azure WebJob SDK. The idea behind publishing was that...
cURL is one of the most common ways to make HTTP requests from PHP code. When you make regular http:// calls everything is alright, but when you decide to go...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...
I have been wandering around the web trying to find some more information about geographically scaling web applications with both web and database tier. With...
One of the most pain points during PHP development is usually debugging for me. Quite frankly, I hate to run and debug PHP applications on my local machine, ...
About a year ago, I posted about Microsoft Authentication Graph Helpers. While it set an example on how to standardize identity setup in ASP.NET Core project...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...
I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...
Recently, when deploying a project, we have hit an interesting issue - when we deployed an ASP.NET Core 2.1 application with HTTPS redirection middleware wit...
I have recently stumbled across a bug in iOS 12 preview which sort of breaks existing sites which make use of OpenID Connect middleware in ASP.NET Core 2.1.
Recently, we had a project which required us to connect to a MySQL server from .NET Core with a client certificate authentication. While this seemed fairly t...
When authenticating a user, you might want to persist the state through the authentication request - for example whether the user is authenticating for some ...
I have been recently working on an internal project which allows people to authenticate into a Wi-Fi with Azure AD and other various methods through a captiv...
We have been migrating couple of projects to ASP.NET Core 2.0 recently. Amongst the major changes in ASP.NET Core 2.0, probably the biggest change has been d...
Sometimes, when browsing Microsoft’s sites, you can run into some weird errors - like Bad Request - Request too long or sometimes even Connection refused. Th...
Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...
Since Microsoft's Azure AD got the Business-to-Business (B2B) functionality, it has enabled a broad variety of new scenarios to be developed. It for example ...
When you attempt to deploy an ASP.NET Core project to App Service on Linux, you may run into an error during the build process - Object reference not se...
When I was writing a web application with ASP.NET Core with Azure AD and Microsoft Graph, I ran into a very interesting issue - the identity cookies would ge...
Whenever you are collecting a date with Application Insights, it might be handy to have the ability to filter the telemetry based on currently signed in user...
While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...
Recently I have been working on a project in ASP.NET Core and DotVVM accompanied by a WebJob using Azure WebJob SDK. The idea behind publishing was that...
I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...
If you want to programmatically set permissions to documents in SharePoint - it is quite simple, just use Microsoft Graph. If you want to set those permissio...
Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...
About a year ago, I posted about Microsoft Authentication Graph Helpers. While it set an example on how to standardize identity setup in ASP.NET Core project...
About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...
I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...
I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...
We have been migrating couple of projects to ASP.NET Core 2.0 recently. Amongst the major changes in ASP.NET Core 2.0, probably the biggest change has been d...
Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...
Since Microsoft's Azure AD got the Business-to-Business (B2B) functionality, it has enabled a broad variety of new scenarios to be developed. It for example ...
While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...
When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...
Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...
Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...
Lately, I have been playing with Azure Functions. Since the release of v3 runtime, I noticed a really cool thing which signifies a nice progress in overall A...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
I previously wrote about the possibility of remote debugging PHP apps in Microsoft Azure using ngrok. This solution wasn't much secure and required the use o...
When you attempt to deploy an ASP.NET Core project to App Service on Linux, you may run into an error during the build process - Object reference not se...
I am sure you have heard of App Service's feature called Local Cache, which allows to cache all the files locally on the instance instead of pulling them fro...
During Build 2017, Microsoft announced bunch of new features for App Service on Linux. One of those features announced was support for SSH support directly i...
In this article we are going to take a look at options on how to deploy a standard PHP application to Azure App Service. This article is split into two parts...
If you have been watching Connect(); or if you read the Azure blog, you should be aware by now, that Azure has recently introduced a pretty cool service call...
Hi friends! Happy April Fools’ Day! Recently, Microsoft added a new feature to Azure Functions called Custom Handlers. It basically allows you to write Azure...
I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...
I previously wrote about the possibility of remote debugging PHP apps in Microsoft Azure using ngrok. This solution wasn't much secure and required the use o...
Sometimes, when browsing Microsoft’s sites, you can run into some weird errors - like Bad Request - Request too long or sometimes even Connection refused. Th...
In this article we are going to take a look at options on how to deploy a standard PHP application to Azure App Service. This article is split into two parts...
cURL is one of the most common ways to make HTTP requests from PHP code. When you make regular http:// calls everything is alright, but when you decide to go...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...
One of the most pain points during PHP development is usually debugging for me. Quite frankly, I hate to run and debug PHP applications on my local machine, ...
Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...
I previously wrote about the possibility of remote debugging PHP apps in Microsoft Azure using ngrok. This solution wasn't much secure and required the use o...
When you attempt to deploy an ASP.NET Core project to App Service on Linux, you may run into an error during the build process - Object reference not se...
I am sure you have heard of App Service's feature called Local Cache, which allows to cache all the files locally on the instance instead of pulling them fro...
During Build 2017, Microsoft announced bunch of new features for App Service on Linux. One of those features announced was support for SSH support directly i...
If you have been watching Connect(); or if you read the Azure blog, you should be aware by now, that Azure has recently introduced a pretty cool service call...
Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...
I have been recently working on an internal project which allows people to authenticate into a Wi-Fi with Azure AD and other various methods through a captiv...
I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...
I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
I have recently stumbled across a bug in iOS 12 preview which sort of breaks existing sites which make use of OpenID Connect middleware in ASP.NET Core 2.1.
When authenticating a user, you might want to persist the state through the authentication request - for example whether the user is authenticating for some ...
We have been migrating couple of projects to ASP.NET Core 2.0 recently. Amongst the major changes in ASP.NET Core 2.0, probably the biggest change has been d...
When I was writing a web application with ASP.NET Core with Azure AD and Microsoft Graph, I ran into a very interesting issue - the identity cookies would ge...
I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...
Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...
When you build a regular web app in ASP.NET Core, you can easily hook bunch of tools to it in order to be able to generate OpenAPI definitions. With Azure Fu...
Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...
Hi friends! Happy April Fools’ Day! Recently, Microsoft added a new feature to Azure Functions called Custom Handlers. It basically allows you to write Azure...
Lately, I have been playing with Azure Functions. Since the release of v3 runtime, I noticed a really cool thing which signifies a nice progress in overall A...
I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...
I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...
Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
Recently, we had a project which required us to connect to a MySQL server from .NET Core with a client certificate authentication. While this seemed fairly t...
When authenticating a user, you might want to persist the state through the authentication request - for example whether the user is authenticating for some ...
I have been recently working on an internal project which allows people to authenticate into a Wi-Fi with Azure AD and other various methods through a captiv...
We have been migrating couple of projects to ASP.NET Core 2.0 recently. Amongst the major changes in ASP.NET Core 2.0, probably the biggest change has been d...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...
When you attempt to deploy an ASP.NET Core project to App Service on Linux, you may run into an error during the build process - Object reference not se...
If you have been watching Connect(); or if you read the Azure blog, you should be aware by now, that Azure has recently introduced a pretty cool service call...
Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...
When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...
A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...
I am sure you have heard of App Service's feature called Local Cache, which allows to cache all the files locally on the instance instead of pulling them fro...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
While working on a project, I stumbled upon an interesting issue - how to force the user to reauthenticate in an application - for example when accessin...
When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...
About a week ago I announced the Microsoft Authentication Graph Helpers. Since then, I decided to publish a small, but a useful enhancement to it - AzureAdAu...
I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...
I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...
I previously wrote about the possibility of remote debugging PHP apps in Microsoft Azure using ngrok. This solution wasn't much secure and required the use o...
One of the most pain points during PHP development is usually debugging for me. Quite frankly, I hate to run and debug PHP applications on my local machine, ...
Whenever I am talking to someone about JavaScript, I mostly end up hearing "callback hell" at least once during the conversation. Most of the people are unfo...
Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...
In this article we are going to take a look at options on how to deploy a standard PHP application to Azure App Service. This article is split into two parts...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
When you attempt to deploy an ASP.NET Core project to App Service on Linux, you may run into an error during the build process - Object reference not se...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
I have been recently working on an internal project which allows people to authenticate into a Wi-Fi with Azure AD and other various methods through a captiv...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
During Build 2017, Microsoft announced bunch of new features for App Service on Linux. One of those features announced was support for SSH support directly i...
If you have been watching Connect(); or if you read the Azure blog, you should be aware by now, that Azure has recently introduced a pretty cool service call...
With the recent release of Azure Functions Runtime 2.0, WebJobs SDK 3.0 got released alongside. WebJobs SDK is the backbone of Azure Functions, however it ca...
Recently I have been working on a project in ASP.NET Core and DotVVM accompanied by a WebJob using Azure WebJob SDK. The idea behind publishing was that...
I previously wrote about the possibility of remote debugging PHP apps in Microsoft Azure using ngrok. This solution wasn't much secure and required the use o...
During Build 2017, Microsoft announced bunch of new features for App Service on Linux. One of those features announced was support for SSH support directly i...
Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...
Since Microsoft's Azure AD got the Business-to-Business (B2B) functionality, it has enabled a broad variety of new scenarios to be developed. It for example ...
I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...
Since Microsoft's Azure AD got the Business-to-Business (B2B) functionality, it has enabled a broad variety of new scenarios to be developed. It for example ...
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...
I recently run into an interesting situation with authentication. Since serverless and Azure Functions are gaining more and more traction, I wanted to see if...
I initially wanted to publish this code in summer already, but in the end, I didn't have enough time to spare to do so. Do you find yourself implementing Mic...
Azure App Service has a cool feature which enables your web apps to leverage authentication and authorization without any code changes. It is actually very p...
A while ago, it has been announced that App Service on Linux has gained the ability to make use of Authentication / Authorization as well. Originally, I want...
Microsoft has really invested a lot into both Edge and Microsoft Search. However Bing is still behind a lot, especially in our Czech waters. On the other han...
As you might have heard, Microsoft has released a preview version of Microsoft Edge powered by Chromium. If you were using Chrome before and want to make a s...
Few months ago, I wrote a post about moving my blog away from WordPress to GitHub pages. While the general migration to markdown has been quite smooth, setti...
Hi everyone! Long time no hear!
One of the most pain points during PHP development is usually debugging for me. Quite frankly, I hate to run and debug PHP applications on my local machine, ...
I have been wandering around the web trying to find some more information about geographically scaling web applications with both web and database tier. With...
I have been wandering around the web trying to find some more information about geographically scaling web applications with both web and database tier. With...
I have been wandering around the web trying to find some more information about geographically scaling web applications with both web and database tier. With...
Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...
Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...
Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...
During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...
Whenever I am talking to someone about JavaScript, I mostly end up hearing "callback hell" at least once during the conversation. Most of the people are unfo...
Whenever I am talking to someone about JavaScript, I mostly end up hearing "callback hell" at least once during the conversation. Most of the people are unfo...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...
When building a Line Of Business (LOB) application, you are usually better off with implementing the customer's current Identity Provider (IdP) which could b...
Whenever you are collecting a date with Application Insights, it might be handy to have the ability to filter the telemetry based on currently signed in user...
When I was writing a web application with ASP.NET Core with Azure AD and Microsoft Graph, I ran into a very interesting issue - the identity cookies would ge...
In this article we are going to take a look at options on how to deploy a standard PHP application to Azure App Service. This article is split into two parts...
Since Microsoft's Azure AD got the Business-to-Business (B2B) functionality, it has enabled a broad variety of new scenarios to be developed. It for example ...
Based on my previous post about B2B guest access to application, I made another sample called MyGroups. I think it demonstrates practical usage of both B2B g...
I haven't touch Node.js much lately, however, back while I have been working with it, I was always curious, how to leverage both Passport.js with Azure AD an...
I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...
I have been running this blog and bunch of other projects on a local shared hosting called WEDOS for something over 3 years. They offer some great services f...
I have recently stumbled across a bug in iOS 12 preview which sort of breaks existing sites which make use of OpenID Connect middleware in ASP.NET Core 2.1.
Most of web application oriented hosters (like Azure App Service) or application hosted in Docker (in Azure, App Service on Linux), or serverless application...
A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...
A while ago, while I was browsing Kudu's setting documentation I stumbled upon a setting that caught my eye - Dynamic Cache. I have never heard or read about...
As you might have heard, Microsoft has released a preview version of Microsoft Edge powered by Chromium. If you were using Chrome before and want to make a s...
I have been a heavy user of WinSCP for quite a few years. It is a great tool whether you need to connect to FTP, SFTP or even WebDAV servers. WinSCP offers a...
I have been a heavy user of WinSCP for quite a few years. It is a great tool whether you need to connect to FTP, SFTP or even WebDAV servers. WinSCP offers a...
When you build a regular web app in ASP.NET Core, you can easily hook bunch of tools to it in order to be able to generate OpenAPI definitions. With Azure Fu...
When you build a regular web app in ASP.NET Core, you can easily hook bunch of tools to it in order to be able to generate OpenAPI definitions. With Azure Fu...
Logic Apps are Microsoft’s solution for integrations and also a codeless development platform (declarative). If you heard of Microsoft Power Automate (former...
About a month ago, I refreshed my device - Dell XPS13 with Surface Pro X. The major difference between these two for me was ARM64 processor architecture, whi...
About a month ago, I refreshed my device - Dell XPS13 with Surface Pro X. The major difference between these two for me was ARM64 processor architecture, whi...
About a month ago, I refreshed my device - Dell XPS13 with Surface Pro X. The major difference between these two for me was ARM64 processor architecture, whi...
Microsoft has really invested a lot into both Edge and Microsoft Search. However Bing is still behind a lot, especially in our Czech waters. On the other han...
Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...
Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...
If you want to programmatically set permissions to documents in SharePoint - it is quite simple, just use Microsoft Graph. If you want to set those permissio...
If you want to programmatically set permissions to documents in SharePoint - it is quite simple, just use Microsoft Graph. If you want to set those permissio...