web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Issue when validating ...
Copilot Studio
Unanswered

Issue when validating the skill

(1) ShareShare
ReportReport
Posted on by 310 Moderator
Hi,
I have developed a skill using the Azure Bot Framework, and it works perfectly in both the Emulator and Web Chat. I also added my Copilot agent ID to the AllowedCallers in the .env file.
After publishing the bot to Azure, it continues to function as expected. However, when I try to add the skill to Copilot, the validation process always fails with the same error:
"This skill has not allow-listed your bot. Contact your skill developer."
Despite ensuring that the correct agent ID is included in AllowedCallers, the issue persists. Any insights on resolving this would be greatly appreciated.
This is my .env file
MicrosoftAppType=Multitenant
MicrosoftAppId=<AppID>
MicrosoftAppPassword=<AppPassword>
MicrosoftAppTenantId=<TenantID>
AllowedCallers=<AgentID>
 
This is my json file
{
  "$schema": "https://schemas.botframework.com/schemas/skills/v2.0/skill-manifest.json",
  "$id": "EchoSkillBot",
  "name": "Echo Skill Bot",
  "version": "1.0",
  "description": "This skill extends banking operations to assist customers.",
  "publisherName": "Publisher Name",
  "privacyUrl": "https://yourdomain.com/privacy",
  "copyright": "Copyright (c) Your Company. All rights reserved.",
  "license": "",
  "iconUrl": "https://yourdomain.com/logo.png",
  "tags": ["banking", "skill"],
  "endpoints": [
    {
      "name": "default",
      "protocol": "BotFrameworkV3",
      "description": "Default endpoint for the skill",
      "endpointUrl": "https://yourbot.azurewebsites.net/api/messages",
      "msAppId": "your-ms-app-id"
    }
  ],
  "activities": {
    "message": {
      "type": "message",
      "description": "Receives user input and processes it using the skill's LU models",
      "value": {
        "$ref": "#/definitions/userInput"
      }
    }
  },
  "definitions": {
    "userInput": {
      "type": "object",
      "properties": {
        "locale": {
          "type": "string",
          "description": "User's locale ISO code"
        }
      }
    }
  }
}

Thanks
Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 599

#2
chiaraalina Profile Picture

chiaraalina 170 Super User 2026 Season 1

#3
deepakmehta13a Profile Picture

deepakmehta13a 118

Last 30 days Overall leaderboard