Skip to content

Commit 070fc36

Browse files
Changes to point main branch
1 parent 0bdc321 commit 070fc36

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The sample data used in this repository is synthetic and generated using Azure O
3939
QUICK DEPLOY
4040
</h2>
4141

42-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry)
43-
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry)
44-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2FKM-AIFoundry%2Finfra%2Fmain.json)
42+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
43+
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
44+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2Fmain%2Finfra%2Fmain.json)
4545

4646

4747
### **Prerequisites**
@@ -83,7 +83,7 @@ You can run this solution accelerator virtually by using GitHub Codespaces. The
8383

8484
1. Open the solution accelerator (this may take several minutes):
8585

86-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry)
86+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
8787

8888
2. Open a terminal window
8989
3. Continue with the [deploying steps](#deploying)
@@ -100,7 +100,7 @@ A related option is VS Code Dev Containers, which will open the project in your
100100
1. Start Docker Desktop (install it if not already installed)
101101
2. Open the project:
102102

103-
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry)
103+
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
104104

105105

106106
3. In the VS Code window that opens, once the project files show up (this may take several minutes), open a terminal window.
@@ -125,7 +125,7 @@ If you're not using one of the above options for opening the project, then you'l
125125
2. Download the project code:
126126

127127
```shell
128-
azd init -t microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/ --branch KM-AIFoundry
128+
azd init -t microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/
129129
```
130130

131131
3. Open the project folder in your terminal or editor.
@@ -142,11 +142,12 @@ If you're not using one of the above options for opening the project, then you'l
142142
1. **Deploy Azure resources**
143143
Click the following deployment button to create the required resources for this accelerator directly in your Azure Subscription.
144144

145-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2FKM-AIFoundry%2Finfra%2Fmain.json)
145+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2Fmain%2Finfra%2Fmain.json)
146146

147147
</details>
148148
<br/>
149-
## Deploying
149+
150+
### Deploying
150151

151152
Once you've opened the project in [Codespaces](#github-codespaces), in [Dev Containers](#vs-code-dev-containers), or [locally](#local-environment), you can deploy it to Azure.
152153

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
default: eastus2
1414
baseUrl:
1515
type: string
16-
default: 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry/'
16+
default: 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/'
1717

1818
deployment:
1919
mode: Incremental

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var resourceGroupLocation = resourceGroup().location
7171
var resourceGroupName = resourceGroup().name
7272

7373
var solutionLocation = resourceGroupLocation
74-
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/KM-AIFoundry/'
74+
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/'
7575

7676

7777
// ========== Managed Identity ========== //

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.33.93.31351",
8-
"templateHash": "8738349847337458840"
8+
"templateHash": "9851416176604449359"
99
}
1010
},
1111
"parameters": {
@@ -98,7 +98,7 @@
9898
"resourceGroupLocation": "[resourceGroup().location]",
9999
"resourceGroupName": "[resourceGroup().name]",
100100
"solutionLocation": "[variables('resourceGroupLocation')]",
101-
"baseUrl": "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/KM-AIFoundry/"
101+
"baseUrl": "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/"
102102
},
103103
"resources": [
104104
{

0 commit comments

Comments
 (0)