Why Asking for Help Is the Most Important Behavior for Your Team

Photo by Rakicevic Nenad from Pexels

The ultimate trust-builder and collaboration-enhancer

We’ve all known that person. You like them. They’re friendly and smart. But you hesitate to let them take difficult tasks. You’d rather they stick to things you know they can handle — the kinds of assignments they’ve been successful with in the past.

We’ve all got someone at the other end of the spectrum, too. The person that, no matter what it is, you know they’ll be successful. They’ll find a way, figure it out, and produce great results every time.

It hasn’t been a matter of intelligence or competency for the people in my life that have fallen into these buckets. It’s been entirely about trust. One group lacks it; the other has it.


Like a stretchy waistband

What is it about those folks we trust so much? How can we be so sure they’ll do a great job with new and difficult assignments?

It’s rooted in past performance. They’ve demonstrated an ability to figure things out and succeed. More importantly, though, is that we’re confident they have the right safeguards in place. We know they’ll do the right things to keep us comfortable as they work through challenges and arrive at a solution.

They’ll discuss the plan beforehand, solicit feedback as they go, review when they’re done, and speak up if they get stuck along the way. These are all ways of asking for help — and they all build trust.


The number one thing that earns trust

Brené Brown uses a great metaphor for trust: the marble jar. The concept is borrowed from her daughter’s classroom system for promoting good behavior. When the class does something good, a marble is earned. When bad things happen, marbles are removed.

It’s the same with trust. When you do something trustworthy, you earn a marble. Damage trust, however, and risk losing a handful.

So, what’s the best way to fill the jar? In her book Dare to Lead, Brown shares the following observation from her research:

We asked a thousand leaders to list marble-earning behaviors — what do your team members do that earns your trust? The most common answer: asking for help. When it comes to people who do not habitually ask for help, the leaders we polled explained that they would not delegate important work to them because the leaders did not trust that they would raise their hands and ask for help.

It makes sense, right? If someone is doing something unfamiliar — something they’ve maybe never done before — and we don’t think they’ll seek guidance or check-in as they go, it’s natural to worry about the outcome. How could you not be concerned?


Everyone gets a marble

Think about the marble jar for this person that you’re uncomfortable with, that you don’t quite trust. How full is it? Probably not very.

Luckily, the solution to an empty jar is simple: start adding marbles.

When you don’t trust someone, part of the challenge is that they need to be the ones to earn marbles. Don’t worry, though, because there’s a wonderful, marble-earning solution for that, too! Ask them for help.

It takes courage and vulnerability to acknowledge a lack of trust in a relationship, particularly with someone you’ve known for a long time. It doesn’t need to be awkward, though. You don’t need to say, “I don’t trust you,” which can be harsh, ambiguous, and defense-triggering.

Instead, focus on promoting specific, trust-building behaviors. Suggest reviewing a plan before getting started. Tell them you’re happy to provide feedback at any point. Ask them to report on the status and offer help if they’re stuck. Give them space, but let them know you’re in it with them. Supporting a colleague in these ways is sure to earn you a lot of marbles.


The ultimate trust-builder

Asking for help is an underrated and insanely powerful tool. Look beyond the obvious, immediate benefits like getting your question answered. When you review a plan and get input before starting, mistakes are prevented before they occur. Soliciting feedback and double-checking your thinking improves quality and creates opportunity.

And, all the while, you’re creating a trusting, collaborative environment.

The benefits don’t end there, though. Asking questions demonstrates vulnerability and humility. It’s a signal of self-awareness, an admission that you don’t know everything. It signals to others that it’s okay to ask questions. People will be less afraid of judgment and less likely to judge themselves.

Trust is important, and asking for help is an easy, straightforward way to develop a lot. Don’t save it as a last resort. Instead, think of it as an opportunity to fill your jar. Cite specific ask-for-help behaviors missing in your interactions with others. Make asking for help habitual, so it comes naturally when help is needed most — when stakes are high and mistakes costly.

A team that trusts deeply and actively supports itself is capable of incredible things — and all it takes is for members to buy in on asking for help.


This article was originally published on The Startup on January 21, 2021.


Interested in learning more? This article was inspired by Dare to Lead by Brené Brown. Check it out! Note that I use affiliate links when linking to products on Amazon.

Advertisement

How to Connect Azure Data Factory to an Azure SQL Database Using a Private Endpoint

Photo by Hafidh Satyanto on Unsplash

A step-by-step tutorial

Azure Data Factory (ADF) is great for extracting data from multiple sources, the most obvious of which may be Azure SQL. However, Azure SQL has a security option to deny public network access, which, if enabled, will prevent ADF from connecting without extra steps.

In this article, we’ll look at the steps required to set up a private endpoint and use it to connect to an Azure SQL database from Azure Data Factory.


‘Deny public network access’ setting in Azure SQL

Before we get started, let’s review which setting I’m referring to in Azure SQL. It’s a toggle named deny public network access found under Security > Firewalls and virtual networks in the Azure portal.

Source: author

When this setting is enabled, Azure Data Factory won’t connect without a private endpoint. You can see there’s even a link to create a private endpoint below the toggle control, but don’t use this now — we’ll create the request from Azure Data Factory in a minute.


ADF integration runtime

To use private endpoints in Azure Data Factory, you must use an integration runtime with virtual network configuration enabled. The setting cannot be changed, so you’ll need to create a new runtime if you don’t have one with it enabled already.

Source: author
Source: author

Now that you have an integration runtime with virtual network configuration enabled, you’re ready to create a new linked service.


ADF linked service

While still in Azure Data Factory, click to create a new linked service.

Source: author

When you select an integration runtime with virtual network configuration enabled, a managed private endpoint setting will appear in the account selection method section. The setting is read-only and will populate as you enter subscription and server details. If a managed private endpoint is already available — you’re good to go!

If a managed private endpoint isn’t available, click the create new link button to start the process.

Source: author

When you save the new managed private endpoint in Azure Data Factory, it will be provisioned in Azure but remain in a Pending status until approved.


Azure private endpoint

Now we need to hop back to Azure to approve the new private endpoint. Find your Azure SQL database in the Azure portal, and browse to Security > Private endpoint connections.

You should see the connection created by Azure Data Factory with the status Pending. Select its checkbox and click the Approve button.

Source: author

The status will change to Approved in the Azure portal. It takes a minute or two for the status to make its way to Azure Data Factory, but it will show as Approved there after a moment, too.

Source: author

Once it shows as approved, you’re ready to go. You can enter the rest of your connection info and connect!


Recap

Most of the settings I’ve shown can be accessed in several different ways and performed in different orders. For example, you could create the private endpoint from the Azure portal instead of through Azure Data Factory. You can obviously experiment and find the process that works for you.

The important pieces are the following:

  1. Azure Data Factory has an integration runtime with virtual network configuration enabled.
  2. Azure SQL has an approved private endpoint connection.
  3. Azure Data Factory has a linked service using the integration runtime and private endpoint connection.

That’s it — now go have fun with your new connection!


This article was originally published in Towards Data Science on January 20, 2021.


Interested in learning more about Azure Data Factory? Give these books a try. Note that I use affiliate links when linking to products on Amazon.

Light Up Your Razer Peripherals In Linux Mint

Photo by Emmanuel on Unsplash

A tutorial for installing OpenRazer and Polychromatic

I’ve been slowly building a Linux Mint desk setup in the basement, and this weekend I added an old Razer BlackWidow Lite keyboard and Naga Hex mouse to the mix. As expected, they were plug & play functional out of the box, but the keyboard didn’t have its backlighting enabled. This will simply not do.

Luckily, Razer has pretty good support for Linux with its OpenRazer project.

Installing is pretty simple, but lighting still wasn’t enabled. It took a few minutes of research to figure out that I also needed to install Polychromatic.

So it’s really a 3-step process but still very easy. Here’s how to do it!

Step 1 – Install OpenRazer

Open a terminal and run the following commands:

sudo apt install software-properties-gtk
sudo add-apt-repository ppa:openrazer/stable
sudo apt update
sudo apt install openrazer-meta

Step 2 – Install Polychromatic

Open a terminal and run the following commands:

sudo add-apt-repository ppa:polychromatic/stable
sudo apt update
sudo apt install polychromatic

Step 3 – Configure Polychromatic

Now you can run Polychromatic Controller to enable the lighting effects. I found and launched it by typing “poly” in the system menu.

Source: author

Polychromatic detected both of my peripherals and allowed me to configure them just as I expected.

Source: author
Source: author

Once I selected the static lighting effect and turned up the brightness, the keyboard lit up. Very exciting. Now everything’s working exactly how I hoped and expected!

How To Run Websites As If They Were Apps in Linux Mint

Photo by Carlos Lindner on Unsplash

A WebApp Manager tutorial

I’ve been using Linux Mint for just a couple of weeks, and I’ve been very impressed with it. One of my grumbles from previous forays into Linux has been, why is it so hard to add a shortcut to a website?

Like, look at this tutorial for How to Create Desktop Shortcuts on Ubuntu from 2019. The instructions have you installing applications, doing extra steps to customize the icon, and creating .desktop files. It’s a lot.

So, I was intrigued while reading about Linux Mint’s WebApp Manager. You can read the announcement on the Linux Mint blog or check out the WebApp Manager project page on Github, but the idea’s simple: run websites as if they were apps.


Sounds cool. How do I do it?

I don’t know where I got this impression, but I thought WebApp Manager was supposed to be included with Linux Mint. My first hurdle was realizing that it wasn’t and I needed to install it.

You can download and install the beta from the Linux Mint blog article mentioned above. Here’s the download link they provide in the article.

Download and install WebApp Manager, and it becomes accessible from the system menu.

Source: author

Once installed, it’s ultra-intuitive to use. Open it and click to add a new website. When you save, the web app becomes accessible from the system menu like all your other installed applications.


Okay, but can I get an example?

The thing that pushed me into figuring out WebApp Manager is that Amazon doesn’t offer a Kindle reading app for Linux. They do, however, have a cloud reader available at read.amazon.com.

So, let’s see how it looks as a web app in Linux Mint.

First, we launch WebApp Manager from the system menu, as shown in the screenshot above. Click the “+” icon to add a new app and enter the URL.

Source: author

There are a few cool things to note. First, when you enter the URL, it automatically grabs an icon, but you can also click the icon next to the address box to look for and select other icons. The Amazon smile icon is okay, but I wanted something a little more Kindle-specific.

Source: author

Other options include which category of the system menu to list the web app under and which browser to use. Also noteworthy is the “Isolated profile” option, which is equivalent to running the app in private or incognito mode.

Enter the details, save it, and you’re done. The application now shows in the system menu with the name and icon specified.

Source: author

Launching it opens a satisfying experience that has a very “native app” feel to it. You can pin the icon to your panel for quick access, or right-click it in the system menu to add it to the desktop.

Source: author

Conclusion

In our increasingly web-based world, having access to installable, platform-specific programs becomes less and less critical. It’s one of the reasons Chromebooks are so popular, and Linux benefits from it, too. Linux Mint’s WebApp Manager does a beautiful job of converting websites into an app-like experience.

WebApp Manager is still in beta, and I couldn’t find much information about it after some (very brief) research. It makes a great first impression, though, and it’s another bullet on my growing list of reasons to love Linux Mint.


This article was originally published on Medium on January 7, 2021.

%d bloggers like this: