Monitor, troubleshoot, optimize Azure solutions Flashcards
What are the Azure Cache for Redis service tiers?
Basic, Standard, Premium, Enterprise, Enterprise Flash
What are the key scenarious Azure Cache for Redis covers?
- Data cache
- Content cache
- Session store
- Job and message queuing
- Distributes transactions
What are the key parameters for creating an Azure Cache for Redis instance?
- Name: globally unique name in Azure.
- Location: place your cache instance and app in the same region
- Cache type: The tier determines the size, performance and features available for the cache.
- Clustering support: Premium, Enterprise and Enterprise Flash tiers can implement clustering to auto split your dataset among multi nodes.
What’s Azure Cache for Redis?
It provides an in-memory data store based on the Redis software. Redis improves the performance and scalability of an app that uses backend data stores heavily.
Redis brings a critical low-latency and high-throughput data storage solutions to modern apps.
What’s the basic tier for Azure Cache for Redis?
An Redis open-source (OSS Redis) cache running on a single VM. Has no service-level agreement (SLA).
Ideal for development/test and noncritical workload.
What’s the standard tier for Azure Cache for Redis?
an OSS Redis cache running on two VMs in a replicated configuration
What’s the Premium tier for Azure Cache for Redis?
High-performance OSS Redis caches. Offer higher throughput, lower latency, better availability, and more features.
Deployed on more powerful VMs compared to Basic and Standard caches.
Capable of hosting replica nodes in different availability zones.
What’s the Enterprise tier for Azure Cache for Redis?
High performance caches powered by Redis Labs’Redis Enterprise software. Support Redis modules including RediSearch, RedisBloom and RedisTimeSeries.
Offer higher availability than Premium tier.
Capable of hosting replica nodes in different availability zones.
What’s the Enterprise Flash tier for Azure Cache for Redis?
Cost-effective large caches powered by Redis Lab’s Redis Enterprise software.
Extends Redis data storage to nonvolatile memory, which is cheaper than DRAM on a VM. It reduces the overall per GB memory cost.
What’s the expire time resolution when applying a time to live (TTL) to a key in Redis?
1 millisecond
How does the Azure Content Delivery Network works?
- A user (Alice) requests a file (also called an asset) by using a URL with a special domain name, such as <endpoint>.azureedge.net. This name can be an endpoint hostname or a custom domain. The DNS routes the request to the best performing POP location, which is usually the POP that is geographically closest to the user.</endpoint>
- If no edge servers in the POP have the file in their cache, the POP requests the file from the origin server. The origin server can be an Azure Web App, Azure Cloud Service, Azure Storage account, or any publicly accessible web server.
- The origin server returns the file to an edge server in the POP.
- An edge server in the POP caches the file and returns the file to the original requestor (Alice). The file remains cached on the edge server in the POP until the time-to-live (TTL) specified by its HTTP headers expires. If the origin server didn’t specify a TTL, the default TTL is seven days.
- Additional users can then request the same file by using the same URL that Alice used, and can also be directed to the same POP.
- If the TTL for the file hasn’t expired, the POP edge server returns the file directly from the cache. This process results in a faster, more responsive user experience.
What’s a content delivery network (CDN)?
a distributed network of servers that can efficiently deliver web content to users.
What’s the default time-to-live (TTL) for large file optimizations?
One day
What’s the default time-to-live (TTL) for generalized web delivery optimizations?
One week
Which resources has subscription limitations that may impact your solution of using Azure Content Delivery Network?
the number of CDN profiles that can be created is limited by the type of Azure subscription.