Azure Key Vault – Erro ao restaurar um certificado

Recentemente tive que fazer alguns experimentos relacionados a um Azure Application Gateway e utilizar certificados que estavam em um Azure Key Vault. Em resumo, precisava configurar um Application Gateway em uma outra Subscription para realizar alguns testes de migração de uma aplicação do cliente. Para realizar o teste mais próximo do ambiente existente, resolvi, também … Ler mais

Modificar Azure Web App Application Settings sem perder configurações

Há pouco tempo precisei modificar um parâmetro do Application Settings em mais de 50 Azure Web App e deveria ser bem simples com Powershell, pois testaria em um Web App, validaria e conseguiria replicar com algumas linhas de código. Estava enganado, pois diferentemente do Azure Portal, onde eu consigo facilmente ir no Application Settings e … Ler mais

Gerenciamento de Custos – Utilizando Powershell para coletar custos do Azure SQL

Utilizando Cost Analysis no Azure Portal, você consegue facilmente verificar os preços de Elastic Pool, Standalone databases e do SQL Server. Na imagem acima, é possível saber o custo do Elastic Pool, de $310.75, além dos valores individuais das base de dados que estão fora do Elastic Pool. E, também, um valor para o SQL … Ler mais

Azure Application Gateway

O Azure Application Gateway é um balanceador de carga na camada de aplicação para aplicativos web, direcionando o tráfego com base em critério como endereço IP e porta, diferenciando-se dos load balancers tradicionais que operam na camada de transporte. Por fazer parte da camada de aplicação, o Azure Application Gateway consegue tomar decisões de roteamento … Ler mais

Azure Portal Timezones

In today’s post I am going to share a challenge that I face from time when I need to deal with Azure Portal Timezones. UTC Time Range If you had to guess the timezone you are looking at while using Azure Portal, your best bet would be UTC since it is the standard for most … Ler mais

Diagnose and solve problems for App Service

In today’s post I am going to show you how use Diagnose and Solve Problems for App Services to help you with your troubleshoot issues. App Service is a Platform as a Service, and you don’t have access to everything to start poking around and figure things out. Diagnose and solve problems In order to … Ler mais

Filtering backups in Azure App service

In today’s post I am going to show you how to filtering backups in Azure App Service and keep your application protected. Regardless the App Service Plan tier, the backup cannot exceed 10GB, and this is the total even if you are backing up databases along with your application. Backup exceeding 10GB If your application … Ler mais

Application Insights Data Usage

In today’s post I am going to describe how to check the Application Insights Data Usage and to understand how it could affect your monitoring. Application Insights Application Insights is a powerfull resource part of the Azure Monitor toolset that enables you to monitor your application and designed to help you continuously improve performance and … Ler mais