Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Sentinel Deception (HoneyTokens) Solution - Unable to select Workspace #11768

Open
MSJosh opened this issue Feb 5, 2025 · 7 comments
Assignees
Labels
Solution Solution specialty review needed

Comments

@MSJosh
Copy link
Contributor

MSJosh commented Feb 5, 2025

Deploy from Marketplace Microsoft Sentinel Deception (HoneyTokens) Solution.

Select your subscription and resource group. The drop down to select your workspace is broken. It is pulling an old api version 2020, which might be the reason for it not working correctly. There are not errors at all just no way to select the WS. 

Image

Seems like it is failing to fetch.

Need to be able to properly fetch the workspace.

@MSJosh
Copy link
Contributor Author

MSJosh commented Feb 5, 2025

This is the solution code section that needs to be changed based on my understanding.

"basics": [
{
"name": "getLAWorkspace",
"type": "Microsoft.Solutions.ArmApiControl",
"toolTip": "This filters by workspaces that exist in the Resource Group selected",
"condition": "[greater(length(resourceGroup().name),0)]",
"request": {
"method": "GET",
"path": "[concat(subscription().id,'/providers/Microsoft.OperationalInsights/workspaces?api-version=2020-08-01')]"
}
},
{
"name": "workspace",
"type": "Microsoft.Common.DropDown",
"label": "Workspace",
"placeholder": "Select a workspace",
"toolTip": "This dropdown will list only workspace that exists in the Resource Group selected",
"constraints": {
"allowedValues": "[map(filter(basics('getLAWorkspace').value, (filter) => contains(filter.id, toLower(resourceGroup().name))), (item) => parse(concat('{"label":"', item.name, '","value":"', item.name, '"}')))]",
"required": true

@v-sudkharat v-sudkharat added the Solution Solution specialty review needed label Feb 6, 2025
@v-visodadasi
Copy link
Contributor

@MSJosh , Could you please try changing the workspace location to East US 2. This should help in properly fetching and selecting the workspace.

@v-visodadasi
Copy link
Contributor

@MSJosh ,
I wanted to follow up on my previous message. Have you had a chance to try changing the workspace location to East US 2? This should help in properly fetching and selecting the workspace.

Thanks!

@MSJosh
Copy link
Contributor Author

MSJosh commented Feb 20, 2025

Hey @v-visodadasi Sorry for the delay. I am not able to select any workspaces. It doesn't show any available workspaces. Are you suggesting I create a shell workspace in East US2 and that will allow me to move between Sentinel Workspaces?

@v-visodadasi
Copy link
Contributor

Hey @MSJosh ,
Yes, I am suggesting that you create a new workspace in the East US2 location. Once you've done that, please let me know if you can fetch and select the workspace.
Thanks!

@MSJosh
Copy link
Contributor Author

MSJosh commented Feb 20, 2025

Image

No luck with creating a new workspace in East US2 and trying to set it up. Getting same experience sorry.

Browser is Edge if that matters. Customer that ran into it with Mozilla.

@v-visodadasi
Copy link
Contributor

@MSJosh ,

Image
Thank you for trying to create a new workspace in East US 2. I'm sorry to hear that you're still experiencing the same issue.

I wanted to let you know that while I was trying to deploy the Microsoft Sentinel Deception (HoneyTokens) Solution from the Marketplace, I was able to fetch the workspace without any issues.

I will reach out to the concerned team to investigate this further. Once we receive an update, we will inform you.

Thank you for your patience and understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solution Solution specialty review needed
Projects
None yet
Development

No branches or pull requests

4 participants