Azure Misc Flashcards
What is Azure Marketplace?
Azure Marketplace = Microsoft online store for VMs, SaaS, AI, security, and dev tools on Azure.
What is the purpose of Azure IoT Hub?
Azure IoT Hub = A cloud service for connecting and managing IoT devices securely.
What is Azure IoT Central?
Azure IoT Central = an extension of Azure IoT Hub, providing a customizable dashboard (GUI) for IoT solutions.
What is Azure Sphere?
Azure Sphere = security platform for building and managing secure IoT devices.
It combines hardware, software, and cloud services to ensure end-to-end security for IoT.
What is a Data Sink?
A data sink/data receiver + storer is the endpoint in a data pipeline where data is collected, stored, or processed. E.g. databases, cloud storage, logging systems, and backup servers.
What are Azure Data Services?
Azure Data Services are cloud-based solutions for storing, managing, and analyzing data. Key data services include:
Storage: Blob Storage, File Storage, Table Storage
Databases: Azure SQL, Cosmos DB, MySQL, PostgreSQL
Analytics: Synapse Analytics, Data Factory, Data Lake
AI & ML: Azure Machine Learning, Cognitive Services
These services help businesses handle data efficiently in the cloud.
What does ETL stand for in the movement, processing and storage of data?
Extract Transform Load (ETL)
A process used for moving and processing data:
Extract: Retrieve data from various sources (e.g., databases, APIs).
Transform: Clean, filter, and format the data.
Load: Store the transformed data in a destination (e.g., database, data warehouse).
What is Azure Data Factory (ADF)?
Azure Data Factory (ADF) is a cloud-based ETL (Extraction>Transform>Load) service that helps move, transform, and manage/combine data across various sources and destinations.
ADF combines data from various different sources to make it accessible for analysis and reporting.
What is Azure HDInsight?
Azure HDInsight = powerful tool for transforming large amounts of data during processing.
Azure HDInsight is a fully managed cloud service for big data analytics and transformation. It supports open-source frameworks like Hadoop, Spark, Hive, and Kafka for processing and analyzing large datasets.
What is Synapse Analytics?
Azure Synapse Analytics = cloud service that organises, combines, stores and analyses large data sets.
What are Azure AI Services?
Azure AI Services are cloud-based tools that help build and deploy AI applications. Key services include:
Azure Machine Learning: Build, train, and deploy ML models.
Cognitive Services: Pre-built APIs for tasks like computer vision, speech recognition, and text analytics.
Bot Services: Create intelligent bots.
Azure OpenAI: Access to OpenAI’s powerful models (e.g., GPT-3).
Form Recognizer: Extract data from documents.
Personalizer: Build personalized recommendations.
What is Machine Learning (ML)?
Machine Learning (ML) is a subset of Artificial Intelligence (AI) that allows systems to learn from data and make predictions or decisions without being explicitly programmed.
Supervised Learning: Model is trained on labeled data to make predictions.
Unsupervised Learning: Model finds patterns in unlabeled data.
Reinforcement Learning: Model learns by interacting with the environment and receiving feedback.
How are Azure Cognitive Services and Azure Machine Learning (AML) different?
Azure Cognitive Services provides pre-built AI models (e.g., speech, vision, language), while Azure Machine Learning (AML) allows you to build and train custom models.
What is Azure Cognitive Services (ACS)?
Azure Cognitive Services (ACS) is a set of pre-built APIs that provide AI capabilities for applications, such as:
-Computer Vision: Image and video analysis (e.g., object detection, OCR).
-Speech: Convert speech to text and vice versa.
-Text Analytics: Sentiment analysis, language detection, and key phrase extraction.
-Language Understanding (LUIS): Build natural language processing models.
-Translator: Real-time text translation between multiple languages.
What is Azure Bot Services?
Azure Bot Services is a cloud service for building, deploying, and managing intelligent chatbots. It integrates with Azure Cognitive Services for natural language understanding and can be used across multiple platforms (e.g., websites, Microsoft Teams, Slack).
What is DevOps?
DevOps is the combination of software development and IT operations (IT support, maintenance, management in an org.) to speed up software delivery/production through automation, collaboration, and continuous integration (CI/CD).
What is Azure DevOps?
Azure DevOps is a cloud-based platform offering a set of tools to implement DevOps practices. It helps teams manage the entire software development lifecycle using tools like:
Azure Boards: Project tracking and work management.
Azure Repos: Source code management (Git).
Azure Pipelines: Continuous integration and deployment (CI/CD).
Azure Test Plans: Test management and automation.
What is the practice of Continuous Integration (CI)?
Continuous Integration (CI) is the practice of automatically integrating code changes into a shared codebase multiple times a day and testing it automatically to catch errors early.
What is the practice of Continuous Delivery (CD)?
Continuous Delivery (CD) is the practice of automatically preparing code for deployment, making it ready to be released to users at any time.
What is an Azure SKU?
Azure SKUs are predefined feature combinations with a set price. Each SKU determines:
✅ Performance (CPU, RAM, speed)
✅ Capacity (Storage, scaling limits)
✅ Redundancy (Backups, availability zones)
✅ Cost (Higher features = higher price)
Think of them like subscription tiers—you pick the one that fits your needs and budget.
What are Azure Reservations?
Azure Reservations = prepaid Azure resources for 1 or 3 years to get big discounts compared to pay-as-you-go pricing.
What is the Azure Pricing Calculator?
Azure Pricing Calculator = a free tool that helps estimate the cost of Azure services based on selected SKUs, usage, and reservation options.
What is the Azure TCO (Total Cost of Ownership) Calculator?
Total Cost of Ownership (TCO) Calculator is a savings calculator of moving your network to the Azure cloud. It estimates cost savings when migrating from on-premises to Azure, factoring in (making assumptions about) hardware, software, and operational costs.
What is Azure Advisor?
Azure Advisor is a personalized cloud consultant that provides best practice recommendations to optimize cost, performance, security, and reliability in your Azure environment.