Skip to content

Instantly share code, notes, and snippets.

View timothywarner's full-sized avatar

Tim Warner timothywarner

View GitHub Profile
@timothywarner
timothywarner / pscopilot.md
Created February 18, 2024 16:17
GitHub Copilot - Stay Current in 2024 by Tim Warner
@timothywarner
timothywarner / warner-genai-hero.md
Last active December 18, 2023 06:54
Generative AI: From Zero to Hero

Generative AI: From Zero to Hero

Useful links to assist you on your journey to master OpenAI large language models.

Gist address: https://timw.info/hero

Contact info

@timothywarner
timothywarner / dp300.md
Created October 6, 2023 15:09
Exam DP-300: Administering Microsoft Azure SQL Solutions Study Guide
@timothywarner
timothywarner / abbreviations.json
Created August 24, 2023 13:44
azureopenai.blog
{
"analysisServicesServers": "as",
"apiManagementService": "apim-",
"appConfigurationConfigurationStores": "appcs-",
"appManagedEnvironments": "cae-",
"appContainerApps": "ca-",
"authorizationPolicyDefinitions": "policy-",
"automationAutomationAccounts": "aa-",
"cacheRedis": "redis-",
"cdnProfiles": "cdnp-",
@timothywarner
timothywarner / openai.bicep
Created August 24, 2023 13:11
azureopenai.blog
param name string
param location string = resourceGroup().location
param tags object = {}
param customSubDomainName string = name
param deployments array = []
param kind string = 'OpenAI'
param publicNetworkAccess string = 'Enabled'
param sku object = {
name: 'S0'
@timothywarner
timothywarner / main.bicep
Created August 24, 2023 13:11
azureopenai.blog
// Reference: https://github.com/Azure-Samples/react-component-toolkit-openai-demo/tree/main
targetScope = 'subscription'
@minLength(1)
@maxLength(64)
@description('Label used to generate a short unique hash used in all resources.')
param environmentName string = 'tw1'
@minLength(1)
@timothywarner
timothywarner / hyperv.yml
Created July 20, 2023 15:32
Ansible playbook: Install Hyper-V and create a VM on Windows
---
- name: Install Hyper-V role and create VM on mem01
hosts: mem01
gather_facts: no
tasks:
- name: Install Hyper-V with GUI and PowerShell tools
win_feature:
name:
- Hyper-V
- RSAT-Hyper-V-Tools
@timothywarner
timothywarner / onramp-2023-vscode.md
Last active April 27, 2023 02:50
Visual Studio Code Quick Start
@timothywarner
timothywarner / onramp-2023-certification.md
Last active April 26, 2023 12:27
OnRamp 2023 - State of Microsoft Certification
@timothywarner
timothywarner / chatgpt-copilot-links.md
Last active April 6, 2023 21:37
ChatGPT and GitHub Copilot Learning Links