This repository was archived by the owner on Jun 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
[Docs] Ambiguities in the docs (Project does not have a "wwwroot" folder; How to publish?) #3638
Copy link
Copy link
Closed
Labels
Area: DocsDocumentation issue (missing needs updates, etc.)Documentation issue (missing needs updates, etc.)Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.Team: KobukThis issue is assigned to the Kobuk team.This issue is assigned to the Kobuk team.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.Indicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.Issue is created by anyone that is not a collaborator in the repository.staleThe issue hasn't been updated in a long time and will be automatically closed.The issue hasn't been updated in a long time and will be automatically closed.
Description
/skills/tutorials/create-skill/typescript/5-update-manifest/
I followed the steps from the TS create skill tutorial and in step 5 there are some ambiguities.
- I can not find a folder wwwroot in my project. Of course, there is a "src/mainfest/" folder with a "mainfest-1.0.json" sample file in it. But when I deploy or publish I can not access the manifest from the browser. There is just a 404 JSON response
{"code":"ResourceNotFound","message":"/manifest/manifest-1.1.json does not exist"} - Step 2: It is hard to know what exactly is
{YOUR_SKILL_URL}, where did I defined it? Previous steps only talk about "name" or "id". Can I find it in the "appsettings.json"? Did the deployment script create it for me? - Step 3: How to publish? There are no instructions how I should publish my changes. Guess you should not call the Deploy-Script from https://microsoft.github.io/botframework-solutions/skills/tutorials/create-skill/typescript/4-provision-your-azure-resources/ instead call ".\deployment\scripts\publish.ps1"? And if i call the publish script where can I find the values the script asks for?
- Page about adding the skill https://microsoft.github.io/botframework-solutions/skills/tutorials/create-skill/typescript/7-add-your-skill/ says that the localhost mainfest URL is
http://localhost:3978/src/manifest/manifest-1.1.jsonwhich also does not work. n addition on my machine localhost is on port 3980.
EDIT: Just found two other issues mentioning the "manifest.json" problem [TypeScript][Skill] Manifest is not displayed via endpoint #3600 and [TypeScript][Skill] Add manifest endpoint #3601 (with a pull request from August 3rd)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: DocsDocumentation issue (missing needs updates, etc.)Documentation issue (missing needs updates, etc.)Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.Team: KobukThis issue is assigned to the Kobuk team.This issue is assigned to the Kobuk team.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.Indicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.Issue is created by anyone that is not a collaborator in the repository.staleThe issue hasn't been updated in a long time and will be automatically closed.The issue hasn't been updated in a long time and will be automatically closed.