
Azure Guides
6 Results

Azure
Grant a developer RBAC role on an Azure Resource Group via the Azure portal
Assign a specific Azure role (e.g., Contributor) to a developer’s identity at the scope of a chosen Resource Group using the Azure portal.
By Relayable AI
Create an Azure App Registration and generate credentials (Client ID/Secret or Certificate) for a developer
Register an application in Microsoft Entra ID (Azure AD), optionally add redirect URIs and API permissions, and generate a client secret or upload a certificate. Then securely share the Tenant ID, Client ID, and credential details with your developer.
By Relayable AI
Add a firewall rule to an Azure SQL Server to allow a developer’s IP (Azure portal)
Enable access to an Azure SQL logical server by adding a firewall rule that allows a developer’s current IP, a single IP, or an IP range via the Azure portal.
By Relayable AI
Generate a time-limited SAS URL for an Azure Storage container (Azure portal)
Create and share a container-level Shared Access Signature (SAS) URL to give a developer temporary, scoped access to blobs in a specific Azure Storage container, with optional IP and protocol restrictions.
By Relayable AI
Allow a developer’s IP via Access Restrictions on an Azure App Service (Azure portal)
Adds an allow rule to an App Service’s Access Restrictions so a developer’s IP can access the site and/or its Kudu (SCM) endpoint.
By Relayable AI
Grant Azure RBAC data access to a specific Storage container (Azure portal)
Assign an Azure role (e.g., Storage Blob Data Reader/Contributor/Owner) to a user, group, service principal, or managed identity at the container scope so they can read/write blobs without account keys or SAS.
By Relayable AI