Good day,
I am new to azure portal, I joined a team of developers for a specific project.
(1) Do you use a separate subscription or did the team created for you a user in their subscription?
Note: For now I will; assume that you have a user in the company's Azure active directory using their subscription.
I don't see any resorces in azure portal
For this issue you should contact the person in your team who is the owner of the subscription (administrator of AAD and the Role-based access control), where the Azure services are. He should give you the right permission for each service or for the entire subscription
For example: Azure Assign User to Subscription and configure Role-based access control (RBAC)
- Go to portal.azure.com
- Search for "subscriptions"
- Select the subscription you want to give access to.
- On the left menu, click on "Access Control (IAM)"
- Click Add
- Select: "Add role assignment"
- fill the form to add role to the user
Regarding the role
granted a contributed role... I know there is there is an SQL Database in the portal but I am getting is "not SQL database to display" message.
A Contributor grants full access to manage all existing resources. If you do not see the resources then you probably did not get Contributor role on the entire subscription. Make sure that you have roles for each resource which you need to use or for the entire subscription
When I try to access the database from my local computer with a connection string I am getting the following message... Client with IP address '..' is not allowed to access the server.
Seems like you need to configure the Azure server-level IP firewall rule or the database firewall as explained here:
To add Azure server-level IP firewall rule:
- Go to the list of servers: https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/microsoft.sql%2Fservers
- select your server
- on the left menu click on "Firewalls and virtual networks"
- add your IP to the list
Note! You can also configure the firewall for specific database