Vito On Azure:

This is a collection of demos, guides, events, thoughts and software that are useful for Azure developers, architects, customers and partners that I work with at Microsoft. Some of these are made by me, others by colleague and the cloud community :)

Recent Videos

Unlimited Scale for Node.js application

Azure is a great development and deployment option for Node.js applications. Join Vito as he walks you through Visual Studio Code features for Azure productivity, great Azure cloud features that help you scale globally, interesting Azure services that you can reuse instead of building your own as well as automation options that enhances your cloud experience.

Could blockchain be the foundation of a viable KYC utility?

Sharing of insights resulting from a joint POC (with KPMG’s Michael Cutler) using Corda on Azure to develop a process that transform Customer Identification Procedures (eKYC) including architecture and best practice.

Azure Blockchain Service Overview (Consortium governance)

Walkthrough of consortium governance in Azure Blockchain Service.

Recent Events

Source and guide repositories

Writings


Curated Azure resources

General
  • (Heatmap of Azure updates)[https://azurecharts.com/]
Cost management
  • (Analyze cost with the Azure Cost Management Power BI App for Enterprise Agreements)[https://docs.microsoft.com/en-us/azure/cost-management-billing/costs/analyze-cost-data-azure-cost-management-power-bi-template-app]
Azure Active Directory

This documentation for is a MUST READ for any developer looking at leveraging Azure AD for identification, authentication and RBAC across all scenarios (i.e. ManagedIdentityCredential, EnvironmentCredential, AuthorizationCodeCredential, InteractiveBrowserCredential, DeviceCodeCredential). Just read it in any case, it is a very well-written piece of documentation :)

Azure Cosmos DB

If you notice any links that are no longer pointing to working pages, please let me know by creating an issue on the GitHub repository of this site.

Setting up a Private Link service as a service provider

Curated VS Code resources

Kubernetes

GTM (Go To Market)

Load Testing

Interesting contents

FAQ

How much does Application Insights cost?

It is based on a pay-as-you-go model with data volume being the most significant factor. Details here: https://docs.microsoft.com/en-us/azure/azure-monitor/app/pricing and here: https://azure.microsoft.com/en-gb/pricing/details/monitor/

Can I connect an App Service to a SQL database on a VM in azure?

If it’s not an Azure-managed DB, it is similar to how it will be done if the app is hosted on a server, but you can configure the credentials to access the database in app settings (see: https://docs.microsoft.com/en-us/azure/app-service/configure-common). Obviously, you will also need to consider the networking.