Skip to content

lixzhang/ciqs-call-center-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this repo

  • Maintained by Chris Stone chstone@microsoft.com
  • Project: CIQS deployment for Call Center Automation
  • Use case: Provide an Interactive Voice Response (IVR) bot to process product orders for a fictitious company that sells bicycles and bicycle accessories.

Platforms

ARM Deploy

Choose CIQS, PowerShell, or Portal depending on your familiarity with Azure

CIQS

Guided deployment using the Cortana Intelligence Quickstart

Portal

Deploy to Azure

PowerShell

$rg = "call-center"
$loc = "eastus"
New-AzureRmResourceGroup $rg $loc
New-AzureRmResourceGroupDeployment -Name CallCenterSolution -ResourceGroupName $rg -TemplateFile .\core\azuredeploy.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%