GitHub Copilot for Azure: Add Azure cache for Redis to an app
Skills:
AI Pair Programming90%
Key Takeaways
GitHub Copilot for Azure guides the process of adding Azure Cache for Redis to an app using Azure Developer CLI
Full Transcript
in this scenario we're going to add a cache to an app first we need to build the app let's leverage a and use the ACD and nit command so we can use their Django and postgress on Azure container apps template ACD will take care of creating the environment provisioning the resources and deploying everything as soon as I type in ACD up once it's done it gives us the endpoint of our app that's fully deployed into Azure and we can now visit it in the browser now in the browser we can see our app it's fully working here on your own time of course feel free to deploy this template and poke around as much as you'd like but the purpose of this video is to show you how you can Leverage The GitHub co-pilot for Azure extension to add a cash to your app so let's head back to vs code I've got GitHub co-pilot chat opened here and I've asked the at Azure extension how do I configure my Django app to use Azure red is cache it's provided me a couple of CI commands that I need to run and additionally a couple of configurations that I need to change in my settings.py so I'm going to go ahead and apply these changes and I'll be back once I'm done just wrapped up running the commands implementing the recommended changes as well and in models.py just added some basic cache functionality into my code and you can see here in the terminal I'm just testing to see if interactivity with my cache is working and it looks like it is so now let's go ahead and deploy our code changes and we can do that leveraging a once again with the a deploy command similar to that a up command as soon as it is done it'll give us an endpoint back in the browser let's click destinations and my goal here is to just generate a couple of hits to the cache so let's click around a couple of things select Uranus it's got a silly name and now we can head over to the Azure portal and verify that all this stuff is actually working taking a look at our server load and memory usage it looks like the hits are coming in and everything's wired up correctly install the extension let us know any feedback you have in the repo and let us know which scenarios you'd like us to cover next
Original Description
Learn how GitHub Copilot for Azure can guide you through the process of adding Azure Cache for Redis to an application by using the Azure Developer CLI (azd).
Resources:
To get started, download and install the GitHub Copilot extension from: https://aka.ms/GetGitHubCopilotForAzure
azd CLI: https://learn.microsoft.com/azure/developer/azure-developer-cli/
Azure Cache for Redis: https://learn.microsoft.com/azure/azure-cache-for-redis/cache-overview
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Microsoft Developer · Microsoft Developer · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Prepare for the DP-300 exam & the Azure Database Administrator Associate cert | Data Exposed
Microsoft Developer
What I Wish I Knew ... about landing a job in tech
Microsoft Developer
Igniting Developer Innovation with Vector Search
Microsoft Developer
Combining the power of vector search with Azure OpenAI then revolutionize image search with vectors!
Microsoft Developer
What I Wish I Knew ... about finding your place in tech
Microsoft Developer
Fluent UI React Insights: Accessible by default
Microsoft Developer
Signing Container Images with Notary Project
Microsoft Developer
What I Wish I Knew ... about finding your place in tech
Microsoft Developer
What programming languages does GitHub Copilot support?
Microsoft Developer
What I Wish I Knew ... about how much your job can change
Microsoft Developer
What I Wish I Knew ... about how much your job can change
Microsoft Developer
How do I become more confident about AI?
Microsoft Developer
How do I become more confident about AI?
Microsoft Developer
Performance Demos of SQL’s Intelligent Query Processing Feedback capabilities | Data Exposed
Microsoft Developer
What I Wish I Knew ... about coming to Microsoft
Microsoft Developer
What I Wish I Knew ... about coming to Microsoft
Microsoft Developer
Revolutionizing Image Search with Vectors
Microsoft Developer
Igniting developer innovation with Vector search and Azure OpenAI
Microsoft Developer
Getting Started with Azure AI Studio's Prompt Flow - Part 2
Microsoft Developer
What I Wish I Knew ... about finding my career path
Microsoft Developer
What I Wish I Knew ... about finding my career path
Microsoft Developer
Windows Terminal's journey to Open Source
Microsoft Developer
Can I trust the code that GitHub Copilot generates?
Microsoft Developer
What I Wish I Knew ... about interviewing
Microsoft Developer
What I Wish I Knew ... about interviewing
Microsoft Developer
What is the Microsoft TechSpark Program?
Microsoft Developer
SQL Server 2022: Accelerate query performance while reducing query compile time - w/ no code changes
Microsoft Developer
What I Wish I Knew ... about discovering computer science
Microsoft Developer
What I Wish I Knew ... about discovering computer science
Microsoft Developer
Call center transcription and analysis using Azure AI
Microsoft Developer
How to use Text Analytics for health in Azure AI Language
Microsoft Developer
Azure OpenAI-powered summarization in Azure AI Language
Microsoft Developer
Accelerate data labeling using Azure OpenAI and Azure AI Language
Microsoft Developer
Building a Private ChatGPT with Azure OpenAI
Microsoft Developer
What I Wish I Knew ... about how to interview
Microsoft Developer
What I Wish I Knew ... about how to interview
Microsoft Developer
Getting Started with Azure AI Studio's Prompt Flow - Part 3
Microsoft Developer
Intelligent Apps with Azure Kubernetes Service (AKS)
Microsoft Developer
Getting Started with Azure Blob Storage | Data Exposed: MVP Edition
Microsoft Developer
Chat + Your Data + Plugins
Microsoft Developer
What I Wish I Knew ... about different career paths
Microsoft Developer
What I Wish I Knew ... about different career paths
Microsoft Developer
Advanced Dev Tunnels Features | OD122
Microsoft Developer
Learn Live - Manage performance and availability in Azure Cosmos DB for PostgreSQL
Microsoft Developer
Plan your SQL Migration to Azure with confidence | Data Exposed
Microsoft Developer
What I Wish I Knew ... about social skills in a tech career
Microsoft Developer
What I Wish I Knew ... about social skills in a tech career
Microsoft Developer
All About Vectors, Search, and Function Calling in Azure OpenAI - Labor Day Special
Microsoft Developer
Introduction to project ORAS
Microsoft Developer
What I Wish I Knew ... about finding the right major
Microsoft Developer
What I Wish I Knew ... about finding the right major
Microsoft Developer
What I Wish I Knew ... about how to approach programming
Microsoft Developer
What I Wish I Knew ... about how to approach programming
Microsoft Developer
Learn Live - Scale from a single node to multiple nodes with Azure Cosmos DB for PostgreSQL
Microsoft Developer
What I Wish I Knew ... about diversity in tech #1
Microsoft Developer
What I Wish I Knew ... about diversity in tech #1
Microsoft Developer
Get started with SQL Server AGs across Windows, Linux and Container Replicas | Data Exposed
Microsoft Developer
Writing LLM Apps with Azure AI and PromptFlow
Microsoft Developer
What I Wish I Knew ... about how cool working in tech could be
Microsoft Developer
Open Source foundation models in Azure Machine Learning & optimization techniques behind the scenes
Microsoft Developer
More on: AI Pair Programming
View skill →Related Reads
📰
📰
📰
📰
How to audit a Lovable, Bolt or v0 app before launch: Audit Vibe Coding by Inithouse
Dev.to AI
Amid hardware legal battle, OpenAI releases a $230 keyboard for Codex
TechCrunch AI
7 advanced Claude Code tips from 17 months of intense use
Dev.to · YK
A five-stage preflight for Codex and Claude Code configuration
Dev.to AI
🎓
Tutor Explanation
DeepCamp AI