MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.42k forks source link

Grant access from Azure resource instances support for App Service #99181

Closed cveld closed 1 year ago

cveld commented 2 years ago

Currently I don't see support for App Service in Azure Portal in order to grant access from Azure resource instances.

Maybe it is good to include a list of resource types in the docs that are currently supported and a note that some resource types are not supported yet, or will never get support, including reasoning. Maybe you can provide a roadmap.

In the resource data the whitelisted resources are projected through a simple array:

"resourceAccessRules": [
                        {
                            "tenantId": "mytenantid",
                            "resourceId": "/subscriptions/mysubscriptionid/resourceGroups/myresourcegroup/providers/Microsoft.ApiManagement/service/*""
                        },
                        {
                            "tenantId": "mytenantid",
                            "resourceId": "/subscriptions/mysubscriptionid/resourceGroups/myresourcegroup/providers/Microsoft.EventGrid/systemTopics/evgt-mysystemtopic"
                        }
                    ],

I wonder if we can whitelist an app service by adding it to this resource data segment.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

SaibabaBalapur-MSFT commented 2 years ago

@cveld Thanks for your feedback! We will investigate and update as appropriate.

SumanthMarigowda commented 2 years ago

@cveld Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.

akashdubey-ms commented 1 year ago

Thanks for your dedication to our documentation.

We sincerely apologize for the delayed response. The requested updates have not been made since the creation of this issue, and the timeline for resolution may vary due to various constraints. Therefore, we've created an internal work item to incorporate your suggestions. We are closing this issue for now, but feel free to comment here as necessary.

please-close

cveld commented 1 year ago

@akashdubey-ms todate still app service seems not supported. maybe good to explicitly add this to the docs?