You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ The sample data used in this repository is synthetic and generated using Azure O
39
39
QUICK DEPLOY
40
40
</h2>
41
41
42
-
[](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry)
43
-
[](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
-
[](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
+
[](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
43
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
44
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2Fmain%2Finfra%2Fmain.json)
45
45
46
46
47
47
### **Prerequisites**
@@ -83,7 +83,7 @@ You can run this solution accelerator virtually by using GitHub Codespaces. The
83
83
84
84
1. Open the solution accelerator (this may take several minutes):
85
85
86
-
[](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/KM-AIFoundry)
86
+
[](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
87
87
88
88
2. Open a terminal window
89
89
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
100
100
1. Start Docker Desktop (install it if not already installed)
101
101
2. Open the project:
102
102
103
-
[](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
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
104
104
105
105
106
106
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
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
142
142
1. **Deploy Azure resources**
143
143
Click the following deployment button to create the required resources forthis accelerator directlyin your Azure Subscription.
144
144
145
-
[](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
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2Fmain%2Finfra%2Fmain.json)
146
146
147
147
</details>
148
148
<br/>
149
-
## Deploying
149
+
150
+
### Deploying
150
151
151
152
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.
0 commit comments