Costa Rica
Last updated: 2024-11-15
Table of Contents (Click to expand)
- Choose an Azure compute service
- Postman - How to Install and use for API Testing
- Azure Portal - List Azure role assignments
- App Service Plan - Introduction
- Logic Apps - Stateful vs Stateless
- Logic Apps - Monitor run status, review trigger history, and set up alerts
- Logic Apps - Create a Standard logic app workflow in single-tenant using VsCode
- Logic Apps - Azure Functions with a virtual network
- Logic Apps - Configure Logic Apps (Standard) with VNet and Private Endpoint
- AZ Monitor - Monitor availability with URL ping tests
- AZ Monitor - Query Application Insights Telemetry Data using REST API
- AZ Monitor - Failures and Triggering an Alert from Application Insights, for MS guide click here
- Storage Account - What is AzTable storage?
- Storage Account - Understanding the Table service data model
- Storage Account - Create a queue and add a message with the Azure portal
- Storage Account - Samples using v12 Python client libraries
- Storage Account - Azure Blob Storage client library for Python, to understand how to download specific file under specific path. For "StorageStreamDownloader Class" methods. How to read csv from Azure blob Storage and store in a DataFrame. The best way to overwrite Azure Blob in Python
- Function Apps - Introduction
- Function Apps - Connect Azure Functions to Azure Storage using VsCode
- Function Apps - Local workspace setup within Vscode, Azure Functions Core Tools is need, but if vscode automatic instalation fails go here to find more information. It's important to consider taht you can open vscode from terminal/command line, go here to find more. Also, it's better to have installed Azure CLI. If you don't want to use Vscode you can also create it in Azure Portal. If error value cannot be null. (Parameter 'provider'), click here to understand how to fix it. Downloading and installing packages locally to setup the requirements, and any functionality required for the implementation. Configure local.settings.
<extension>
see how to read local.settings.json configuration in index.js file for more perspective on how to do it. Example Fapps to Storage Account - Function Apps - V2 Python Programming Model
- Function Apps - Running Python Locally on an M1, if cannot edit default VSCode JSON settings click here. If error Microsoft.Azure.WebJobs.Script: Architecture Arm64 is not supported for language python try this, and check comments below that one.
- Function Apps/KeyVault - How to create a secure connection
- Function Apps/KeyVault - Troubleshooting Azure Key Vault References in Azure Function Apps
- Function Apps - How to query Azure SQL DB
- Function Apps - How to use SQL update query in azure functions SQL output binding in python, and understand how commit() method works. How to add df into sql
- Function Apps/Datalake - BlobTrigger/How to trigger function with any file in a container, go here for how to access that data. And to understand how to save df as csv into Blob Storage
- Function App/Datalake -AuthorizationPermissionMismatch when Python Function App attempts to read file
- Data Factory - Creating a pipeline with UI
- Data Factory - Assign a Key Vault access policy (legacy)
- Data Factory - Roles and permissions, How to configure self-hosted integrationRuntime also for testing, and about Azure Integration Runtime Managed Private EndPoints.
- Data Factory - Fix DataTypeNotSupported try to activate runtime, and import schema on sink data for more details click here
- Data Factory - Need to Copy existing data factory pipelines to new data factory in new resource group
- Data Factory - How to get output parameter from Executed Pipeline
- Data Factory - Copy data from Azure Blob to Azure SQL Database
- Data Factory - When a copy activity is failed how to find which column caused it
- Microsoft Azure Storage Explorer -How to connect
- Microsoft Azure Storage Explorer - Not recognizing PartitionKey in CSV file
- Microsoft Azure Storage Explorer - Browse and manage storage resources
- Data Lake - How To Create it In Azure
- SQL server/Databases - Configure IP firewall rules, SQL Server Authentication
- SQL server - Create an Azure SQL server and private endpoint
- SQL server/Grafana PE - How to connect to Azure SQL sever from Azure AKS cluster via private endpoint
Microsoft Azure is a cloud computing platform that provides a wide range of services for building, deploying, and managing applications and infrastructure. It offers scalability, flexibility, and global reach.
-
Infrastructure as a Service (IaaS):
- Provides businesses with the infrastructure (both hardware and software) needed to operate efficiently and at capacity.
- Examples: Virtual machines (VMs), storage, networking components.
- Use cases: Hosting websites, running custom applications, managing data storage.
-
Platform as a Service (PaaS):
- Gives developers a workspace and tools to build, deploy, and manage applications without worrying about underlying infrastructure.
- Examples: Azure App Service, Azure Functions, Azure SQL Database.
- Use cases: Web and mobile app development, serverless computing.
-
Software as a Service (SaaS):
- Provides hosted applications managed and upgraded by the service provider.
- Examples: Office 365, Dynamics 365, Azure DevOps.
- Use cases: Collaboration, productivity, customer relationship management (CRM).
Here are some important Azure products within each category:
- Azure Virtual Machines (VMs): Create and manage VMs in the cloud.
- Azure Blob Storage: Scalable object storage for unstructured data.
- Azure Virtual Network: Isolate and secure your network resources.
- Azure App Service: Host web apps and APIs.
- Azure Functions: Execute code in response to events.
- Azure SQL Database: Managed relational database service.
- Office 365: Productivity suite with tools like Word, Excel, and Teams.
- Dynamics 365: CRM and ERP applications.
- Azure DevOps: Collaboration and software development tools.
- Regions: Azure services are available in various regions worldwide.
- Pricing: Azure offers pay-as-you-go pricing and various pricing models.
- Security: Azure provides robust security features and compliance certifications.