Azure Speech to Text | Demo & Pricing
Azure Speech to Text is an offering similar to that of Google Cloud’s Speech to Text and it can be easily integrated into websites and… Read More »Azure Speech to Text | Demo & Pricing
Azure Speech to Text is an offering similar to that of Google Cloud’s Speech to Text and it can be easily integrated into websites and… Read More »Azure Speech to Text | Demo & Pricing
Organization name is name of the Azure DevOps Organization which can be easily found from the url of an Azure DevOps organization, if the Organization… Read More »Find Organization Name/Owner in Azure DevOps
Sometimes Developers might be checking in secrets like passwords, usernames, API keys, client secrets, service principal and passwords into repositories. And it becomes necessary for… Read More »Secrets Scanning in Azure DevOps Repositories
Sometimes you may get an issue like this shown below stating “Failed to create Release artifact directory. SystemUnauthorizedAccessException: Access to Path :E\Agent\xxxx” is denied. This… Read More »Failed to create Release artifact directory – Azure DevOps Issue
When a workitem is deleted, it’s not permanently deleted. The workitem goes to recycle bin from where the workitem can restored back to the backlog… Read More »Restoring a deleted workitem in Azure DevOps
Microsoft has recently announced that all connections to Azure DevOps would be switched to TLS 1.2 from older versions like TLS1.0, TLS1.1 which are not… Read More »How to check for TLS1.2 Readiness on Azure DevOps Build/Release agents (Self hosted agents)
Personal Access Tokens (PAT) can be created with a maximum lifespan of 1 year. Though this would prevent users from refreshing the PAT token everynow… Read More »Restricting Maximum Personal Access Token Lifespan
Right now a PAT (Personal Access Token) can be created for all the scopes like Work items, Repositories, Build and release pipelines which literally gives… Read More »Restrict full-scoped personal access token creation in Azure DevOps
Right now a PAT (Personal Access Token) can be created for a single organization or for all the organizations that are under the specific Azure… Read More »Restricting Global access PAT token creation | Azure DevOps
Though Microsoft allows any user in Azure Active Directory to create an Azure DevOps organization, it can be still created or blocked via role in… Read More »Blocking/Restricting Organization creation in Azure DevOps