Azure Container Apps – Creating using Terraform, which used to be challenging. Why? Because a lot of tasks required the usage of the notoriously difficult-to-use AzApi, we recently began to be able to develop Azure Container Apps utilizing only resources from the AzureRM provider. This is wonderful news! All sources are included in this article and are available for download. Enjoy! Let’s begin with the developed architecture: Azure Container Apps […]
Azure Front Door as secure Storage blobs access
Azure Front Door as secure Storage blobs access, how to do it? When using this configuration? All answers can be found below. As you probably know, this service is a global load balancer for HTTP/HTTPS traffic. You don’t need to manage resiliency, as this service is resilient by default. See what feature you can enable, using this approach: All these features can be helpful in the following scenarios: Before going […]
Azure KeyVault – RBAC as a security best practice
Azure KeyVault – RBAC as a security best practice. For those who are new to this, I hope this essay will guide you in authorizing access to Azure KeyVault. In KeyVault, there are currently two methods for specifying access to the data plane (secrets, certificates, and keys). Please see the table below: Feature Access policy RBAC Grant access to secrets/certificates/keys yes yes Grant access to specific secret/certificate/key no yes Use […]
Azure Storage Account – Making it cost-effective
Azure Storage Account – Making it cost-effective can be hard, but using my approach will be a pice of cake. Azure Storage Account is perhaps the most popular Azure service. But have you ever considered the expense of this service? Do you have a tier for your blobs? Don’t you think it would be fantastic if I told you that you could make it cost-effective in only a few minutes? […]
Terraform Brilliance – plan symbols
Terraform Brilliance contains short movies about Terraform. After running the plan command, we get the actual execution plan. The most important thing is to completely comprehend this strategy. To do so, you must be familiar with all of the symbols. Watch the video below to learn more!
Terraform Brilliance – implicit dependency quiz
Terraform Brilliance contains short movies about Terraform. Dependency episode includes a short quiz to demonstrate how to avoid mistakes by defining them implicitly. Enjoy! All videos from this series can be found here.
Terraform Brilliance – learning series, locals chapter
In the Terraform Brilliance, you can find short videos about Terraform. It might have study material or quiz content. The series’ opening video may be found here! Enjoy!. In the above video, you can learn how locals can simplify your code and make it easier to maintain. All videos from this series can be found here.
Deploy Azure App Service integrated with Azure SQL and APIM
In this article, I’ll demonstrate how to deploy the .NET 7.0 Rest API with Managed Identity and integrate it with Azure SQL. As a result, you can access Azure SQL without requiring a password in your application. Cool setup, in your perception? This is the next episode of the Network Series. Just to recap, in the Network series, I demonstrate how to expose Rest APIs using Azure API Management. Private […]
Deploy Azure Function and expose it using API Management
In this article, you will learn how to deploy Azure Function and expose it using API Management. You find a sample Azure Function and deployment pipeline. The azure function is written in dotnet 7.0 and Azure Function v4. This is the next post in the Network Series, you can find all posts in this series. Just a small recap, in the Network series, I show you how to expose Rest […]