[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-sharepoint-embedded-setup":3,"mdc--ttbo29-key":34,"related-repo-microsoft-sharepoint-embedded-setup":362,"related-org-microsoft-sharepoint-embedded-setup":371},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"sharepoint-embedded-setup","provision SharePoint Embedded environments","Sets up a complete SharePoint Embedded environment - creates Entra app, container type, registration, container, and uploads a test file. Use when setting up SPE, creating container types, onboarding to SharePoint Embedded, or bootstrapping file storage containers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19,20],{"name":13,"slug":14,"type":15},"SharePoint","sharepoint","tag",{"name":17,"slug":18,"type":15},"Microsoft 365","microsoft-365",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Entra ID","entra-id",103,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002FSharePoint-Embedded-Samples","2026-07-07T06:54:26.510402",null,56,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Official samples and developer tools for building on SharePoint Embedded, the document storage API on Microsoft 365. Includes React, TypeScript, and ASP.NET Core boilerplates, an MCP server for AI coding agents, Copilot and Power Platform assets, Postman and Bruno collections, and admin scripts.","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002FSharePoint-Embedded-Samples\u002Ftree\u002FHEAD\u002FAI\u002Fskills\u002Ffull-setup","---\nname: sharepoint-embedded-setup\ndescription: Sets up a complete SharePoint Embedded environment - creates Entra app, container type, registration, container, and uploads a test file. Use when setting up SPE, creating container types, onboarding to SharePoint Embedded, or bootstrapping file storage containers.\n---\n\n# SharePoint Embedded — Full Setup\n\n## Workflow\n\nRun each script in order. State passes via `.env.spe`.\n\n```\nSetup Progress:\n- [ ] Stage 1 — 01-auth.ps1               -> Azure CLI login\n- [ ] Stage 2 — 02-app.ps1                -> Step 2.1: Entra app creation\n                                            -> Step 2.2: API permissions\n- [ ] Stage 3 — 03-token.ps1              -> Device code auth (user interaction)\n- [ ] Stage 4 — 04-container-type.ps1     -> Step 4.1: Container type creation\n                                            -> Step 4.2: Tenant registration\n- [ ] Stage 5 — 05-container.ps1          -> Step 5.1: Container creation & activation\n                                            -> Step 5.2: Proof file + preview link\n```\n\n```powershell\npowershell -File skills\u002Ffull-setup\u002F01-auth.ps1\npowershell -File skills\u002Ffull-setup\u002F02-app.ps1\npowershell -File skills\u002Ffull-setup\u002F03-token.ps1\npowershell -File skills\u002Ffull-setup\u002F04-container-type.ps1\npowershell -File skills\u002Ffull-setup\u002F05-container.ps1\n```\n\n## Output format\n\nEvery script ends with a structured block:\n\n```\n=== RESULT ===\nStatus: OK\nKey: Value\nView App: https:\u002F\u002Fportal.azure.com\u002F...\n=== END ===\n```\n\nPresent **every line** from the RESULT block as a markdown table. Do not drop URL lines.\n\n## Stage-specific notes\n\n**Stage 3 — 03-token.ps1** opens a browser for interactive sign-in (auth code + PKCE). If the browser cannot open, it falls back to device code flow and prints `ACTION REQUIRED:` with a URL and code. Use `-UseDeviceCode` to force device code flow. If `.spe-token` exists and is valid, this step completes instantly.\n\n**Stage 5 — 05-container.ps1** may take 30–60s due to propagation retries (handled automatically). After it finishes, read `.env.spe` and include `PREVIEW_URL` in the summary.\n\n**Stage 6 — 06-cleanup.ps1** deletes the container type and app. Only run if the user asks. The script prompts for Y\u002FN confirmation before proceeding.\n\n## Customization\n\n```powershell\n.\\02-app.ps1 -AppDisplayName \"Contoso Legal App\"\n.\\04-container-type.ps1 -ContainerTypeName \"Legal Cases\" -BillingClassification \"trial\"\n.\\05-container.ps1 -ContainerName \"Sample Case\"\n```\n\n## Recovery\n\nAll scripts are idempotent. Re-run any failed script. Delete `.env.spe` to start fresh.\n\n## Reference\n\n- **Edge cases and gotchas:** See [gotchas.md](gotchas.md)\n- **Auth flow details:** See [..\u002Freference\u002Fauth.md](..\u002Freference\u002Fauth.md)\n- **Graph API reference:** See [..\u002Freference\u002Fgraph-api-reference.md](..\u002Freference\u002Fgraph-api-reference.md)\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,55,70,82,138,144,149,158,171,177,211,236,246,252,283,289,301,307,356],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"sharepoint-embedded-full-setup",[45],{"type":46,"value":47},"text","SharePoint Embedded — Full Setup",{"type":40,"tag":49,"props":50,"children":52},"h2",{"id":51},"workflow",[53],{"type":46,"value":54},"Workflow",{"type":40,"tag":56,"props":57,"children":58},"p",{},[59,61,68],{"type":46,"value":60},"Run each script in order. State passes via ",{"type":40,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":46,"value":67},".env.spe",{"type":46,"value":69},".",{"type":40,"tag":71,"props":72,"children":76},"pre",{"className":73,"code":75,"language":46},[74],"language-text","Setup Progress:\n- [ ] Stage 1 — 01-auth.ps1               -> Azure CLI login\n- [ ] Stage 2 — 02-app.ps1                -> Step 2.1: Entra app creation\n                                            -> Step 2.2: API permissions\n- [ ] Stage 3 — 03-token.ps1              -> Device code auth (user interaction)\n- [ ] Stage 4 — 04-container-type.ps1     -> Step 4.1: Container type creation\n                                            -> Step 4.2: Tenant registration\n- [ ] Stage 5 — 05-container.ps1          -> Step 5.1: Container creation & activation\n                                            -> Step 5.2: Proof file + preview link\n",[77],{"type":40,"tag":62,"props":78,"children":80},{"__ignoreMap":79},"",[81],{"type":46,"value":75},{"type":40,"tag":71,"props":83,"children":87},{"className":84,"code":85,"language":86,"meta":79,"style":79},"language-powershell shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","powershell -File skills\u002Ffull-setup\u002F01-auth.ps1\npowershell -File skills\u002Ffull-setup\u002F02-app.ps1\npowershell -File skills\u002Ffull-setup\u002F03-token.ps1\npowershell -File skills\u002Ffull-setup\u002F04-container-type.ps1\npowershell -File skills\u002Ffull-setup\u002F05-container.ps1\n","powershell",[88],{"type":40,"tag":62,"props":89,"children":90},{"__ignoreMap":79},[91,102,111,120,129],{"type":40,"tag":92,"props":93,"children":96},"span",{"class":94,"line":95},"line",1,[97],{"type":40,"tag":92,"props":98,"children":99},{},[100],{"type":46,"value":101},"powershell -File skills\u002Ffull-setup\u002F01-auth.ps1\n",{"type":40,"tag":92,"props":103,"children":105},{"class":94,"line":104},2,[106],{"type":40,"tag":92,"props":107,"children":108},{},[109],{"type":46,"value":110},"powershell -File skills\u002Ffull-setup\u002F02-app.ps1\n",{"type":40,"tag":92,"props":112,"children":114},{"class":94,"line":113},3,[115],{"type":40,"tag":92,"props":116,"children":117},{},[118],{"type":46,"value":119},"powershell -File skills\u002Ffull-setup\u002F03-token.ps1\n",{"type":40,"tag":92,"props":121,"children":123},{"class":94,"line":122},4,[124],{"type":40,"tag":92,"props":125,"children":126},{},[127],{"type":46,"value":128},"powershell -File skills\u002Ffull-setup\u002F04-container-type.ps1\n",{"type":40,"tag":92,"props":130,"children":132},{"class":94,"line":131},5,[133],{"type":40,"tag":92,"props":134,"children":135},{},[136],{"type":46,"value":137},"powershell -File skills\u002Ffull-setup\u002F05-container.ps1\n",{"type":40,"tag":49,"props":139,"children":141},{"id":140},"output-format",[142],{"type":46,"value":143},"Output format",{"type":40,"tag":56,"props":145,"children":146},{},[147],{"type":46,"value":148},"Every script ends with a structured block:",{"type":40,"tag":71,"props":150,"children":153},{"className":151,"code":152,"language":46},[74],"=== RESULT ===\nStatus: OK\nKey: Value\nView App: https:\u002F\u002Fportal.azure.com\u002F...\n=== END ===\n",[154],{"type":40,"tag":62,"props":155,"children":156},{"__ignoreMap":79},[157],{"type":46,"value":152},{"type":40,"tag":56,"props":159,"children":160},{},[161,163,169],{"type":46,"value":162},"Present ",{"type":40,"tag":164,"props":165,"children":166},"strong",{},[167],{"type":46,"value":168},"every line",{"type":46,"value":170}," from the RESULT block as a markdown table. Do not drop URL lines.",{"type":40,"tag":49,"props":172,"children":174},{"id":173},"stage-specific-notes",[175],{"type":46,"value":176},"Stage-specific notes",{"type":40,"tag":56,"props":178,"children":179},{},[180,185,187,193,195,201,203,209],{"type":40,"tag":164,"props":181,"children":182},{},[183],{"type":46,"value":184},"Stage 3 — 03-token.ps1",{"type":46,"value":186}," opens a browser for interactive sign-in (auth code + PKCE). If the browser cannot open, it falls back to device code flow and prints ",{"type":40,"tag":62,"props":188,"children":190},{"className":189},[],[191],{"type":46,"value":192},"ACTION REQUIRED:",{"type":46,"value":194}," with a URL and code. Use ",{"type":40,"tag":62,"props":196,"children":198},{"className":197},[],[199],{"type":46,"value":200},"-UseDeviceCode",{"type":46,"value":202}," to force device code flow. If ",{"type":40,"tag":62,"props":204,"children":206},{"className":205},[],[207],{"type":46,"value":208},".spe-token",{"type":46,"value":210}," exists and is valid, this step completes instantly.",{"type":40,"tag":56,"props":212,"children":213},{},[214,219,221,226,228,234],{"type":40,"tag":164,"props":215,"children":216},{},[217],{"type":46,"value":218},"Stage 5 — 05-container.ps1",{"type":46,"value":220}," may take 30–60s due to propagation retries (handled automatically). After it finishes, read ",{"type":40,"tag":62,"props":222,"children":224},{"className":223},[],[225],{"type":46,"value":67},{"type":46,"value":227}," and include ",{"type":40,"tag":62,"props":229,"children":231},{"className":230},[],[232],{"type":46,"value":233},"PREVIEW_URL",{"type":46,"value":235}," in the summary.",{"type":40,"tag":56,"props":237,"children":238},{},[239,244],{"type":40,"tag":164,"props":240,"children":241},{},[242],{"type":46,"value":243},"Stage 6 — 06-cleanup.ps1",{"type":46,"value":245}," deletes the container type and app. Only run if the user asks. The script prompts for Y\u002FN confirmation before proceeding.",{"type":40,"tag":49,"props":247,"children":249},{"id":248},"customization",[250],{"type":46,"value":251},"Customization",{"type":40,"tag":71,"props":253,"children":255},{"className":84,"code":254,"language":86,"meta":79,"style":79},".\\02-app.ps1 -AppDisplayName \"Contoso Legal App\"\n.\\04-container-type.ps1 -ContainerTypeName \"Legal Cases\" -BillingClassification \"trial\"\n.\\05-container.ps1 -ContainerName \"Sample Case\"\n",[256],{"type":40,"tag":62,"props":257,"children":258},{"__ignoreMap":79},[259,267,275],{"type":40,"tag":92,"props":260,"children":261},{"class":94,"line":95},[262],{"type":40,"tag":92,"props":263,"children":264},{},[265],{"type":46,"value":266},".\\02-app.ps1 -AppDisplayName \"Contoso Legal App\"\n",{"type":40,"tag":92,"props":268,"children":269},{"class":94,"line":104},[270],{"type":40,"tag":92,"props":271,"children":272},{},[273],{"type":46,"value":274},".\\04-container-type.ps1 -ContainerTypeName \"Legal Cases\" -BillingClassification \"trial\"\n",{"type":40,"tag":92,"props":276,"children":277},{"class":94,"line":113},[278],{"type":40,"tag":92,"props":279,"children":280},{},[281],{"type":46,"value":282},".\\05-container.ps1 -ContainerName \"Sample Case\"\n",{"type":40,"tag":49,"props":284,"children":286},{"id":285},"recovery",[287],{"type":46,"value":288},"Recovery",{"type":40,"tag":56,"props":290,"children":291},{},[292,294,299],{"type":46,"value":293},"All scripts are idempotent. Re-run any failed script. Delete ",{"type":40,"tag":62,"props":295,"children":297},{"className":296},[],[298],{"type":46,"value":67},{"type":46,"value":300}," to start fresh.",{"type":40,"tag":49,"props":302,"children":304},{"id":303},"reference",[305],{"type":46,"value":306},"Reference",{"type":40,"tag":308,"props":309,"children":310},"ul",{},[311,328,342],{"type":40,"tag":312,"props":313,"children":314},"li",{},[315,320,322],{"type":40,"tag":164,"props":316,"children":317},{},[318],{"type":46,"value":319},"Edge cases and gotchas:",{"type":46,"value":321}," See ",{"type":40,"tag":323,"props":324,"children":326},"a",{"href":325},"gotchas.md",[327],{"type":46,"value":325},{"type":40,"tag":312,"props":329,"children":330},{},[331,336,337],{"type":40,"tag":164,"props":332,"children":333},{},[334],{"type":46,"value":335},"Auth flow details:",{"type":46,"value":321},{"type":40,"tag":323,"props":338,"children":340},{"href":339},"..\u002Freference\u002Fauth.md",[341],{"type":46,"value":339},{"type":40,"tag":312,"props":343,"children":344},{},[345,350,351],{"type":40,"tag":164,"props":346,"children":347},{},[348],{"type":46,"value":349},"Graph API reference:",{"type":46,"value":321},{"type":40,"tag":323,"props":352,"children":354},{"href":353},"..\u002Freference\u002Fgraph-api-reference.md",[355],{"type":46,"value":353},{"type":40,"tag":357,"props":358,"children":359},"style",{},[360],{"type":46,"value":361},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":363,"total":95},[364],{"slug":4,"name":4,"fn":5,"description":6,"org":365,"tags":366,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[367,368,369,370],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"items":372,"total":567},[373,395,416,437,452,469,480,493,508,523,542,555],{"slug":374,"name":374,"fn":375,"description":376,"org":377,"tags":378,"stars":392,"repoUrl":393,"updatedAt":394},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[379,382,385,386,389],{"name":380,"slug":381,"type":15},"Engineering","engineering",{"name":383,"slug":384,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":387,"slug":388,"type":15},"Project Management","project-management",{"name":390,"slug":391,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":396,"name":396,"fn":397,"description":398,"org":399,"tags":400,"stars":413,"repoUrl":414,"updatedAt":415},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[401,404,407,410],{"name":402,"slug":403,"type":15},".NET","net",{"name":405,"slug":406,"type":15},"Agents","agents",{"name":408,"slug":409,"type":15},"Azure","azure",{"name":411,"slug":412,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":417,"name":417,"fn":418,"description":419,"org":420,"tags":421,"stars":413,"repoUrl":414,"updatedAt":436},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[422,425,426,429,432,433],{"name":423,"slug":424,"type":15},"Analytics","analytics",{"name":408,"slug":409,"type":15},{"name":427,"slug":428,"type":15},"Data Analysis","data-analysis",{"name":430,"slug":431,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":434,"slug":435,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":438,"name":438,"fn":439,"description":440,"org":441,"tags":442,"stars":413,"repoUrl":414,"updatedAt":451},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[443,446,447,448],{"name":444,"slug":445,"type":15},"AI Infrastructure","ai-infrastructure",{"name":408,"slug":409,"type":15},{"name":430,"slug":431,"type":15},{"name":449,"slug":450,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":453,"name":453,"fn":454,"description":455,"org":456,"tags":457,"stars":413,"repoUrl":414,"updatedAt":468},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[458,459,462,463,464,467],{"name":408,"slug":409,"type":15},{"name":460,"slug":461,"type":15},"Compliance","compliance",{"name":411,"slug":412,"type":15},{"name":9,"slug":8,"type":15},{"name":465,"slug":466,"type":15},"Python","python",{"name":449,"slug":450,"type":15},"2026-07-18T05:14:23.017504",{"slug":470,"name":470,"fn":471,"description":472,"org":473,"tags":474,"stars":413,"repoUrl":414,"updatedAt":479},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[475,476,477,478],{"name":423,"slug":424,"type":15},{"name":408,"slug":409,"type":15},{"name":411,"slug":412,"type":15},{"name":465,"slug":466,"type":15},"2026-07-31T05:54:29.068751",{"slug":481,"name":481,"fn":482,"description":483,"org":484,"tags":485,"stars":413,"repoUrl":414,"updatedAt":492},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[486,489,490,491],{"name":487,"slug":488,"type":15},"API Development","api-development",{"name":408,"slug":409,"type":15},{"name":9,"slug":8,"type":15},{"name":465,"slug":466,"type":15},"2026-07-18T05:14:16.988376",{"slug":494,"name":494,"fn":495,"description":496,"org":497,"tags":498,"stars":413,"repoUrl":414,"updatedAt":507},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[499,500,503,506],{"name":408,"slug":409,"type":15},{"name":501,"slug":502,"type":15},"Computer Vision","computer-vision",{"name":504,"slug":505,"type":15},"Images","images",{"name":465,"slug":466,"type":15},"2026-07-18T05:14:18.007737",{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":413,"repoUrl":414,"updatedAt":522},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[514,515,518,521],{"name":408,"slug":409,"type":15},{"name":516,"slug":517,"type":15},"Configuration","configuration",{"name":519,"slug":520,"type":15},"Feature Flags","feature-flags",{"name":430,"slug":431,"type":15},"2026-07-03T16:32:01.278468",{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":413,"repoUrl":414,"updatedAt":541},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[529,532,535,538],{"name":530,"slug":531,"type":15},"Cosmos DB","cosmos-db",{"name":533,"slug":534,"type":15},"Database","database",{"name":536,"slug":537,"type":15},"NoSQL","nosql",{"name":539,"slug":540,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":543,"name":543,"fn":525,"description":544,"org":545,"tags":546,"stars":413,"repoUrl":414,"updatedAt":554},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[547,548,549,550,551],{"name":530,"slug":531,"type":15},{"name":533,"slug":534,"type":15},{"name":9,"slug":8,"type":15},{"name":536,"slug":537,"type":15},{"name":552,"slug":553,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":556,"name":556,"fn":557,"description":558,"org":559,"tags":560,"stars":413,"repoUrl":414,"updatedAt":566},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[561,562,563,564,565],{"name":408,"slug":409,"type":15},{"name":530,"slug":531,"type":15},{"name":533,"slug":534,"type":15},{"name":430,"slug":431,"type":15},{"name":536,"slug":537,"type":15},"2026-05-13T06:14:17.582229",267]