Smart City Initiative - Single Service Vs Multi-Service Account

Introduction

City of Innovaville is launching a Smart City Initiative to improve urban living through technology. The city plans to use Azure AI services to enhance various aspects of city management, including traffic monitoring, public safety, and environmental monitoring.

Single Service Example: Traffic Monitoring

For traffic monitoring, Innovaville decides to use Azure Computer Vision to analyze live video feeds from traffic cameras. Since this task requires a specialized AI service focused on image and video analysis, they create a single-service resource for Azure Computer Vision. This allows them to have granular control over the specific capabilities and configurations needed for traffic monitoring.

Multi-Service Example: Public Safety and Environmental Monitoring

For public safety and environmental monitoring, Innovaville needs to integrate multiple AI services. They plan to use:

To streamline management and billing, Innovaville creates a multi-service resource. This allows them to access all these AI services with a single set of credentials and a unified endpoint, simplifying integration and reducing administrative overhead.

Instructions for Flip Cards

Below are questions based on the scenario. Each question is on one side of a flip card. Flip the card to see the answer.

You need to analyze live video feeds from traffic cameras to monitor traffic flow and detect incidents in real-time. What type of Azure AI service account should you use?
Single-service account (Computer Vision)
Your project involves analyzing customer feedback from multiple sources, including social media, emails, and surveys, to understand sentiment and key topics. What type of Azure AI service account should you use?
Single-service account (Language Service)
You are developing a voice-activated virtual assistant that can understand and respond to user queries, transcribe spoken words, and translate languages. What type of Azure AI service account should you use?
Multi-service account (Speech Services, Translator)
Your team needs to use different tiers for different services and different members need different level of access for the services. What type of Azure AI service account should you use?
Single-service account
You are tasked with creating a comprehensive security monitoring system that includes facial recognition for access control, anomaly detection for unusual activities, and text analysis for threat detection. What type of Azure AI service account should you use?
Single-service account (Face API, Anomaly Detector, Language Service)