Managed Identity – Acessar SQL Database com App Service

Com o Azure Managed Identity é possível eliminar a necessidade dos desenvolvedores gerenciarem as senhas e credenciais, mantendo a comunicação segura entre os serviços. Se você ainda não sabe o que é Azure Managed Identity, confere este artigo aqui No artigo de hoje, vou mostrar um exemplo prático de como acessar SQL database com App … Ler mais

Diagnosticar e resolver problemas no App Service

Azure App Service é uma Plataforma como Serviços (ou Platform as a Service), ou seja, existe uma responsabilidade compartilhada entre cliente e provedor de nuvem, então o cliente, no caso você não tem livre acesso como costumava ter em seu próprio ambiente local. Neste caso, é possível utilizar (e muito) a ferramenta Diagnose and solve … 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

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

Azure Web App Scale Out and ARR Affinity

On Azure Web App Scale Options post, you were introduced how to Scale Up and Scale Out your Web Application, but what happen after scale out completion? In summary, it will add – or remove – a copy of your application and replicated N times, depending how many instances you have choosen And how the … Ler mais