Map role in Azure Files to Logic App system managed identityAzure blob storage custom domain verification - Azure telling me to create CNAME for non-existent addressAzure Web App / Azure SQL - LatencyAzure VM and Office365 IdentityAzure: Assign user read / download access to blobs in storage accountCan I add extra disk storage for a Azure Web App?How to add versioning support to Azure File StorageAzure - Connecting to Blob storage from app service through vnetAzure PIM and Logic App integrationMissing files after Azure file sync forced tieringRepoint website in Azure App Service to Azure static site storage container blob with no downtime
What can I do with a research project that is my university’s intellectual property?
When to remove insignificant variables?
Unusual mail headers, evidence of an attempted attack. Have I been pwned?
Parameterize chained calls to a utility program in Bash
How does a blind passenger not die, if driver becomes unconscious
Is there a way, while dragging, to "snap" to the nearest guide?
Why do textbooks often include the solutions to odd or even numbered problems but not both?
Trainee keeps missing deadlines for independent learning
Should developer taking test phones home or put in office?
What is the origin of Scooby-Doo's name?
Who are the remaining King/Queenslayers?
Employer wants to use my work email account after I quit
"How can you guarantee that you won't change/quit job after just couple of months?" How to respond?
How to avoid voltage drop when using full bridge rectifier as reverse polarity protection
What is "industrial ethernet"?
Helping ease my back pain when I'm studying 13 hours everyday, even weekends
Why don't countries like Japan just print more money?
LWC - Best practice for routing?
Can there be an UN resolution to remove a country from the UNSC?
Has there been any indication at all that further negotiation between the UK and EU is possible?
Impossible darts scores
How to remove this component from PCB
Greeting with "Ho"
Would it be a copyright violation if I made a character’s full name refer to a song?
Map role in Azure Files to Logic App system managed identity
Azure blob storage custom domain verification - Azure telling me to create CNAME for non-existent addressAzure Web App / Azure SQL - LatencyAzure VM and Office365 IdentityAzure: Assign user read / download access to blobs in storage accountCan I add extra disk storage for a Azure Web App?How to add versioning support to Azure File StorageAzure - Connecting to Blob storage from app service through vnetAzure PIM and Logic App integrationMissing files after Azure file sync forced tieringRepoint website in Azure App Service to Azure static site storage container blob with no downtime
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have an Azure logic app that needs to delete directories in Azure Files. The connector doesn't support deleting directories, so I am using the REST api.
To do this, I need to authenticate the logic app. I've enabled system managed identity for this app and I can see the identity when I search for it. After I created it, I was able to assign the Contributor role to it in the storage account that contains the directory it needs to delete. So far, so good.
However, whenever I run the app, it gets a permission denied. When I go back to the storage account, I do NOT see the role mapping. If I try to map it again, the operation fails, telling me the mapping already exists.
Is this just broken, or has anyone gotten this to work?
azure azure-storage
add a comment |
I have an Azure logic app that needs to delete directories in Azure Files. The connector doesn't support deleting directories, so I am using the REST api.
To do this, I need to authenticate the logic app. I've enabled system managed identity for this app and I can see the identity when I search for it. After I created it, I was able to assign the Contributor role to it in the storage account that contains the directory it needs to delete. So far, so good.
However, whenever I run the app, it gets a permission denied. When I go back to the storage account, I do NOT see the role mapping. If I try to map it again, the operation fails, telling me the mapping already exists.
Is this just broken, or has anyone gotten this to work?
azure azure-storage
add a comment |
I have an Azure logic app that needs to delete directories in Azure Files. The connector doesn't support deleting directories, so I am using the REST api.
To do this, I need to authenticate the logic app. I've enabled system managed identity for this app and I can see the identity when I search for it. After I created it, I was able to assign the Contributor role to it in the storage account that contains the directory it needs to delete. So far, so good.
However, whenever I run the app, it gets a permission denied. When I go back to the storage account, I do NOT see the role mapping. If I try to map it again, the operation fails, telling me the mapping already exists.
Is this just broken, or has anyone gotten this to work?
azure azure-storage
I have an Azure logic app that needs to delete directories in Azure Files. The connector doesn't support deleting directories, so I am using the REST api.
To do this, I need to authenticate the logic app. I've enabled system managed identity for this app and I can see the identity when I search for it. After I created it, I was able to assign the Contributor role to it in the storage account that contains the directory it needs to delete. So far, so good.
However, whenever I run the app, it gets a permission denied. When I go back to the storage account, I do NOT see the role mapping. If I try to map it again, the operation fails, telling me the mapping already exists.
Is this just broken, or has anyone gotten this to work?
azure azure-storage
azure azure-storage
asked Jun 5 at 19:45
RockyRocky
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f970276%2fmap-role-in-azure-files-to-logic-app-system-managed-identity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f970276%2fmap-role-in-azure-files-to-logic-app-system-managed-identity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown