Azure Content

Next-Level AI

- 13 min read-Nicki Borell , Dr. Michael Rath
Generative AI such as ChatGPT and technologies like OpenAI and Azure OpenAI will transform businesses and jobs. This article explores how machine learning and artificial intelligence generate and understand natural language with writing assistance, code generation, conclusions from data, and more.

Exploring Azure Functions: Serverless Computing for Modern Applications

- 11 min read-Rubén Toribio
Azure Functions is a serverless computing service from Microsoft Azure. Developers can build and deploy applications without having to manage underlying infrastructure. With scalability, cost-effectiveness, and seamless integration, Azure Functions empowers development of modern, event-driven applications in the cloud.

Microsoft Renames Azure AD to Microsoft Entra ID

- 3 min read-Brian Alderman
Microsoft announced that they will rename Azure AD (AAD) to Entra ID in their attempt to reflect the progression of modern multicloud identity security, eventually simplify secure access for all Microsoft 365 users, and to provide naming consistency for identity and access solutions. Why make this change? What isn’t changing?

Work on Dynamic Enterprise Websites with Power Pages

- 6 min read-Toni Pohl
Microsoft Power Pages is an enterprise-grade, software-as-a-service platform and low-code solution for building, managing, and hosting dynamic enterprise websites. Citizen developers and professional developers in organizations can build custom external-facing web applications quickly and securely, which are tailored to an organization's consumers, partners, community users, and internal users.

How to Use Managed Identities in Your Azure Logic Apps

- 12 min read-Koen Verbeeck
Make your Azure Logic Apps more secure by using managed identities in your connections. In this article, we'll guide you through the process to set this up.

Top 5 Reasons Companies Should Move Workloads to the Cloud

- 8 min read-Denny Cherry
Moving your organization's workloads can entail some short-term pain, but the benefits are substantial: cost savings through right-sizing virtual machines, increased redundancy with availability zones, automatic resource scaling, reduced server deployment time, and eliminating hardware failure concerns. These advantages over an on-premises setup mean you should consider the cloud when renewing hosting agreements or purchasing new servers.

IaaS, PaaS or SaaS: Which Platform Is the Correct Solution for Our Workload?

- 8 min read-Denny Cherry
How does your company choose between IaaS, PaaS, and SaaS. Each platform has different use cases. Learn why you want to consider factors like functionality, cost, deployment ease, and general management.

How to Restrict Access to an Azure AD Application

- 6 min read-Toni Pohl
Azure Active Direcotry (Azure AD) provides benefits for managing applications such as single sign-on, application provisioning, security and conditional access, reporting and monitoring, business-to-business and business-to-consumer collaboration, and more. For organizations, restricting access to an Azure AD application as an administrator is key for increased security, compliance, adherence to the principle of least privilege, and application performance.

Azure Machine Learning Compute Review

- 12 min read-Rahat Yasir
In this series, “Tech Leaders’ Journey to AI Using Azure Machine Learning Platform,” I have 15 articles on concepts ranging from MLOps to a step-by-step approach for model development and deployment. This third article describes Azure Machine Learning compute options, why you need compute, and how to create compute in Azure Machine Learning. The list of other articles in the series appears at the end of this article and, as the series is published, the articles will have links to each other.

Build and Deploy Web Applications With Azure DevOps

- 15 min read-Dara Oladapo
Learn how to build and deploy web applications using Azure DevOps as a Continuous Integration and Continuous Delivery (CICD) service. We cover some concepts about building and deploying with Azure DevOps, then build and deploy an ASP.NET core application using pipelines to an Azure web app.

When and Why to Build High Availability Into Your Azure Cloud Platform

- 8 min read-Denny Cherry
Microsoft Azure offers built-in high availability for Platform as a Service (PaaS) offerings, but Infrastructure as a Service (IaaS) requires manual configuration. Without high availability, service downtime can result in lost revenue. Stateless applications require a scale-out solution with load balancers, while stateful applications like database servers need HA solutions like Always On availability groups. Consider resource configuration options like availability zones or availability sets to ensure redundancy and minimize failures. High availability is crucial for optimal performance and should be carefully planned and implemented.

Stop Using Unsecured Credentials in Your PowerShell Scripts and Use Azure Key Vault Instead

- 1 min read-Mahdi Tehrani
Some users store credentials including the password for a specific service account inside a PowerShell script in real-world production. This poses a highly vulnerable issue where an attacker can simply grab the credentials and use them. In this video, I discuss how we can use a privileged credential in your PowerShell script in a more secure way using a certificate and Azure Key Vault.